divided difference table
In numerical work involving divided differences, when computing the divided differences of a tabulated function, it is convenient to arrange the divided differences of a function in a table like so:
The arrangement of this table makes it easy to compute the divided differences. Also, once such a table has been computed, one can read off the coefficients in the divided difference interpolation formula as the top entries in the various columns.
To explain the computation, as well as to program it on a computer, it is convenient to label the locations in our table with pairs of integers like so:
For convenience, introduce the notation to denote the entry of the difference table at location . Then, because of the recursion
we have
Using these formulae, we may systematically compute the divided difference table as follows: The first and second column are just the tabulation of our function, so we may write them down immediately. Then we fill out the table one column at a time by using the formula.
Let us illustrate with a simple example. Consider the following choices for and :
We may write down our first two columns:
Now, we start filling in the next column, starting with . We take the difference of and and divide it by . Since
we have
Next we fill in the entry . We take the difference of and and divide it by . Since
we have
Finally, we fill in the entry . We take the difference of and and divide it by . Since
we have
Thus, we have constructed our difference table. The top entries in the columns are so, as per our earlier remark, the divided difference interpolation formula reads
Since is a second order polynomial, this interpolation to second order is exact. There is no remainder and, upon simplifying the expression, we recover our original polynomial.
Title | divided difference table |
---|---|
Canonical name | DividedDifferenceTable |
Date of creation | 2013-03-22 16:48:33 |
Last modified on | 2013-03-22 16:48:33 |
Owner | rspuzio (6075) |
Last modified by | rspuzio (6075) |
Numerical id | 15 |
Author | rspuzio (6075) |
Entry type | Definition |
Classification | msc 39A70 |