Quotient and Remainder Demo
Divide poly a by poly b.
a:3*x^2 + x -7; b:x^2-x+1; divide(a,b);
By copy-paste, enter the code in the above box to
Maxima Online
to see the live demo.
|
Back to Demos
|