Functions > Special Functions > Other Special Functions > Polynomial Functions
  
Polynomial Functions
The following functions return the value of the listed polynomial of degree n at x:
Her(n, x)—Hermite polynomial, or the solution of the following equation:
Click to copy this expression
Lag(n, x)—Laguerre polynomial, or the solution to the following equation:
Click to copy this expression
Leg(n, x)—Legendre polynomial, or the solution to the following equation:
Click to copy this expression
Tcheb(n, x)—Chebyshev of the first kind, or the solution to the following equation:
Click to copy this expression
Ucheb(n, x)—Chebyshev of the second kind, solution to the following equation:
Click to copy this expression
Jac(n, a, b, x)—Jacobi with parameters a and b, solution to the following equation:
Click to copy this expression
Chebyshev and Legendre polynomials are special cases of the Jacobi polynomials.
Arguments
n is a nonnegative integer.
x is a real scalar.
a, b are real scalars greater than –1.