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}.
Return to Matrix and Polynomial Computations Return to Harry's Home Page