scipy.special.sh_jacobi

scipy.special.sh_jacobi(n, p, q, monic=0)

Returns the nth order Jacobi polynomial, G_n(p,q,x) orthogonal over [0,1] with weighting function (1-x)**(p-q) (x)**(q-1) with p>q-1 and q > 0.

Previous topic

scipy.special.sh_chebyu

Next topic

scipy.special.hyp2f1

This Page