|
|
|||
|
|
| Mathematica Tutorial | Functions »|Tutorials » |
| Flatten[list] | flatten out all levels in list |
| Flatten[list,n] | flatten out the top n levels in list |
| Partition[list,{n1,n2,...}] | partition into blocks of size n1×n2×... |
| Transpose[list] | interchange the top two levels of lists |
| RotateLeft[list,{n1,n2,...}] | rotate successive levels by ni places |
| PadLeft[list,{n1,n2,...}] | pad successive levels to be length ni |
A few functions for rearranging nested lists.
|
|
| © 2013 Wolfram Research, Inc. |