Matrix Transposition

Matrix transposition is the interchange of matrix rows and columns.

Pasted image 20231229230612.png

Definition

Let A be a m×n matrix, then its transpose, denoted AT, is the n×m matrix with (AT)ij=Aji.

Basic Properties:

(AT)T=A(A+B)T=AT+BT(αA)T=αAT(AB)T=BTAT

Relationship to Inversion:

Inversion and transposition respect each other:

Theorem

If A is a nonsingular matrix so is AT, and (AT)1=(A1)T.

Pasted image 20231229231141.png