Linear Interpolation Calculator



Interpolates y* from x* given values of x1,y2 and x2,y2 as per figure

Implements Equation (2) in figure; intended as a quick way to test
interpolation routines in other programs, or for one-of interpolation
of some tabulated data.

Enter Value for x1 :

Enter Value for y1 :

Enter Value for x2 :

Enter Value for y2 :

Enter Value for x* :