Symmetric Matrices, Skew-Symmetric Matrices
Definition1
A square matrix is called a symmetric matrix if it satisfies the following equation:
Here, is the transpose of . is called an anti-symmetric matrix if it satisfies the following equation:
Explanation
By the definition of the transpose, matrices that are not square cannot be symmetric or anti-symmetric. If is an anti-symmetric matrix, it follows from the definition that , so the diagonal elements must be .
Properties
Let and be symmetric matrices of the same size, and let be an arbitrary constant.
(a) is a symmetric matrix.
(b) is a symmetric matrix.
(c) is a symmetric matrix.
(d) If is invertible, then is also a symmetric matrix.
(e) Let be the matrix . Then is an symmetric matrix, and is an symmetric matrix.
(f) If is invertible, then and are also invertible.
Proof
(d)
Let be an invertible matrix. Then applies, and thus is also a symmetric matrix.
■
(e)
Let be the matrix . Then the size of is , and by the properties of transpose, the following holds:
Therefore, is a symmetric matrix. The proof for is the same.
■
(f)
By the properties of invertible matrices, if is invertible, then is also invertible, and the product of invertible matrices is invertible, therefore , 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.
Howard Anton, Elementary Linear Algebra: Applications Version (12th Edition, 2019), p72-74 ↩︎