Re: ordering terms for display
- To: mathgroup at smc.vnet.net
- Subject: [mg95678] Re: [mg95638] ordering terms for display
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sat, 24 Jan 2009 06:22:02 -0500 (EST)
- Reply-to: hanlonr at cox.net
1 + x + x^2 // TraditionalForm x^2 + x + 1 or use the menu command Mathematica / Preferences / Format type of new output cells / TraditionalForm Bob Hanlon ---- Magician <jadoo.dost 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