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 (or column) of is the -th column (or row) of :

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 .

Theorem: Distributivity of Transposition

The matrix transposition is distributive over matrix addition and scalar multiplication:

Theorem: Antidistributivity of Transposition

The matrix transposition is antidistributive over the matrix product:

Theorem: Involution of Transposition

The matrix transposition is an involution.