logo

Symmetric Matrices, Skew-Symmetric Matrices 📂Matrix Algebra

Symmetric Matrices, Skew-Symmetric Matrices

Definition1

A square matrix AA is called a symmetric matrix if it satisfies the following equation:

A=AT A=A^{T}

Here, ATA^{T} is the transpose of AA. AA is called an anti-symmetric matrix if it satisfies the following equation:

A=AT A =-A^{T}

Explanation

By the definition of the transpose, matrices that are not square cannot be symmetric or anti-symmetric. If AA is an anti-symmetric matrix, it follows from the definition that aii=aiia_{ii}=-a_{ii}, so the diagonal elements must be 00.

Properties

Let AA and BB be symmetric matrices of the same size, and let kk be an arbitrary constant.

(a) ATA^{T} is a symmetric matrix.

(b) A±BA \pm B is a symmetric matrix.

(c) kAkA is a symmetric matrix.

(d) If AA is invertible, then A1A^{-1} is also a symmetric matrix.

(e) Let AA be the matrix m×nm \times n. Then AATAA^{T} is an m×mm \times m symmetric matrix, and ATAA^{T}A is an n×nn \times n symmetric matrix.

(f) If AA is invertible, then ATAA^{T}A and AATAA^{T} are also invertible.

Proof

(d)

Let AA be an invertible matrix. Then (AT)1=(A1)T(A^{T})^{-1} = (A^{-1})^{T} applies, and thus A1A^{-1} is also a symmetric matrix.

(e)

Let AA be the matrix m×nm \times n. Then the size of AATAA^{T} is (m×n)×(n×m)=m×m(m \times \cancel{n} ) \times (\cancel{n} \times m) = m \times m, and by the properties of transpose, the following holds:

(AAT)T=AAT (AA^{T})^{T}=AA^{T}

Therefore, AATAA^{T} is a symmetric matrix. The proof for ATAA^{T}A is the same.

(f)

By the properties of invertible matrices, if AA is invertible, then ATA^{T} is also invertible, and the product of invertible matrices is invertible, therefore AATAA^{T}, ATAA^{T}A are also invertible.

Theorem

The necessary and sufficient condition for the product of two matrices to be symmetric is that the product of the two matrices is commutable.


Keep in mind that the product of two matrices is generally not commutable.


  1. Howard Anton, Elementary Linear Algebra: Applications Version (12th Edition, 2019), p72-74 ↩︎