Last updated on July 10th, 2025
A symmetric matrix is a square matrix which remains the same even after transposed, i.e., A = AT. In this article, we will be discussing the symmetric matrix.
A matrix is a rectangular array of numbers arranged in rows and columns. Matrices are used to represent linear transformations, perform matrix operations, and solve systems of linear equations. A matrix with ‘m’ rows and ‘n’ columns is denoted as m × n. A square matrix has equal numbers of rows and columns, n × n.
A symmetric matrix satisfies the condition A = AT, i.e., the matrix and its transpose are equal. This suggests that it must be a square matrix, and each element in the (i, j) position must equal the elements in the position (j, i). i.e., aij = aji.
This is a symmetric matrix.
Skew-symmetry is a property of square matrices. It is different from a symmetric matrix in the following ways:
Symmetric matrix |
Skew-symmetric matrix |
A symmetric matrix is a square matrix with mirrored elements across the main diagonal. Mathematically, a matrix A is symmetric if A = AT. Here, AT is the transpose. |
A skew-symmetric matrix is a square matrix in which the transpose of the matrix equals the negative of the original matrix. This is mathematically represented as A = -AT |
Each element satisfies aij = aji |
Each element satisfies aij = - aji |
The diagonal elements can be any real numbers. |
All diagonal elements are zero. |
The sum of a symmetric matrix and its transpose is A + AT = 2A |
The sum with its transpose for a skew-symmetric matrix is A + AT = 0 |
Symmetric matrices have real eigenvalues. |
Skew-symmetric matrices have purely imaginary or zero eigenvalues. |
Some properties that help identify symmetric matrices are listed below:
Let us understand the two important theorems and their proofs for symmetric matrices.
Theorem 1:
For any square matrix B with real number entries:
B + BT is a symmetric matrix, and
B - BT is a skew-symmetric matrix.
Proof:
Let us take A = B + BT
Taking the transpose of A,
AT = (B + BT)T = BT + (BT)T = BT + B = B + BT = A
Since AT = T, this confirms that B + BT is symmetric.
Now, let’s take C = B - BT
Taking the transpose of C,
CT = (B - BT)T = BT - (BT)T = BT - B = - (B - BT) = - C
Since CT = - C, this proves that B - BT is skew-symmetric.
Let us take an example:
Step 1: Compute its transpose
Step 2: Compute B + BT
The matrix is symmetric because (B + BT)T = B + BT
Step 3: Compute B - BT
This matrix is skew-symmetric because (B - BT)T = - (B - BT)
Theorem 2: Any square matrix can be written as the sum of a symmetric matrix and a skew-symmetric matrix.
Proof:
Let B be a square matrix.
We use the following identity: B = 12(B +BT) + 12(B-BT)
Where,
BT is the transpose of matrix B
12(B +BT) is symmetric because: 12(B+BT)T=12(BT+(BT)T) =12(BT+B) = 12(B + BT)
12(B -BT) is skew-symmetric because: 12(B-BT)T=12(BT-B) = -12(B - BT)
Hence, the square matrix B can be expressed as the sum of a symmetric and skew-symmetric matrix.
Let us use the same matrix from the previous example:
Step 1: Calculate the symmetric part:
Step 2: Calculate the skew-symmetric part:
Step 3: Verify their sum
From analyzing mechanical stress in bridges to simplifying data in machine learning, symmetric matrices help model, optimize, and solve real-life problems efficiently. Some real-life applications of symmetric matrices are listed below:
While working with symmetric matrices, students often make subtle, avoidable errors. This section of the article highlights those common mistakes for students in order to identify and avoid them.
Is the given matrix symmetric?
Yes.
Since a12 = a21 = 2, the matrix is symmetric.
Let Find a symmetric matrix using the formula 1/2(B+B to the power T).
First, find the transpose BT:
Using formula, we get:
NA
The given matrix is symmetric. Find the value of x
x = 5
For a symmetric matrix, a12 = a21
So x = 5.
Check if this 3 × 3 matrix is symmetric.
Yes, the matrix is symmetric.
The transpose and the matrix are equal.
Is the given diagonal matrix symmetric?
Yes, all square diagonal matrices are symmetric.
Transpose of a diagonal matrix is the same as the original: ET = E
Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.
: He loves to play the quiz with kids through algebra to make kids love it.