Scilab Function

roots - roots of polynomials

Calling Sequence

[x]=roots(p)

Parameters

Description

x=roots(p) returns in the complex vector x the roots of the polynomial p. Degree of p must be <=100.

Examples

See Also