Re: Subscripting
- To: mathgroup at smc.vnet.net
- Subject: [mg64249] Re: Subscripting
- From: dh <dh at metrohm.ch>
- Date: Wed, 8 Feb 2006 03:53:36 -0500 (EST)
- References: <ds9n0f$56$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Prashanth, is there a good reason why you want subscripts in the middle of a name? Standard is to have all subscript at the end like: Subscript[a,i,j] I think you will only get into troubles if you "swim against the current" Daniel prashanthramu at gmail.com wrote: > HI, > > I am able to use an expression like Subscript[a,1] = 5 or whatever. BUt > how do I get something like a1a2 = 5 where 1 and 2 are both subscripts > and "a1a2" should be treated as one entity like "a1" > > Thanks, > Prashanth >