|
[Date Index]
[Thread Index]
[Author Index]
Re: Order of coefficients in output
- To: mathgroup at smc.vnet.net
- Subject: [mg29972] Re: [mg29937] Order of coefficients in output
- From: BobHanlon at aol.com
- Date: Fri, 20 Jul 2001 03:28:35 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
In a message dated 2001/7/19 4:09:52 AM, martin.harborth at ts.siemens.de writes:
>Mathematica puts expressions like x^2+2x+1 into the following result:
>1+2x+x^2. Is there a way to change these standard behaviour so that I get
>the order of coefficients in the output as in the first expression?
>
In the more recent versions just set your Default Output FormatType to
TraditionalForm or explicitly format the output of a cell
x^2 + 2x + 1 // TraditionalForm
Bob Hanlon
Chantilly, VA USA
Prev by Date:
Re: Order of coefficients in output
Next by Date:
Re: Derivative[1][x^2] ??
Previous by thread:
Re: Order of coefficients in output
Next by thread:
Re: Order of coefficients in output
|