{ } Raw JSON

bundles / scipy 1.17.1 / scipy / special / _orthogonal / chebys

function

scipy.special._orthogonal:chebys

source: /scipy/special/_orthogonal.py :2113

Signature

def   chebys ( n monic = False )

Summary

Chebyshev polynomial of the second kind on .

Extended Summary

Defined as where is the nth Chebychev polynomial of the second kind.

Parameters

n : int

Degree of the polynomial.

monic : bool, optional

If True, scale the leading coefficient to be 1. Default is False.

Returns

S : orthopoly1d

Chebyshev polynomial of the second kind on .

Notes

The polynomials are orthogonal over with weight function .

See also

chebyu

Chebyshev polynomial of the second kind

Aliases

  • scipy.special.chebys