Maple worksheets on approximation of functions

 

Numerical methods topics:


The following Maple worksheets can be downloaded.

They are all compatible with Classic Worksheet Maple 10.

Error graph

The method of moments - moment.mws

Local Taylor series approximation of functions - loctaylor.mws

Chebyshev polynomials and Chebyshev series - chebfit.mws

Using interpolating polynomials to approximate functions - interpoly.mws

Jacobi polynomials and interpolating polynomials - jacobi.mws

The Remez algorithm for constructing minimax polynomial approximations - minimax.mws

The Remez algorithm for constructing minimax rational approximations: version I -
using an iterative method for obtaining the minimax error
- ratminmax.mws

The Remez algorithm for constructing minimax rational approximations: version II -
solving a rational equation to obtain the minimax error
- ratminmax2.mws

A procedure implementing the Remez algorithm - remez.mws

The Remez algorithm: standard and non-standard error curves for rational approximations to an even function - RZeven.mws

Using the Remez algorithm for constructing polynomial approximations for sin(x) and cos(x) on [-Pi/4,Pi/4] - RZsincos.mws

More examples of minimax rational approximations - RZexamp.mws

Testing the Remez algorithm with "badly behaved" functions - RZexamp2.mws

Function approximation procedures - fcnapprx.zip

Top of page


Main index