MmaTranslator[Mma]
Drop
return a modified list
Calling Sequence
Parameters
Description
Examples
Drop(arguments)
arguments
-
Maple translation of the Mathematica command arguments
The Drop command returns a list with the specified elements removed.
with⁡MmaTranslatorMma:
Use the command with the Maple translation.
Drop⁡2,4,6,8,10,4
2,4,6,10
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`Drop[{2, 4, 6, 8, 10}, {4}]`,evaluate
See Also
MmaTranslator
MmaTranslator[FromMma]
Download Help Document