SciPy

This is documentation for an old release of SciPy (version 0.16.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.special.chebyc

scipy.special.chebyc(n, monic=False)[source]

Return nth order Chebyshev polynomial of first kind, Cn(x). Orthogonal over [-2,2] with weight function (1-(x/2)**2)**(-1/2).

Previous topic

scipy.special.chebyu

Next topic

scipy.special.chebys