numpy.polynomial.legendre.Legendre.roots — NumPy v1.15 Manual (original) (raw)
- Scipy.org
- Docs
- NumPy v1.15 Manual
- NumPy Reference
- Routines
- Polynomials
- Polynomial Package
- Legendre Module (numpy.polynomial.legendre)
- numpy.polynomial.legendre.Legendre
- index
- next
- previous
Return the roots of the series polynomial.
Compute the roots for the series. Note that the accuracy of the roots decrease the further outside the domain they lie.
| Returns: | roots : ndarray Array containing the roots of the series. |
|---|
Previous topic
numpy.polynomial.legendre.Legendre.mapparms
Next topic
numpy.polynomial.legendre.Legendre.trim