divpoly(timeslab)R Documentation

Divide Two Polynomials

Description

Divide Two Polynomials

Usage

divpoly(num,den,n)

Arguments

num Array containing coefficients of the numerator polynomial whose zeroth coefficient is one.
den Array containing coefficients of the denominator polynomial with zeroth coefficient equal to one.
n Integer containing the order of resulting polynomial.

Value

divpoly returns the array {ratio} of length {tsl{n}} containing the coefficients of the polynomial that results from the division the original two polynomials.


[Package Contents]