Example
1. Form the Newton polynomials of
degree n = 1,2, 3, 4, and 5 for the
function
over
the interval
using
equally spaced nodes selected from the following list
Solution 1 (c).
Use the nodes
to
construct the Newton interpolation polynomial
, of
degree n = 3, and compare it to the polynomial constructed with
Mathematica's InterpolatingPolynomial
procedure.
The polynomial obtained with Mathematica's InterpolatingPolynomial procedure is the nested form of the Newton polynomial.
Notice that
is
obtained from
by
adding one more term.
Now graph the function and polynomial, and interpolation nodes.
![[Graphics:../Images/NewtonPolyMod_gr_162.gif]](../Images/NewtonPolyMod_gr_162.gif)
(c) John H. Mathews 2004