Rearranging the Terms of a Polynomial
- To: mathgroup at smc.vnet.net
- Subject: [mg131313] Rearranging the Terms of a Polynomial
- From: PiMan <kevingrady4 at gmail.com>
- Date: Thu, 27 Jun 2013 06:31:54 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-outx@smc.vnet.net
- Delivered-to: mathgroup-newsendx@smc.vnet.net
Hi, I have another formatting question. I have a polynomial as the output of an expression, and I would like to rearrange the terms of the polynomial in the output. The current output I am getting is x1*x3-\[Alpha]2*x2-x3. However, I wish the output to read x1*x3 - x3 - \[Alpha]2*x2, that is, rearrange the second and third terms. Does anyone have an idea of how I might be able to do this for this polynomial or any polynomial in general? Thanks.