Mathematica 9 is now available

$RandomStateExtract

Split

FilledSmallSquareSplit[list] splits list into sublists consisting of runs of identical elements.

FilledSmallSquareSplit[list, test] treats pairs of adjacent elements as identical whenever applying the function test to them yields True.

FilledSmallSquare Example: Split[a, a, b, b, a, a, b] LongRightArrow.

FilledSmallSquare The default function used to test whether elements are identical is SameQ.

FilledSmallSquareSplit can be used to perform run-length encoding.

FilledSmallSquare See The Mathematica Book: Section 1.8.10.

FilledSmallSquare See also: Partition, Union, Flatten, ReplaceList.

Further Examples

$RandomStateExtract



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.