multpoly(timeslab) | R Documentation |
Multiply Two Polynomials
multpoly(alpha,beta)
alpha |
Array of length $p$ containing the coefficients of the first polynomial. |
beta |
Array of length $q$ containing the coefficients of the second polynomial. |
multpoly |
returns an array of length $p+q$ containing the coefficients of the product of the polynomials. |