Re: ordering terms for display
- To: mathgroup at smc.vnet.net
- Subject: [mg95677] Re: ordering terms for display
- From: dimitris <dimmechan at yahoo.com>
- Date: Sat, 24 Jan 2009 06:21:51 -0500 (EST)
- References: <glc4v4$39j$1@smc.vnet.net>
On 23 =C9=E1=ED, 12:08, Magician <jadoo.d... at gmail.com> wrote: > Hi, > I have a few mathematica expressions. say like > > 1 + x + x^2 > > I want these to be displayed in reverse order, so that I can copy them > for use in latex. > > Thanks in advance In[66]:= 1+x+x^2//TraditionalForm Out[66]//TraditionalForm= \!\(TraditionalForm\`x\^2 + x + 1\) Dimitris