Re: Change the sum order in a polynomial
- To: mathgroup at smc.vnet.net
- Subject: [mg48200] Re: Change the sum order in a polynomial
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 18 May 2004 04:15:58 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <c83qpm$lis$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 Jose wrote: > > Hello Group, > > I want to achieve the following thing. I have for example the > polynomial P[x]=1+T+T^2+T^3+T^4+T^5. How can I achieve to display this > polynomial in the order T^5+T^4+T^3+T^2+T+1. I've tried > "ClearAttributes[Plus,Orderless]" but I have got nothing. Any idea? > Thanks in advance!