NRoots.md
March 14, 2026 · View on GitHub
NRoots
NRoots(polynomial==0)
gives the numerical roots of a univariate polynomial
polynomial.
Examples
>> NRoots(x^3-4*x^2+x+6==0)
{-1.0,2.0,3.0}
Related terms
DSolve, Eliminate, GroebnerBasis, FindRoot, Reduce, Roots, Solve
Implementation status
- ✅ - full supported