MathGroup Archive 1998

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

Search the Archive

polynomial coefficients in descending powers


  • To: mathgroup@smc.vnet.net
  • Subject: [mg10727] polynomial coefficients in descending powers
  • From: Eduardo Pires <epires@satlink.com>
  • Date: Mon, 2 Feb 1998 00:44:21 -0500
  • Organization: SatLink, Argentina

Hello!

In Mathematica I enter:
In[1]:=
                       s + 10
                ----------------------
                 s^2 + 100  s + 50

and get :

Out[1]=
                    10 + s
             ---------------------
             50 + 100 s + s^2

How Mathematica can by default output a fractional expression with the
polynomial coefficients in descending powers of s, like de input ?.


Thanks for the help.

Eduardo




  • Prev by Date: Mathematica training courses
  • Next by Date: Re: 3D histograms?
  • Prev by thread: Mathematica training courses
  • Next by thread: Re: polynomial coefficients in descending powers