← Back to all lessons
Class 12Algebra9:00Published 13 Jul 2024

Transpose of a Matrix: Notes and Theorems

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 AA, the transpose is written ATA^{\mathsf T} (also denoted AA').

If AA is an m×nm \times n matrix, then swapping the rows and columns gives an n×mn \times m matrix, so the order of ATA^{\mathsf T} is n×mn \times m.

A=[123456](2×3)    AT=[142536](3×2)A = \begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \end{bmatrix} \quad (2 \times 3) \implies A^{\mathsf T} = \begin{bmatrix} 1 & 4 \\ 2 & 5 \\ 3 & 6 \end{bmatrix} \quad (3 \times 2)

Each row of AA becomes a column of ATA^{\mathsf T}.

Properties of the transpose

For matrices of suitable order and a scalar kk:

(AT)T=A\left(A^{\mathsf T}\right)^{\mathsf T} = A

(kA)T=kAT\left(kA\right)^{\mathsf T} = k\,A^{\mathsf T}

(A+B)T=AT+BT(A and B of the same order)\left(A + B\right)^{\mathsf T} = A^{\mathsf T} + B^{\mathsf T} \quad (A \text{ and } B \text{ of the same order})

(AB)T=BTAT\left(AB\right)^{\mathsf T} = B^{\mathsf T} A^{\mathsf T}

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 AA is symmetric if AT=AA^{\mathsf T} = A.
  • A square matrix AA is skew symmetric if AT=AA^{\mathsf T} = -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 AA, the matrix A+ATA + A^{\mathsf T} is symmetric and the matrix AATA - A^{\mathsf T} is skew symmetric.

Sum is symmetric

Let B=A+ATB = A + A^{\mathsf T}. We show BT=BB^{\mathsf T} = B.

BT=(A+AT)T=AT+(AT)TB^{\mathsf T} = \left(A + A^{\mathsf T}\right)^{\mathsf T} = A^{\mathsf T} + \left(A^{\mathsf T}\right)^{\mathsf T}

Using (AT)T=A\left(A^{\mathsf T}\right)^{\mathsf T} = A:

BT=AT+A=A+AT=BB^{\mathsf T} = A^{\mathsf T} + A = A + A^{\mathsf T} = B

Since BT=BB^{\mathsf T} = B, the matrix A+ATA + A^{\mathsf T} is symmetric.

Difference is skew symmetric

Let C=AATC = A - A^{\mathsf T}. We show CT=CC^{\mathsf T} = -C.

CT=(AAT)T=AT(AT)T=ATAC^{\mathsf T} = \left(A - A^{\mathsf T}\right)^{\mathsf T} = A^{\mathsf T} - \left(A^{\mathsf T}\right)^{\mathsf T} = A^{\mathsf T} - A

Taking 1-1 out as a common factor:

CT=(AAT)=CC^{\mathsf T} = -\left(A - A^{\mathsf T}\right) = -C

Since CT=CC^{\mathsf T} = -C, the matrix AATA - A^{\mathsf T} 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=12(A+AT)+12(AAT)A = \tfrac{1}{2}\left(A + A^{\mathsf T}\right) + \tfrac{1}{2}\left(A - A^{\mathsf T}\right)

Expanding the right side gives 12A+12AT+12A12AT=A\tfrac{1}{2}A + \tfrac{1}{2}A^{\mathsf T} + \tfrac{1}{2}A - \tfrac{1}{2}A^{\mathsf T} = A, so the identity holds. By Theorem 1, 12(A+AT)\tfrac{1}{2}\left(A + A^{\mathsf T}\right) is symmetric and 12(AAT)\tfrac{1}{2}\left(A - A^{\mathsf T}\right) is skew symmetric.

One further result worth remembering links the transpose and the inverse:

(AT)1=(A1)T\left(A^{\mathsf T}\right)^{-1} = \left(A^{-1}\right)^{\mathsf T}

Key takeaways

  • The transpose swaps rows and columns; an m×nm \times n matrix becomes n×mn \times m, and transposing twice returns the original.
  • A square matrix is symmetric when AT=AA^{\mathsf T} = A and skew symmetric when AT=AA^{\mathsf T} = -A; every skew symmetric matrix has zeros on its diagonal.
  • For any square matrix, A+ATA + A^{\mathsf T} is symmetric and AATA - A^{\mathsf T} is skew symmetric, and AA can be split as the sum of these two halves.