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

Github

  • Implementation of NRoots

Contents

  1. 1NRoots
  2. 1.1Examples
  3. 1.2Related terms
  4. 1.3Implementation status
  5. 1.4Github