multpoly(timeslab)R Documentation

Multiply Two Polynomials

Description

Multiply Two Polynomials

Usage

multpoly(alpha,beta)

Arguments

alpha Array of length $p$ containing the coefficients of the first polynomial.
beta Array of length $q$ containing the coefficients of the second polynomial.

Value

multpoly returns an array of length $p+q$ containing the coefficients of the product of the polynomials.


[Package Contents]