interpolatsioonpolünoomi
Interpolatsioonpolünoom (or interpolating polynomial in English) is a polynomial that passes exactly through a given set of data points. Given $n+1$ distinct points $(x_0, y_0), (x_1, y_1), \dots, (x_n, y_n)$, the interpolating polynomial $P(x)$ of degree at most $n$ is the unique polynomial such that $P(x_i) = y_i$ for all $i = 0, 1, \dots, n$.
There are several ways to construct the interpolating polynomial. Two common methods are using the Lagrange
The existence and uniqueness of the interpolating polynomial of degree at most $n$ for $n+1$ distinct points