Interpolation Definition/Meaning:
A simple means of approximating a function
ƒ(x) in which the
approximation, say p(x), is constructed by requiring that
p(xi) =
ƒ(xi) i = 0,1,2,...n
Here ƒ(xi) are given values
p(xi) that fit exactly at
the distinct points xi (compare smoothing). The value can ƒ be approximated by p(x) for x ≠ xi.
In practice p is often a polynomial, linear and quadratic
polynomials providing the simplest examples. The process is also widely used in
the construction of many numerical methods, for example in numerical
integration. In addition the idea can be extended to include matching of
p'(xi) with ƒ'(xi) ; this is Hermite
interpolation.
|