MathGroup Archive 2008

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

Search the Archive

RE: How to show polynomial with leading order at the left of the line?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg92154] RE: [mg92118] How to show polynomial with leading order at the left of the line?
  • From: "Richard Hofler" <rhofler at bus.ucf.edu>
  • Date: Mon, 22 Sep 2008 05:24:18 -0400 (EDT)
  • References: <200809200901.FAA11986@smc.vnet.net>

Hi Peng,

I believe that you want the traditional format.

In[21]:= 1+x+x^2
         1+x+x^2  //TraditionalForm

Out[21]= 1+x+x^2
Out[22]//TraditionalForm= x^2+x+1

Richard Hofler

________________________________

From: Peng Yu [mailto:pengyu.ut at gmail.com]
Sent: Sat 9/20/2008 5:01 AM
To: mathgroup at smc.vnet.net
Subject: [mg92154] [mg92118] How to show polynomial with leading order at the left 
of the line?



Hi,

I'm wondering if there is a way to display the following polynomial in
the following way?

x^2+x+1

Thanks,
Peng

In[11]:= 1 + x + x^2

Out[11]= 1 + x + x^2


  • Prev by Date: Strange size changes in Manipulate with GeometricTransformation
  • Next by Date: Re: data source for demonstration
  • Previous by thread: How to show polynomial with leading order at the left of the line?
  • Next by thread: How to fix the position of maximal or minimal element(s) in one List.