numpy.polynomial.chebyshev.Chebyshev.roots

method

polynomial.chebyshev.Chebyshev.roots()[source]

Return the roots of the series polynomial.

Compute the roots for the series. Note that the accuracy of the roots decreases the further outside the domain they lie.

Returns:
rootsndarray

Array containing the roots of the series.

© 2005–2024 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/2.0/reference/generated/numpy.polynomial.chebyshev.Chebyshev.roots.html