Skip to content

JacobiP

JacobiP(n, a, b, z)

returns the Jacobi polynomial.

See

Examples

>> JacobiP(2, a, b, z)
1/4*(1/2*(1+b)*(2+b)*(1-z)^2+(2+a)*(2+b)*(-1+z)*(1+z)+1/2*(1+a)*(2+a)*(1+z)^2)

Implementation status

  • ☑ - partially implemented

Github