Lagrange polynomial
Lagrange polynomials (named after their inventor Joseph Louis Lagrange) are polynomials used for polynomial interpolation. Rather than solving the huge Vandermonde matrix equation obtained in the polynomial interpolation by Gauss-Jordan elimination, we may prepare the polynomial by just inserting the function values into a combination of equations created using the variable e.g. and the given points and respective values. Given a data set:
See Also