From help-request at octave dot org Thu Oct 27 15:06:27 2005 Subject: long division? From: Doug Stewart To: help at octave dot org Date: Thu, 27 Oct 2005 15:04:11 -0500 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 -------------------------------------------------------------