approx_chebyshev_test


approx_chebyshev_test, an Octave code which calls approx_chebyshev(), which interactively approximates a function f(x) in the interval [a,b] by constructing a Chebyshev polynomial interpolant that is often a good estimate of the minimax polynomial.

Licensing:

The computer code and data files made available on this web page are distributed under the MIT license

Related Data and Programs:

approx_chebyshev, an Octave code which interactively approximates a function f(x) in the interval [a,b] by constructing a Chebyshev polynomial interpolant that is often a good estimate of the minimax polynomial.

Source Code:


Last revised on 07 July 2023.