{ } Raw JSON

bundles / scipy 1.17.1 / scipy / special / _orthogonal / sh_chebyu

function

scipy.special._orthogonal:sh_chebyu

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

Signature

def   sh_chebyu ( n monic = False )

Summary

Shifted Chebyshev polynomial of the second kind.

Extended Summary

Defined as for the nth Chebyshev 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

U : orthopoly1d

Shifted Chebyshev polynomial of the second kind.

Notes

The polynomials are orthogonal over with weight function .

Aliases

  • scipy.special.sh_chebyu