User Guide 027: Difference between revisions
Jump to navigation
Jump to search
(Created page with "16 Appendix F: Piecewise Lagrangian Polynomial Interpolation Piecewise polynomials in Lagrange form are given by (16-1) where = interpolation data values corresponding t...") |
No edit summary |
||
Line 1: | Line 1: | ||
16 Appendix F: Piecewise Lagrangian Polynomial Interpolation | =16 Appendix F: Piecewise Lagrangian Polynomial Interpolation= | ||
Piecewise polynomials in Lagrange form are given by | Piecewise polynomials in Lagrange form are given by | ||
{{Equation|<math>l(x) = \Sigma_{j=1}^{n+1} y_j l_j (x)</math>|16-1}} | |||
where | where | ||
y<sub>j</sub>= interpolation data values corresponding to x<sub>j</sub> | |||
n = order or the interpolation polynomial | |||
l<sub>j</sub>(x) = Lagrange basis polynomials given by | |||
{{Equation|<math> l_j (x) = \Pi \frac{x - x_k}{x_j - x_k} </math>|16-2}} | |||
The Lagrange basis polynomials are such that | The Lagrange basis polynomials are such that | ||
One advantage of using Lagrange polynomials is that the interpolation weights (Lagrange basis functions | {{Equation|<math> l_{\neq 1} (x_i) = 0, l_{j=1} = 1, l(x_j) = y_i</math>| 16-3}} | ||
One advantage of using Lagrange polynomials is that the interpolation weights (Lagrange basis functions l<sub>j</sub> ) are not a function of y<sub>j</sub> . This prop-erty is useful when many interpolations are needed for the same x<sub>j</sub> but different y<sub>j</sub> such as in the case of interpolating spatial datasets in time. |
Revision as of 20:49, 2 May 2015
16 Appendix F: Piecewise Lagrangian Polynomial Interpolation
Piecewise polynomials in Lagrange form are given by
(16-1) |
where
yj= interpolation data values corresponding to xj
n = order or the interpolation polynomial
lj(x) = Lagrange basis polynomials given by
(16-2) |
The Lagrange basis polynomials are such that
( 16-3) |
One advantage of using Lagrange polynomials is that the interpolation weights (Lagrange basis functions lj ) are not a function of yj . This prop-erty is useful when many interpolations are needed for the same xj but different yj such as in the case of interpolating spatial datasets in time.