hermite_test
hermite_test,
a MATLAB program which
calls hermite() to construct the Hermite polynomial which interpolates function
and derivative values at given points.
Licensing:
The computer code and data files described and made available on this
web page are distributed under
the GNU LGPL license.
Related Data and Programs:
hermite,
a MATLAB library which
computes the Hermite interpolant, a polynomial that matches
function values and derivatives.
Source Code:
-
hermite_test01.m,
three data points, a cubic function.
-
hermite_test02.m,
three data points, f(x) = a 5-th degree polynomial.
-
hermite_test03.m,
three random abscissas, f(x)=random 5-th degree polynomial.
-
hermite_test04.m,
shows the behavior of the interpolant for Runge's example
on equally-spaced data.
-
hermite_test05.m,
shows the behavior of the interpolant for Runge's example
on Chebyshev-spaced data.
-
hermite_test06.m,
tests HERMITE_BASIS_0 and HERMITE_BASIS_1.
-
hermite_test07.m,
tests HERMITE_INTERPOLANT_RULE.
-
hermite_test08.m,
tabulates the interpolant and its derivative.
Last revised on 28 January 2019.