Re: Polynomial Canonical Form
- To: mathgroup at smc.vnet.net
- Subject: [mg8066] Re: [mg8022] Polynomial Canonical Form
- From: BobHanlon at aol.com
- Date: Mon, 4 Aug 1997 01:47:49 -0400
- Sender: owner-wri-mathgroup at wolfram.com
In Mathematica 3.0 use TraditionalForm: poly = a x^2 + b x + c; poly // StandardForm \!\(c + b\ x + a\ x\^2\) poly // TraditionalForm \!\(TraditionalForm\`a\ x\^2 + b\ x + c\) Bob Hanlon