10.01.2009

ROOTS :: Roots of the Polynomial

octave octave_polynomial_roots

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
    
    Polynomial

octave octave_polynomial_roots.m

octave octave_polynomial_roots