MmaTranslator[Mma]
MapAll
apply a function to every subexpression
Calling Sequence
Parameters
Description
Examples
MapAll(arguments)
arguments
-
Maple translation of the Mathematica command arguments
The MapAll command applies a function to every subexpression in the specified expression.
with⁡MmaTranslatorMma:
Use the command with the Maple translation.
MapAll⁡f,a,b,c,d
f⁡f⁡f⁡a,f⁡b,f⁡f⁡c,f⁡d
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`MapAll[f, {{a, b}, {c, d}}]`,evaluate
See Also
MmaTranslator
MmaTranslator[FromMma]
Download Help Document