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

Online Help

All Products    Maple    MapleSim


MTM

  

mfun

  

numeric evaluation of special functions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

mfun(f,M1, M2, ... , Mn)

Parameters

f

-

function

M1,M2,... ,Mn

-

matrix, vector, array, or scalar

Description

• 

The function mfun(f, M1, M2, ... , Mn) evaluates (numerically) the function f with the arguments M1, M2, ... , Mn.  

• 

For arguments M1, ..., Mn, the call mfun(f, M1, ..., Mn) will return   R = evalf(map[n](f, M1, ..., Mn)).

• 

At most one of M1,...,Mn, may be non-scalar.

Examples

withMTM:

mfunΖ,1,2,Array1,2,3

−0.9375482543−0.9375482543−0.7642614591

(1)

See Also

FunctionAdvisor

MTM