Example
2. Given
and
the nodes
compute the entries in Aitken's tableau and Neville's tableau for
evaluating
at
Show the details for the computations.
Solution 2.
Enter the function and nodes and point of evaluation.
![[Graphics:../Images/NevilleAlgorithmMod_gr_206.gif]](../Images/NevilleAlgorithmMod_gr_206.gif)
2 (a). Compute the values for Neville's tableau.
Define
![[Graphics:../Images/NevilleAlgorithmMod_gr_209.gif]](../Images/NevilleAlgorithmMod_gr_209.gif)
Details for Neville's tableau.
Define
using
and
.
![]()
![[Graphics:../Images/NevilleAlgorithmMod_gr_214.gif]](../Images/NevilleAlgorithmMod_gr_214.gif)
![]()
Define
using
and
.
![]()
![[Graphics:../Images/NevilleAlgorithmMod_gr_220.gif]](../Images/NevilleAlgorithmMod_gr_220.gif)
![]()
Define
using
and
.
![]()
![[Graphics:../Images/NevilleAlgorithmMod_gr_226.gif]](../Images/NevilleAlgorithmMod_gr_226.gif)
![]()
Define
using
and
.
![[Graphics:../Images/NevilleAlgorithmMod_gr_231.gif]](../Images/NevilleAlgorithmMod_gr_231.gif)
![[Graphics:../Images/NevilleAlgorithmMod_gr_232.gif]](../Images/NevilleAlgorithmMod_gr_232.gif)
![]()
Define
using
and
.
![[Graphics:../Images/NevilleAlgorithmMod_gr_237.gif]](../Images/NevilleAlgorithmMod_gr_237.gif)
![[Graphics:../Images/NevilleAlgorithmMod_gr_238.gif]](../Images/NevilleAlgorithmMod_gr_238.gif)
![]()
Define
using
and
.
![[Graphics:../Images/NevilleAlgorithmMod_gr_243.gif]](../Images/NevilleAlgorithmMod_gr_243.gif)
![[Graphics:../Images/NevilleAlgorithmMod_gr_244.gif]](../Images/NevilleAlgorithmMod_gr_244.gif)
![]()
![[Graphics:../Images/NevilleAlgorithmMod_gr_247.gif]](../Images/NevilleAlgorithmMod_gr_247.gif)
2 (b). Compute the values for Aitken's tableau.
Define
![[Graphics:../Images/NevilleAlgorithmMod_gr_250.gif]](../Images/NevilleAlgorithmMod_gr_250.gif)
Details for Aitken's tableau.
Define
using
and
.
![]()
![[Graphics:../Images/NevilleAlgorithmMod_gr_255.gif]](../Images/NevilleAlgorithmMod_gr_255.gif)
![]()
Define
using
and
.
![[Graphics:../Images/NevilleAlgorithmMod_gr_260.gif]](../Images/NevilleAlgorithmMod_gr_260.gif)
![[Graphics:../Images/NevilleAlgorithmMod_gr_261.gif]](../Images/NevilleAlgorithmMod_gr_261.gif)
![]()
Define
using
and
.
![[Graphics:../Images/NevilleAlgorithmMod_gr_266.gif]](../Images/NevilleAlgorithmMod_gr_266.gif)
![[Graphics:../Images/NevilleAlgorithmMod_gr_267.gif]](../Images/NevilleAlgorithmMod_gr_267.gif)
![]()
Define
using
and
.
![[Graphics:../Images/NevilleAlgorithmMod_gr_272.gif]](../Images/NevilleAlgorithmMod_gr_272.gif)
![[Graphics:../Images/NevilleAlgorithmMod_gr_273.gif]](../Images/NevilleAlgorithmMod_gr_273.gif)
![]()
Define
using
and
.
![[Graphics:../Images/NevilleAlgorithmMod_gr_278.gif]](../Images/NevilleAlgorithmMod_gr_278.gif)
![[Graphics:../Images/NevilleAlgorithmMod_gr_279.gif]](../Images/NevilleAlgorithmMod_gr_279.gif)
![]()
Define
using
and
.
![[Graphics:../Images/NevilleAlgorithmMod_gr_284.gif]](../Images/NevilleAlgorithmMod_gr_284.gif)
![[Graphics:../Images/NevilleAlgorithmMod_gr_285.gif]](../Images/NevilleAlgorithmMod_gr_285.gif)
![]()
![[Graphics:../Images/NevilleAlgorithmMod_gr_288.gif]](../Images/NevilleAlgorithmMod_gr_288.gif)
Remark.
The entries on the diagonal are equivalent.
![[Graphics:../Images/NevilleAlgorithmMod_gr_290.gif]](../Images/NevilleAlgorithmMod_gr_290.gif)
Conclusion.
The methods of Aitken and Neville are similar and the latter is more
popular today. The reader must research the literature
carefully in order to determine which one is
appropriate.
(c) John H. Mathews 2005