Roots of a Polynomial
Description
Calculate the roots of a polynomial.
Enter a polynomial.
x3−x2−5 x−3
x3−x2−5⁢x−3
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
Commands Used
roots
See Also
polynomials
Download Help Document
What kind of issue would you like to report? (Optional)