Neville’s Algorithm 1
5.2 Neville’s Algorithm
1. Indicate how to construct each of the following interpolating polynomials.
(a) P0,1,2,3(x) from P0,1,2(x) and P1,2,3(x)
(b) P0,1,2,3(x) from P0,2,3(x) and P0,1,3(x)
(c) P0,1,2,3(x) from P1,2,3(x) and P0,2,3(x)
(d) P0,1,2,3(x) from P0,1,3(x) and P0,1,2(x)
(a)
(c)
2. Indicate how to construct each of the following interpolating polynomials.
(a) P0,1,2(x) from P1,2(x) and P0,2(x)
(b) P1,3,4,6(x) from P1,4,6(x) and P1,3,6(x)
(c) P0,2,3,4,7(x) from P0,2,4,7(x) and P2,3,4,7(x)
(d) P1,2,3,4,5,6(x) from P1,2,3,5,6(x) and P1,3,4,5,6(x)