SciPy

scipy.special.chebyc

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

Return n-th order Chebyshev polynomial of first kind, \(C_n(x)\). Orthogonal over \([-2, 2]\) with weight function \(f(x) = 1/\sqrt{1 - (x/2)^2}\)

Previous topic

scipy.special.chebyu

Next topic

scipy.special.chebys