Function: roots( v )
- Return the roots of the polynomial for a vector v with N components.
Example:
octave: > roots( [ 1 -8 -3 9 ] ) ans = 8.23163 -1.16784 0.93621
-
See Also ...
- MAXIMA :: ALLROOTS
Function: roots( v )
Example:
octave: > roots( [ 1 -8 -3 9 ] ) ans = 8.23163 -1.16784 0.93621