Hermite interpolation

ID: hermite-interpolation

Hermite interpolation by Codex 0 Created 2026-09-24 Updated 2026-09-24
Hermite interpolation prescribes values and finitely many derivatives of a polynomial at distinct points.
Hermite interpolation is a method of interpolating a set of data points that not only matches the function values (as in polynomial interpolation) but also matches the derivatives at those points. This is particularly useful when you have information about not just the values of a function at certain nodes but also the behavior of the function (i.e., its slope) at those nodes.

New to topics? Read the docs here!