|
[Date Index]
[Thread Index]
[Author Index]
Re: polynomial coefficients in descending powers
Eduardo Pires wrote:
> 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 ?.
Eduardo:
TraditionalForm uses the order that you want. To convert a cell to this,
select the cell and use the menu
Cell>Convert to TraditionalForm
To make Traditional form the default for all output, use
Cell>Default Output FormatType>TraditionalForm
--
Allan Hayes
Training and Consulting
Leicester, UK
hay@haystack.demon.co.uk
http://www.haystack.demon.co.uk
voice: +44 (0)116 271 4198
fax: +44 (0)116 271 8642
Prev by Date:
Re: [Q] How to get rid of {} in lists?
Next by Date:
Re: polynomial coefficients in descending powers
Prev by thread:
polynomial coefficients in descending powers
Next by thread:
Re: polynomial coefficients in descending powers
|