rtpoly(timeslab)R Documentation

Find the Coefficients of a Polynomial Given its Roots

Description

Find the Coefficients of a Polynomial Given its Roots

Usage

rtpoly(roots)

Arguments

roots Array of length $p$ containing the zeros of the polynomial.

Value

rtpoly returns an array of length $p$ containing the coefficients of the polynomial with the given roots.


[Package Contents]