WLJS LogoWLJS Notebook

JacobiP

JacobiP[n, a, b, x] gives the Jacobi polynomial Pn(a,b)(x)P_n^{(a,b)}(x).

Examples

Jacobi polynomial:

JacobiP[3, 1, 2, x]

Evaluate at a point:

JacobiP[4, 0, 0, 0.5] // N
(* -0.289063 *)

Please visit the official Wolfram Language Reference for more details.

On this page