Polynomial Functions

Her(n, x) Hermite

Tcheb(n, x) Chebyshev of the first kind.

Lag(n, x) Laguerre

Ucheb(n, x) Chebyshev of the second kind.

Leg(n, x) Legendre

Jac(n, a, b, x) Jacobi with parameters a and b.

These functions return the value of the listed polynomial of degree n at x.

Arguments:

Notes:

Hermite: Hermite function
Laguerre: Laguerre function
Legendre: Legendre function
Chebyshev
(first kind):
Chebyshev function (first kind)
Chebyshev
(second kind):
Chebyshev function (second kind)
Jacobi: Jacobi function