You are on page 1of 2

Engineering Analysis

TeT

Lagrange Polynominal Interpolation


P1 = L0(x)f0(x) + L1(x)f1(x) +
L2(x)f2(x) where
L0(x) = (x-x1)(x-x2)/(x0-x1)(x0-x2),
L1(x) = (x-x0)(x-x2)/(x1-x0)(x1-x2) and
L2(x) = (x-x0)(x-x1)/(x2-x0)(x2-x1)

You might also like