|
|
|
|
interpolation
|
(Definition)
|
|
|
Interpolation is a set of techniques in approximation where, given a set of paired data points $$(x_1,y_1),(x_2,y_2),\ldots, (x_n,y_n),\ldots$$ one is often interested in
- finding a relation (usually in the form of a function $f$ ) that passes through (or is satisfied by) every one of these points, if the relation is unknown at the beginning,
- finding a simplified relation to replace the original known relation that is very complicated and difficult to use,
- finding other paired data points $(x_{\alpha},y_{\alpha})$ in addition to the existing ones.
The data points $(x_i,y_i)$ are called the breakpoints, and the function $f$ is the interpolating function such that $f(x_i)=y_i$ for each $i$ .
The choice of the interpolating function depends on what we wish to do with it. In some cases a polynomial is required, sometimes a piecewise linear function is prefered (linear interpolation), other times a spline is of interest, when the interpolating function is required to not only to be continuous, but differentiable, or even smooth.
Even different strategies for finding the same interpolating function are of interest. The Lagrange interpolation formula is a direct way to calculate the interpolating polynomial. The Vandermonde interpolation formula is mainly of interest as a theoretical tool. Numerical implementation of Vandermonde interpolation involves solution of large ill conditioned linear systems, so numerical stability is
questionable.
|
"interpolation" is owned by CWoo. [ full author list (2) | owner history (1) ]
|
|
(view preamble | get metadata)
| Also defines: |
breakpoints, interpolating function |
|
|
Cross-references: linear systems, solution, formula, calculate, Lagrange interpolation formula, strategies, smooth, even, differentiable, continuous, linear interpolation, piecewise, polynomial, addition, passes through, function, relation, points, approximation
There are 15 references to this entry.
This is version 10 of interpolation, born on 2004-04-25, modified 2007-09-27.
Object id is 5805, canonical name is Interpolation.
Accessed 15494 times total.
Classification:
| AMS MSC: | 41A05 (Approximations and expansions :: Interpolation) | | | 65D05 (Numerical analysis :: Numerical approximation and computational geometry :: Interpolation) |
|
|
|
|
|
|
Pending Errata and Addenda
|
|
|
|
|
|
|
|
|
|
|