Vectors, Matrices, and Tables > Working With Arrays > Example: Row, Column, and Index Operators
  
Example: Row, Column, and Index Operators
1. Define a 10 x 10 matrix:
Click to copy this expression
Click to copy this expression
Click to copy this expression
Click to copy this expression
2. Use the column operator to extract column 2:
Click to copy this expression
3. Use the row operator to extract row 5:
Click to copy this expression
4. Use the index operator to extract the (ro, co) element:
Click to copy this expression
Click to copy this expression
Click to copy this expression