divpoly(timeslab) | R Documentation |
Divide Two Polynomials
divpoly(num,den,n)
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. |
divpoly |
returns the array {ratio } of length {tsl{n}}
containing the coefficients of the polynomial that results from the
division the original two polynomials. |