PolMul(X, Y) = Polynomial X * Y
PolMul(X, Y) = Polynomial X * Y:
Example: PolMul({1; 2; 3; 4}, {3; 2; 1}) = {3; 8; 14; 20; 11; 4}. It is a
convolution, a multiply without carry.
See: ... Multiply, 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:52 PDT