Interpolating polynomials
Overview
Important
Given a set of points with different -values, there is a unique polynomial of degree at most that passes through all points. This polynomial is called the interpolating polynomial.
Important properties
-
The interpolating polynomial matches the given -values at the specified -values.
-
The degree of the interpolating polynomial is at most one less than the number of points.
-
The polynomial is unique for a given set of points with distinct -values.