Mathematics |
Polynomial Roots
The roots
function calculates the roots of a polynomial.
By convention, MATLAB stores roots in column vectors. The function poly
returns to the polynomial coefficients.
poly
and roots
are inverse functions, up to ordering, scaling, and roundoff error.
Representing Polynomials | Characteristic Polynomials |
© 1994-2005 The MathWorks, Inc.