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
Theorem: Antidistributivity of Transposition
Theorem: Involution of Transposition
The matrix transposition is an involution.
PROOF
TODO