A notes lesson on the transpose of a matrix: its definition, its main properties, symmetric and skew symmetric matrices, and proofs of the two key theorems about them.
This lesson sets out the theory of the transpose of a matrix, formed by interchanging rows and columns. It lists the standard properties of the transpose, defines symmetric and skew symmetric matrices, and notes that every skew symmetric matrix has zeros on its diagonal. It then proves that for any square matrix the sum with its transpose is symmetric and the difference is skew symmetric, and that any square matrix can be written as the sum of a symmetric and a skew symmetric matrix.
What you'll learn
What the transpose of a matrix is and how its order changes when you swap rows and columns
The main properties of the transpose, including how it behaves with sums and products
What symmetric and skew symmetric matrices are, and why a skew symmetric matrix has zeros on its diagonal
How to prove that the sum with the transpose is symmetric and the difference is skew symmetric
Lesson chapters
0:00What the transpose of a matrix is
1:41Properties of the transpose
2:26Symmetric and skew symmetric matrices
3:38Theorem 1 and its proof
6:54Theorem 2: splitting any square matrix
Lesson notes
These are introductory notes on the transpose of a matrix. They cover its definition, the order of the transpose, its main properties, symmetric and skew symmetric matrices, and the proofs of two theorems. Worked problems are left for the next video.
What the transpose is
The transpose of a matrix is obtained by interchanging its rows and columns. For a matrix A, the transpose is written AT (also denoted A′).
If A is an m×n matrix, then swapping the rows and columns gives an n×m matrix, so the order of AT is n×m.
A=[142536](2×3)⟹AT=123456(3×2)
Each row of A becomes a column of AT.
Properties of the transpose
For matrices of suitable order and a scalar k:
(AT)T=A
(kA)T=kAT
(A+B)T=AT+BT(A and B of the same order)
(AB)T=BTAT
Transposing twice returns the original matrix, and the transpose of a product reverses the order of the factors.
Symmetric and skew symmetric matrices
These definitions apply only to square matrices, where the number of rows equals the number of columns.
A square matrix A is symmetric if AT=A.
A square matrix A is skew symmetric if AT=−A.
A useful fact: in a skew symmetric matrix every diagonal element is zero. This follows because each diagonal entry must equal its own negative.
Theorem 1 and its proof
For any square matrix A, the matrix A+AT is symmetric and the matrix A−AT is skew symmetric.
Sum is symmetric
Let B=A+AT. We show BT=B.
BT=(A+AT)T=AT+(AT)T
Using (AT)T=A:
BT=AT+A=A+AT=B
Since BT=B, the matrix A+AT is symmetric.
Difference is skew symmetric
Let C=A−AT. We show CT=−C.
CT=(A−AT)T=AT−(AT)T=AT−A
Taking −1 out as a common factor:
CT=−(A−AT)=−C
Since CT=−C, the matrix A−AT is skew symmetric.
Theorem 2: splitting any square matrix
Any square matrix can be expressed as the sum of a symmetric and a skew symmetric matrix:
A=21(A+AT)+21(A−AT)
Expanding the right side gives 21A+21AT+21A−21AT=A, so the identity holds. By Theorem 1, 21(A+AT) is symmetric and 21(A−AT) is skew symmetric.
One further result worth remembering links the transpose and the inverse:
(AT)−1=(A−1)T
Key takeaways
The transpose swaps rows and columns; an m×n matrix becomes n×m, and transposing twice returns the original.
A square matrix is symmetric when AT=A and skew symmetric when AT=−A; every skew symmetric matrix has zeros on its diagonal.
For any square matrix, A+AT is symmetric and A−AT is skew symmetric, and A can be split as the sum of these two halves.