Divided differences
The recursive coefficients that build the interpolating polynomial in Newton form.
Definition
They are defined by and . They are the coefficients of the Newton form and sit in a triangular table that is easy to extend.
How it is used
Their big practical advantage: adding a new node only costs one more diagonal of the table, without rebuilding the whole polynomial.