Neville's method

We can now apply Theorem 11 on subsets of consecutive data points. Let us call [Maple Math] , with [Maple Math] . Then [Maple Math] .

For example: for [Maple Math] , i.e. a linear polynomial, we take the data points in pairs: [Maple Math] , [Maple Math] , ... , [Maple Math] . These linear polynomials can then be used to calculate the quadratic polynomials over consecutive triplets [Maple Math] , [Maple Math] , ...

This method has also been illustrated in Worksheet 3.

As was shown in Worksheet 3, one can apply Neville's Method to immediately find the interpolated value at a given [Maple Math] -value. In this case, the scheme applies on numerical values rather then functions.

If higher accuracy is required, one can add a data point at the end of the set and just calculate the succesive polynomials over intervals which include that extra data point. Overall, this works out to be more efficient then recalculating the highest order Lagrange Polynomial from scratch.