Operators > Matrix Operators > Transpose Operator
  
Transpose Operator
Operator
Description
Keyboard Shortcut
Changes the direction of vector v from vertical to horizontal, or from horizontal to vertical.
Ctrl+Shift+T
Returns the n x m matrix formed by interchanging the rows and columns of an m x n matrix.
Operands
v is a vector.
M is a matrix.