{ } Raw JSON

bundles / scipy 1.17.1 / scipy / special / _orthogonal / sh_chebyt

function

scipy.special._orthogonal:sh_chebyt

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

Signature

def   sh_chebyt ( n monic = False )

Summary

Shifted Chebyshev polynomial of the first kind.

Extended Summary

Defined as for the nth Chebyshev polynomial of the first kind.

Parameters

n : int

Degree of the polynomial.

monic : bool, optional

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

Returns

T : orthopoly1d

Shifted Chebyshev polynomial of the first kind.

Notes

The polynomials are orthogonal over with weight function .

Aliases

  • scipy.special.sh_chebyt