Displaying a Nested Array |
When you display a nested array using the equal sign, you don't actually see every element in every nested array. Such a display would be very cumbersome, as the nested array may be large, or may itself contain other nested arrays.
Instead, you see:
A number when the array element is a scalar.
An ordered pair {m,n} when the array element is an m × n array.
In the example above, the array is displayed in matrix form. To see the contents of the nested array, double-click on the array to bring up the Result Format dialog box and click the box next to "Expand nested arrays."
If you display the array in an output table instead, you see this same notation inside a cell of the table.