Introduction

Interpolation is about estimating values from a table of discrete data. For example:

[Maple Plot]

What would the value be at, e.g. [Maple Math] ? One of the options would be to draw a straight line between the two points on either side of [Maple Math] and then evaluate the equation of this line at [Maple Math] .

On the other hand, estimating the value at [Maple Math] is more hazardeous, since one now has to use two values on one side of this point to make a prediction. Making an estimate at a value outside the range of the data points is called extrapolation and is far more error prone then interpolation.