Overview - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Overview of the numapprox Package

 

Calling Sequence

Description

List of numapprox Package Commands

Calling Sequence

numapprox:-command(arguments)

command(arguments)

Description

• 

The numapprox package contains commands for the numerical approximation of functions.

• 

Each command in the numapprox package can be accessed by using either the long form or the short form of the command name in the command calling sequence.

List of numapprox Package Commands

• 

The following is a list of available commands.

chebdeg

chebmult

chebpade

chebsort

chebyshev

confracform

hermite_pade

hornerform

infnorm

laurent

minimax

pade

remez

 

 

 

  

Additionally, see the taylor command.

  

To display the help page for a particular numapprox command, see Getting Help with a Command in a Package.

• 

Various levels of user information will be displayed during the computation if infolevel[numapprox] is assigned values between 1 and 4.

See Also

taylor

UsingPackages

with