User Guide
>
For more information, see Solving Equations and Inequations (page 78).
For more information on sets and lists, refer to the ?set help page.
Arrays
Conceptually, the Array data structure is a generalized list. Each element
has an index that you can use to access it.
The two important differences are:
• The indices can be any integers.
• The dimension can be greater than one.
Creating and Using Arrays
To define an Array, use the Array constructor.
Standard Array constructor arguments are:
• Expression sequences of ranges - Specify the indices for each dimension
• Nested lists - Specify the contents
For example:
>
>
7.2 Creating and Using Data Structures • 289