SciPy

This is documentation for an old release of NumPy (version 1.15.4). Read this page in the documentation of the latest stable release (version > 1.17).

numpy.polynomial.hermite.Hermite.roots

Hermite.roots()[source]

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.hermite.Hermite.mapparms

Next topic

numpy.polynomial.hermite.Hermite.trim