MmaTranslator[Mma]
Partition
return a list of non-overlapping lists
Calling Sequence
Parameters
Description
Examples
Partition(arguments)
arguments
-
Maple translation of the Mathematica command arguments
The Partition command returns a list of non-overlapping sublists of a specified length.
with⁡MmaTranslatorMma:
Use the command with the Maple translation.
Partition⁡a,b,c,d,e,f,g,h,2
a,b,c,d,e,f,g,h
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`Partition[{a, b, c, d, e, f, g, h}, 2]`,evaluate
See Also
MmaTranslator
MmaTranslator[FromMma]
MmaTranslator[Mma][Split]
Download Help Document