Difference between revisions of "Lagrange Interpolation Formula"
ComplexZeta (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | For any distinct | + | For any distinct [[complex number]]s <math> x_0, \ldots , x_n </math> and any complex numbers <math> y_0, \ldots, y_n </math>, there exists a unique [[polynomial]] <math> \displaystyle P(x) </math> of [[degree of a polynomial | degree]] less than or equal to <math> \displaystyle n </math> such that for all [[integer]]s <math> 0 \le i \le n </math>, <math> P(x_i) = y_i </math>, and this polynomial is |
<center> | <center> | ||
<math> | <math> |
Revision as of 12:44, 19 February 2007
For any distinct complex numbers and any complex numbers , there exists a unique polynomial of degree less than or equal to such that for all integers , , and this polynomial is
.
While this formula may appear intimidating, it's actually not so difficult to see what is going on: for each term in the sum, we are finding a polynomial of degree that goes through the points and for . When we add them all together, we end up with a polynomial that interpolates the desired points.
This article is a stub. Help us out by expanding it.