Re: How do you get polynomials listed in order of decreasing exponent?
- To: mathgroup at smc.vnet.net
- Subject: [mg40507] Re: How do you get polynomials listed in order of decreasing exponent?
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 9 Apr 2003 01:29:20 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <b6tt19$n25$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, http://support.wolfram.com/mathematica/mathematics/algebra/polynomialsorting.html Regards Jens cdj wrote: > > Hi, > > I'm sure this question gets a lot of play, but I couldn't find the > answer.... sorry. > > Just to be clear: > > good: x^3 + 5x^2 - 4x - 20 > bad: -20 - 4x + 5x^2 + x^3 > > How do I get Mathematica to give me the good version whenever it gives > me a polynomial? > > Thanks a bunch, > > cdj