Re: Quotient group/space notation
- To: mathgroup at smc.vnet.net
- Subject: [mg65339] Re: Quotient group/space notation
- From: dh <dh at metrohm.ch>
- Date: Mon, 27 Mar 2006 06:56:08 -0500 (EST)
- References: <dvrc68$a5a$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Christopher, you could use the Unicode character: 65295 You can then generate: A characters like: FromCharacterCode[65295] A string: name="G"<>FromCharacterCode[65295]<>"N" A symbol: sym= Symbol[name] Daniel Christopher Arthur wrote: > Hi, > > How do you get Mathematica to print out the standard notation for a quotient > group, for example, > If G is a group, and N is a normal subgroup, then we have G/N, but we want > typically for this to > format as a large diagonal fraction. > > Regards, > > Christopher Arthur > >