Re: Descending order
- To: mathgroup at smc.vnet.net
- Subject: [mg71760] Re: Descending order
- From: "Damian Longree" <damian at longree.co.uk>
- Date: Tue, 28 Nov 2006 06:04:15 -0500 (EST)
- References: <ekecm8$p4$1@smc.vnet.net>
Use: x + x^2 + x^3 + x^4//TraditionalForm "Bruno Campanini" <BC at gmail.com> wrote in message news:ekecm8$p4$1 at smc.vnet.net... > After Evaluation, is it possible to have Mathematica 5.2 > ordering descending instead of ascending? > > I.e. > x^4 + x^3 + x^2 + x > instead of > x + x^2 + x^3 + x^4 > > Bruno > >