Insert - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MmaTranslator[Mma]

  

Insert

  

insert an element into a list

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Insert(arguments)

Parameters

arguments

-

Maple translation of the Mathematica command arguments

Description

• 

The List command inserts an element in a list at a specified location.

Examples

withMmaTranslatorMma:

Use the command with the Maple translation.

Insert2,4,8,10,6,3

2,4,6,8,10

(1)

Alternatively, you can use the FromMma command with the evaluate option specified.

withMmaTranslator:

FromMma`Insert[{2, 4, 6, 10}, 6, [3]]`,evaluate

2,4,6,6,10

(2)

See Also

MmaTranslator

MmaTranslator[FromMma]

MmaTranslator[Mma]