You will encounter nested lists if you use matrices or generate multidimensional arrays and tables. Mathematica provides many functions for handling such lists. A few ...
Lists are very important structures in Mathematica. Lists allow you treat any kind of collection of objects as a single entity. Sometimes you need to pick out or extract ...
AppendTo[s, elem] appends elem to the value of s, and resets s to the result.
RecordLists is an option for ReadList that specifies whether objects from separate records should be returned in separate sublists.
Getting parts of lists. This gives a list of parts 1 and 3. Here is a nested list.
Mathematica can be used to make plots of functions. You give Mathematica a function, and it builds up a curve or surface by evaluating the function at many different points. ...
Partitioning elements in a list. This partitions in blocks of 3. This partitions in blocks of 3 with offset 1.
SampledSoundList[{a_1, a_2, ...}, r] is a sound primitive that represents a sound whose amplitude has levels a_i sampled r times a second.
Functions for grouping together elements of lists. Here is a list. This groups the elements of the list in pairs, throwing away the single element left at the end.