SciPy

scipy.special.chebyu

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

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

Previous topic

scipy.special.chebyt

Next topic

scipy.special.chebyc