PolAdd(X, Y) = Polynomial X + Y


PolAdd(X, Y) = Polynomial X + Y:

For example, PolAdd({4; 3; 2; 1}, {5; 4; 2}) = {4; 8; 6; 3}. It adds from the bottom up and the size does not have to be the same.

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:50 PDT