Roots - Maple Help

Online Help

All Products    Maple    MapleSim


Roots of a Polynomial

Description

Calculate the roots of a polynomial.

Enter a polynomial.

x3x25 x3

x3x25x3

(1)

Calculate the roots of the polynomial. The roots are returned as a list of pairs where the first number in each pair represents the root of the polynomial and the second number represents the multiplicity of that root.

roots()

3,1,1,2

(2)

Commands Used

roots

See Also

polynomials