MathGroup Archive 1997

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Re: Taylor Series in R^n
  • Next by Date: Putting argument for function
  • Previous by thread: Polynomial Canonical Form
  • Next by thread: Re: Polynomial Canonical Form