lebesgue_test


lebesgue_test, a C++ code which calls lebesgue(), which is given a set of nodes in 1D, and plots the Lebesgue function, and estimates the Lebesgue constant, which measures the maximum magnitude of the potential error of Lagrange polynomial interpolation, and which uses gnuplot to make plots of the Lebesgue function.

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:

lebesgue, a C++ code which is given a set of nodes in 1D, and plots the Lebesgue function, and estimates the Lebesgue constant, which measures the maximum magnitude of the potential error of Lagrange polynomial interpolation, and which uses gnuplot to make plots of the Lebesgue function.

Source Code:

The test programs create plots of the Lebesgue function for specific sizes of the point sets.


Last revised on 24 March 2020.