Interpolating Polynomials
- we have a table of
and
-values. Two entries in this table might be
at
and
at
.
If we desire an estimate for
at
, we would use the two table values for that estimate.
- Why not interpolate as if
was linear between the two
-values?
- We will be most interested in techniques adapted to situations where the data are far from linear. The basic principle is to fit a polynomial curve to the data.
- We assume that the tabulated data are exact. Later, we will consider the case where the data may have errors of measurement, which
is true for most experimental results.
Subsections
2004-11-30