JacobiP
JacobiP[n, a, b, x] gives the Jacobi polynomial .
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.
JacobiP[n, a, b, x] gives the Jacobi polynomial Pn(a,b)(x).
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.