Vectors, Matrices, and Tables > Creating Arrays and Tables > To Create a Nested Array
  
To Create a Nested Array
1. Define the array in which you want to nest another array.
2. Create the array to be nested.
3. Use the index operator to set the desired main array element to the array to be nested.
4. You may also delete the main array element where you want to nest the array and then manually type the new array.