MmaTranslator[Mma]
Split
split a list into sublists
Calling Sequence
Parameters
Description
Examples
Split(arguments)
arguments
-
Maple translation of the Mathematica command arguments
The Split command splits a list into sublists containing runs of identical items.
with⁡MmaTranslatorMma:
Use the command with the Maple translation.
Split⁡a,a,b,c,d,e,f,f,g,h,i
a,a,b,c,d,e,f,f,g,h,i
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`Split[{a, a, b, c, d, e, f, f, g, h, i}]`,evaluate
See Also
MmaTranslator
MmaTranslator[FromMma]
MmaTranslator[Mma][Partition]
Download Help Document