lobatto_polynomial, a MATLAB code which evaluates the completed Lobatto polynomial and associated functions.
The completed Lobatto polynomial Lo(n,x) can be defined by:
Lo(n,x) = n * ( P(n-1,x) - x * P(n,x) )where n is a positive integer called the order, x is a real value between -1 and +1, and P(n,x) is the Legendre polynomial.
The completed Lobatto polynomial Lo(n,x) has degree n+1, and is zero at x = -1 and x = +1.
The information on this web page is distributed under the MIT license.
lobatto_polynomial is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
matlab_polynomial, a MATLAB code which analyzes a variety of polynomial families, returning the polynomial values, coefficients, derivatives, integrals, roots, or other information.
polpak, a MATLAB code which evaluates a variety of mathematical functions.
test_values, a MATLAB code which supplies test values of various mathematical functions.