Matrix Transposition

Definition: Matrix Transposition

The transpose of a matrix is the matrix obtained by switching the rows and the columns of , i.e. the -th row of is the -th column of and vice versa:

TIP

The entry in the -th row and the -th column of is the entry in the -th row and the -th column of .

TIP

The number of rows in is equal to the number columns in and the number of columns in is equal to the number of rows in .