approx_leastsquares_test


approx_leastsquares_test, an Octave code which calls approx_leastsquares(), which interactively approximates a function f(x) in the interval [a,b] by constructing an m-degree polynomial that minimizes the l2 norm of the error at n data points.

Licensing:

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

Related Data and Programs:

approx_leastsquares, an Octave code which interactively approximates a function f(x) in the interval [a,b] by constructing an m-degree polynomial that minimizes the l2 norm of the error at n data points.

Source Code:


Last revised on 07 July 2023.