Loading [MathJax]/jax/output/HTML-CSS/jax.js
SciPy

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

scipy.special.chebys

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

Return nth order Chebyshev polynomial of second kind, Sn(x). Orthogonal over [2,2] with weight function f(x)=1(x/2)2.

Previous topic

scipy.special.chebyc

Next topic

scipy.special.jacobi