vandermonde_approx_2d_test


vandermonde_approx_2d_test, a C++ code which calls vandermonde_approx_2d(), which finds P(X,Y), a polynomial approximant to Z which depends on two independent variables X and Y, by setting up and solving an overdetermined 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 MIT license

Related Data and Programs:

vandermonde_approx_2d, a C++ code which finds a polynomial approximant p(x,y) to data z(x,y) of a 2D argument by setting up and solving an overdetermined linear system for the polynomial coefficients involving the vandermonde matrix.

Source Code:


Last revised on 09 April 2020.