powered by
Calculate Jacobi polynomial values of degree L at given point T in [-1,1].
jacobiPol(a, b, L, t)
The parameters of Jacobi polynomial
The degree of Jacobi polynomial
Given point in [-1,1].
Jacobi polynomial values
# NOT RUN { jacobiPol(0,0,5,0) jacobiPol(2,-5,2,-1) jacobiPol(1,2,4,0.5) # }
Run the code above in your browser using DataLab