{ } Raw JSON

bundles / scipy 1.17.1 / scipy / special / _orthogonal / sh_jacobi

function

scipy.special._orthogonal:sh_jacobi

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

Signature

def   sh_jacobi ( n p q monic = False )

Summary

Shifted Jacobi polynomial.

Extended Summary

Defined by

where is the nth Jacobi polynomial.

Parameters

n : int

Degree of the polynomial.

p : float

Parameter, must have .

q : float

Parameter, must be greater than 0.

monic : bool, optional

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

Returns

G : orthopoly1d

Shifted Jacobi polynomial.

Notes

For fixed , the polynomials are orthogonal over with weight function .

Aliases

  • scipy.special.sh_jacobi