Operators > Matrix Operators > Row and Column Operators
  
Row and Column Operators
Operator
Description
Keyboard Shortcut
Returns the ith row of the column vector or matrix M.
Ctrl+Shift+R
Returns the jth column of the row vector or matrix M.
Ctrl+Shift+C
Operands
M is a vector or a matrix.
i, j are dimensionless integers.
Additional Information
The starting index for all vectors and matrices is determined by the built-in variable ORIGIN. You can set the index origin by changing the value of ORIGIN. The default value for ORIGIN is 0.