Library/Algebra/Polynomials/Interpolating polynomials

Interpolating polynomials

Overview
Important

Given a set of points with different xx-values, there is a unique polynomial of degree at most nn that passes through all n+1n+1 points. This polynomial is called the interpolating polynomial.

Important properties

  • The interpolating polynomial matches the given yy-values at the specified xx-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 xx-values.