{ } Raw JSON

bundles / scipy 1.17.1 / scipy / special / _orthogonal / chebyc

function

scipy.special._orthogonal:chebyc

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

Signature

def   chebyc ( n monic = False )

Summary

Chebyshev polynomial of the first kind on .

Extended Summary

Defined as , where is the nth Chebychev 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

C : orthopoly1d

Chebyshev polynomial of the first kind on .

Notes

The polynomials are orthogonal over with weight function .

See also

chebyt

Chebyshev polynomial of the first kind.

Aliases

  • scipy.special.chebyc