rtpoly(timeslab) | R Documentation |
Find the Coefficients of a Polynomial Given its Roots
rtpoly(roots)
roots |
Array of length $p$ containing the zeros of the polynomial. |
rtpoly |
returns an array of length $p$ containing the coefficients of the polynomial with the given roots. |