Let's assume the table has n+1 data points $(x_0, f(x_0)), (x_1, f(x_1)), \dots, (x_n, f(x_n))$.
The Newton's Divided Differences (NDD) form of the interpolating polynomial is given by:
$$P(x) = f(x_0) + (x - x_0)F[x_0, x_1] + (x - x_0)(x - x_1)F[x_0, x_1,
Show more…