MmaTranslator[Mma]
Sequence
return a function containing a sequence of arguments
Calling Sequence
Parameters
Description
Examples
Sequence(arguments)
arguments
-
Maple translation of the Mathematica command arguments
The Sequence command returns a function containing a sequence of arguments which were spliced into the function.
with⁡MmaTranslatorMma:
Use the command with the Maple translation.
f⁡a,Sequence⁡b,c
f⁡a,b,c
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`f[a, Sequence[b, c]]`,evaluate
See Also
MmaTranslator
MmaTranslator[FromMma]
Download Help Document