←
PadRight
→
Reverse
/
Reference of Built-in Symbols
/
List Functions
/
Rearranging and Restructuring Lists
/
Partition
/
Partition
WMA link
Partition
[
list
,
n
]
partitions
list
into sublists of length
n
.
Partition
[
list
,
n
,
d
]
partitions
list
into sublists of length
n
which overlap
d
indices.
Partition[{a, b, c, d, e, f}, 2]
Partition[{a, b, c, d, e, f}, 3, 1]
←
PadRight
→
Reverse