help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

long division?


From: Doug Stewart
Subject: long division?
Date: Thu, 27 Oct 2005 15:04:11 -0500
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

a:(s^3+B*s^2+C*s+d)/(s+a);
                    2        3
                 s C + s  B + s  + d
(%o1)                   -------------------
                    s + a

I would like to do this division and get the quadratic and the remainder both out as a formula to use later.
How do I do this?

Thanks

Doug Stewart



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]