vandermonde_interp_1d_test


vandermonde_interp_1d_test, a MATLAB program which calls vandermonde_interp_1d() to find a polynomial interpolant to data by setting up and solving a linear system involving the Vandermonde matrix.

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:

vandermonde_interp_1d, a MATLAB library which finds a polynomial interpolant to data y(x) of a 1D argument, by setting up and solving a linear system for the polynomial coefficients, involving the vandermonde matrix.

Source Code:

The code generates some plots of the data and approximants.


Last modified on 23 February 2019.