Jacobi
Jacobi polynomial of order is denoted by . Here and are parameters of Jacobi polynomial. Note that
The weight for Jacobi polynomial is given by
The support of Jacobi polynomial is
The leading coefficient of is denoted by and it is given by
The norm of is given below:
The value of at is given by
Methods
📄️ GetJacobiRecurrenceCoeff
Recurrence coefficients are for monic and nonmonic jacobi polynomials.
📄️ JacobiAlpha
Recurrence coeff for Jacobi polynomial.
📄️ JacobiBeta
Recurrence coeff for Jacobi polynomial.
📄️ JacobiDMatrix
Interface
📄️ JacobiEval
Evaluate Jacobi polynomials of order n at single or several points.
📄️ JacobiEvalAll
Evaluate Jacobi polynomials from order = 0 to n at single or several points.
📄️ JacobiEvalSum
Evaluate the finite sum of Jacobi polynomials at point x.
📄️ JacobiGaussLobattoQuadrature
This routine returns the $n+2$ Quadrature points and weights.
📄️ JacobiGaussQuadrature
This routine computes the n Gauss-Quadrature points.
📄️ JacobiGaussRadauQuadrature
This routine returns the $n+1$ Quadrature points and weights.
📄️ JacobiGradientCoeff
This routine returns the coefficients of gradient of Jacobi expansion.
📄️ JacobiGradientEval
Evaluate gradient of Jacobi polynomials.
📄️ JacobiGradientEvalAll
Evaluate gradient of Jacobi polynomials.
📄️ JacobiGradientEvalSum
Evaluate finite sum of gradient of Jacobi polynomials.
📄️ JacobiInvTransform
Discrete Inverse Jacobi transform.
📄️ JacobiJacobiLobattoMatrix
Jacobi Lobatto matrix for Jacobi polynomial.
📄️ JacobiJacobiMatrix
Jacobi matrix for Jacobi polynomials.
📄️ JacobiJacobiRadauMatrix
Jacobi Radau matrix for Jacobi polynomials.
📄️ JacobiLeadingCoeff
Leading coefficient of Jacobi polynomials.
📄️ JacobiLeadingCoeffRatio
Ratio of Leading coefficient of Jacobi polynomials.
📄️ JacobiNormSQR
Square norm of Jacobi polynomial.
📄️ JacobiNormSQR2
Square norm of Jacobi polynomial.
📄️ JacobiNormSQRRatio
This function returns the ratio of Square norm of Jacobi polynomial n+1/n
📄️ JacobiQuadrature
This routine returns the Quadrature point of Jacobi polynomial.
📄️ JacobiTransform
Discrete Jacobi transform.
📄️ JacobiZeros
Zeros of Jacobi polynomials.