MTM
mfun
numeric evaluation of special functions
Calling Sequence
Parameters
Description
Examples
mfun(f,M1, M2, ... , Mn)
f
-
function
M1,M2,... ,Mn
matrix, vector, array, or scalar
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.
with⁡MTM:
mfun⁡Ζ,1,2,Array⁡1,2,3
−0.9375482543−0.9375482543−0.7642614591
See Also
FunctionAdvisor
Download Help Document