Interpolation Help Please...

Dedpuhl

Lifer
Nov 20, 1999
10,370
0
76
I want to interpolate numbers from a chart. There is a simple equation that can be used to do this. Does anyone know this small formula to do general interpolation?
 

samarth

Senior member
Apr 21, 2000
460
0
0
Pn-1 (x) = Summation [ [Yk] * [product(j!=k) (x - xj)] / [product(j!=k) (xk - xj)] ]

dont know if this is what you are looking for
this will make the polynomial pass throught all the points in the data