Polynomial interpolation
ID: polynomial-interpolation
Given distinct nodes and values , there is a unique polynomial of degree at most taking those values.
Polynomial interpolation is a mathematical method used to estimate or approximate a polynomial function that passes through a given set of data points.
New to topics? Read the docs here!