NumPy

Previous topic

numpy.polynomial.chebyshev.Chebyshev.mapparms

Next topic

numpy.polynomial.chebyshev.Chebyshev.trim

numpy.polynomial.chebyshev.Chebyshev.roots

method

Chebyshev.roots(self)[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
rootsndarray

Array containing the roots of the series.