MmaTranslator[Mma]
Insert
insert an element into a list
Calling Sequence
Parameters
Description
Examples
Insert(arguments)
arguments
-
Maple translation of the Mathematica command arguments
The List command inserts an element in a list at a specified location.
with⁡MmaTranslatorMma:
Use the command with the Maple translation.
Insert⁡2,4,8,10,6,3
2,4,6,8,10
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`Insert[{2, 4, 6, 10}, 6, [3]]`,evaluate
2,4,6,6,10
See Also
MmaTranslator
MmaTranslator[FromMma]
Download Help Document