![]() |
VOOZH | about |
Symmetric and Skew Symmetric Matrices are types of square matrices based on the relation between a matrix and its transpose. These matrices are one of the most used matrices out of all the matrices out there.
Symmetric matrices have use cases in optimization, physics, and statistics, whereas skew-symmetric matrices are used in subjects such as mechanics and electromagnetism.
If for a matrix, the transposed form of that matrix is the same as the original matrix, then that matrix is said to be a Symmetric Matrix. Let, a square matrix A of size n x n is said to be symmetric if
At = A
Where,
- [aij] = [aji], for 1 ≤ i ≤ n, and 1 ≤ j ≤ n.
- [aij] is an element at position (i, j) which is ith row and jth column in matrix A, and
- [aji] is an element at position (j, i) which is jth row and ith column in matrix A.
So, [aji] represents the transpose of [aij] matrix.
For example, let us consider a square matrix and
So, this matrix is a Symmetric Matrix, because the transposed form of this matrix is itself the original matrix.
Some Properties of Symmetric Matrices are as follows:
Property: If matrix A is a square matrix then (A + At) is always symmetric.
Prove: To find if a matrix symmetric or not, first, we have to find the transposed form of the given matrix
So, let's find the transpose of (A + At)
= (A + At)t
= At + (At)t
= At + A [here, (At)t = A]
= (A + At)So, this is the same as the given matrix, so it is symmetric.
If for a matrix, the transposed form of that matrix is the same as the negative of the original matrix, then that matrix is said to be a Skew-Symmetric Matrix. Let, a square matrix A of size n x n is said to be skew-symmetric if
At = -A
Where,
- [aij] = - [aji], for 1 ≤ i ≤ n, and 1 ≤ j ≤ n.
- [aij] is an element at position (i, j) which is ith row and jth column in matrix A, and
- [aji] is an element at position (j, i) which is jth row and ith column in matrix A.
For Example, consider and
Here, in the transposed form the matrix looks like the negative of the original matrix.
There are some rules that come from the concept of Symmetric and Skew-Symmetric Matrices,
Property: If matrix A is a square matrix then (A - At) is always skew-symmetric.
Proof: To find if a matrix skew-symmetric or not, first, we have to find the transposed form of the given matrix
So, let's find the transpose of (A - At)
= (A − At)t
= At − (At)t
= At − A [here, (At)t = A]
= − (A − At)So, this form is the negative of the given matrix, so it is skew-symmetric.
Skew-Symmetric Matrix, is a square matrix and the determinant of the Skew-Symmetric matrices follows the condition discussed below. If we have a Skew-Symmetric Matrix then,
det (AT) = det (-A) = (-1)n det(A)
Also, every skew-symmetric matrix of odd order is a singular matrix, i.e. its determinant is zero and hence its determinant does not exist.
The eigenvalues of a skew-symmetric matrix are zero. It is a real matrix, but the matrix can have non-real eigenvalues. Also, we can easily express every square matrix in the form of the sum of a symmetric and a skew-symmetric matrix, uniquely.
Property: Every square matrix can be expressed uniquely as the sum of symmetric and skew-symmetric matrices.
Proof:
Let A be a square matrix,
We can write, A = A/2 + A/2
Let, A = P + Q
Where,
Now, find Pt and Qt [Pt is the transpose of P]
and,
So, here P is symmetric and Q is skew-symmetric matrices and A is the sum of P and Q.
Example: Express matrix A as the sum of a symmetric and skew-symmetric matrix, Where
Answer:
First, find the transpose of A
Now find (A + At) and (A - At)
Similarly:
Conclusion
A = symmetric part + skew-symmetric part
A = 0 + A
There are some key differences between Symmetric and Skew Symmetric Matrices, which are as follows:
| Symmetric Matrix | Skew-Symmetric Matrix |
|---|---|
| A matrix A such that AT = A | A matrix A such that AT = -A. |
| Contains real numbers | Diagonal entries are always zero |
| Same value as a corresponding entry on the opposite side of diagonal | Opposite sign as a corresponding entry on the opposite side of diagonal |
| All eigenvalues are real | Eigenvalues come in imaginary pairs |
Problem 1: Check whether the following matrix is symmetric or skew-symmetric.
Solution:
As
and
Thus, the given matrix is symmetric matrix.
Problem 2: Is the following matrix symmetric?
Solution:
As
and Transpose of matrix A i.e.,
Thus, the given matrices is symmetric matrix.
Problem 3: Check whether the following matrix is symmetric or skew-symmetric.
Solution:
As
and
Thus, A given matrix is skew-symmetric matrix.
Problem 4: What type of matrices is the following matrix: symmetric or skew-symmetric?
Solution:
As
and
Thus, A given matrix is a skew-symmetric matrix.