- #1
albema
- 8
- 0
Can anyone tell me what is the equation for First Order of Newton’s Interpolation?
The one of Interpolation I know is Lagrange’s Interpolation such as
[tex]p(x)= \frac {x-x1}{x0-x1} f(x0) + \frac {x-x0}{x1-x0} f(x1)[/tex]
and so on ...
Thanks in advance
The one of Interpolation I know is Lagrange’s Interpolation such as
[tex]p(x)= \frac {x-x1}{x0-x1} f(x0) + \frac {x-x0}{x1-x0} f(x1)[/tex]
and so on ...
Thanks in advance