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