Transpose

Computes the transpose of a matrix. You can enter the transpose operator from the keyboard by typing @t.

Syntax

MatrixT
Matrix@t

Examples

Matrix operations

You can input matrices using a template or from the keyboard in the form [1,2;3,4]. The transpose symbol T can be entered using @T.