Replace/No Rearrangement
- To: mathgroup at smc.vnet.net
- Subject: [mg5300] Replace/No Rearrangement
- From: Susan Rempe <rempe at euclid.chem.washington.edu>
- Date: Sat, 23 Nov 1996 01:44:39 -0500
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
parts, so I don't want rearrangement. For example,
t=a+b+c+d
t[[2]]=x
Mathematica reorders the function
Out[47]= a + c + d + x
Instead, I want the output this way
Any ideas?? Thanks,
rempe at u.washington.edu