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.
Return to Matrix and Polynomial Computations
Return to Harry's Home Page
times since
September 18, 2006.