PolDiv(X, Y) = Polynomial X / Y, "Re" = remainder


PolDiv(X, Y) = Polynomial X / Y, "Re" = remainder:

Example: PolDiv({1; 2; 3; 4; 5; 6}, {1; 2; 3}) = {1; 0; 0; 4} with Re = {−3; −6}.

See: ... and Divide Polynomials -- From Shelley Walsh, University of Maryland

Return to Matrix and Polynomial Computations
Return to Harry's Home Page


This page accessed times since September 18, 2006.
Page created by: hjsmithh@sbcglobal.net
Changes last made on Monday, 06-Aug-07 20:22:51 PDT