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:
2. Use the column operator to extract column 2:
3. Use the row operator to extract row 5:
4. Use the index operator to extract the (ro, co) element:
Was this helpful?