Divided Differences Method of Polynomial Interpolation
R-bloggers 2017-07-27
Summary:
Part of 6 in the series Numerical AnalysisThe divided differences method is a numerical procedure for interpolating a polynomial given a set of points. Unlike Neville’s method, which is used to approximate the value of an interpolating polynomial at a given point, the divided differences method constructs the interpolating polynomial...The post Divided Differences Method of Polynomial Interpolation appeared first on Aaron Schlegel.