Skip to content

InterpolatingPolynomial

Returns the polynomial that exactly interpolates the given values.

$ wo 'InterpolatingPolynomial[{1, 4, 9}, x]'
1 + (-1 + x)*(1 + x)