lagrange_nd_test


lagrange_nd_test, a MATLAB code which calls lagrange_nd(), which is given a set of ND points X(*) in D-dimensional space, and constructs a family of ND Lagrange polynomials P(*)(X), associating polynomial P(i) with point X(i), such that, for 1 <= i <= ND,

        P(i)(X(i)) = 1
      
but, if i =/= j
        P(i)(X(j)) = 0
      

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:

lagrange_nd, a MATLAB code which implements several multivariate Lagrange interpolation schemes developed by Tomas Sauer.

Source Code:


Last modified on 07 February 2019.