|
|
|||
|
|
|
| BUILT-IN MATHEMATICA SYMBOL | Tutorials »|See Also »|More About » |
| Partition partitions list into non-overlapping sublists of length n. |
| Partition generates sublists with offset d. |
| Partition partitions a nested list into blocks of size |
| Partition uses offset |
| Partition specifies that the first element of list should appear at position |
| Partition pads if necessary by repeating the element x. |
| Partition pads if necessary by cyclically repeating the elements |
| Partition uses no padding, and so can yield sublists of different lengths. |
| Partition specifies alignments and padding in a nested list. |
| {1,-1} | allow no overhangs | |
| {1,1} | allow maximal overhang at the end | |
| {-1,-1} | allow maximal overhang at the beginning | |
| {-1,1} | allow maximal overhangs at both beginning and end |
| x | pad with repetitions of a single element | |
| {x1,x2,...} | pad with cyclic repetitions of a sequence of elements | |
| list | pad by treating list as cyclic (default) | |
| {} | do no padding, potentially leaving sublists of different lengths |