BrightChamps Logo
Login
Creative Math Ideas Image
Live Math Learners Count Icon102 Learners

Last updated on July 10th, 2025

Math Whiteboard Illustration

Symmetric Matrix

Professor Greenline Explaining Math Concepts

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.

Symmetric Matrix for Thai Students
Professor Greenline from BrightChamps

What is a 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.
 

Professor Greenline from BrightChamps

What is a Symmetric Matrix?

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.
 

Professor Greenline from BrightChamps

Difference Between Skew-Symmetric and 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.

 

Professor Greenline from BrightChamps

What are the Properties of Symmetric Matrices?

Some properties that help identify symmetric matrices are listed below:

 

 

  • The sum of two symmetric matrices is also symmetric.

 

  • Eigenvalues of a real symmetric matrix are real.

 

  • Every diagonal matrix is symmetric.

 

  • The product of two symmetric matrices may or may not be symmetric.

 

  • The transpose of a symmetric matrix is always equal to the original matrix (AT = A).

 

  • They can be diagonalized using orthogonal matrices, meaning there exists an orthogonal matrix P such that PTAP =  D, where D is a diagonal matrix.
     
Professor Greenline from BrightChamps

Symmetric Matrices Theorems

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

Professor Greenline from BrightChamps

Real-life Applications of Symmetric Matrix

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:

 

 

  • Representing stiffness matrix in structural engineering:
    In civil and mechanical engineering, symmetric matrices represent the stiffness matrices in finite element methodology. These matrices help simulate how structures like bridges or buildings may deform under force.

 

  • Scaling, shearing, and reflective transformations in computer graphics:
    Symmetric matrices help define how objects appear on-screen when they are being moved, rotated, or mirrored.

 

  • Intermediate calculations in Google PageRank algorithm:
    The Google PageRank matrix isn't symmetric itself but requires intermediate calculations involving symmetric matrices. They simplify eigenvalue problems or balance link weights. 

 

  • Blurring and filtering in image processing:
    In digital image processing, symmetric matrices are used for tasks like blurring, edge detection and noise reduction. Symmetry in kernel filters ensures uniform behavior in all directions.

 

  • Network analysis:
    In graph theory, for example social networks, transportation systems, or communication systems, adjacency matrices of undirected graphs are symmetric.
Max Pointing Out Common Math Mistakes

Common Mistakes and How to Avoid Them in Symmetric Matrix

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.

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Assuming that only the upper triangle determines symmetry
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

A symmetric matrix must satisfy aij = aji for all i and j both above and below the main diagonal. Always compare both and don't assume symmetry based on appearance.
 

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Ignoring diagonal elements in skew-symmetric matrices.
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Always remember that all diagonal elements in a skew-symmetric matrix are zero. If the diagonal elements have any value other than zero, then it is not a skew-symmetric matrix.
 

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Thinking all square matrices are symmetric
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

All symmetric matrices are square, but not all square matrices are symmetric. For a square matrix to be symmetric, it must satisfy the condition A = AT.
 

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Forgetting That Non-Square Matrices Can’t Be Symmetric or Skew-Symmetric
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Always check if the matrix is square first, only square matrices can be symmetric or skew-symmetric.
 

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Assuming Diagonal Matrices Are Always Symmetric

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Diagonal matrices are only symmetric if they are square. For example: This diagonal matrix is square and symmetric since AT = A. However, B is a diagonal matrix, not a square because it does not have an equal number of rows and columns. It is also not symmetric, since
 

arrow-right
Max from BrightChamps Saying "Hey"

Solved Examples of Symmetric Matrix

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

Is the given matrix symmetric?

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

Yes.
 

Explanation

Since a12 = a21 = 2, the matrix is symmetric.

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 2

Let Find a symmetric matrix using the formula 1/2(B+B to the power T).

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

First, find the transpose BT:
 
Using formula, we get:
 

Explanation

NA
 
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 3

The given matrix is symmetric. Find the value of x

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

 x = 5
 

Explanation

For a symmetric matrix, a12 = a21
So x = 5.
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 4

Check if this 3 × 3 matrix is symmetric.

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

 Yes, the matrix is symmetric.
 

Explanation

The transpose and the matrix are equal.
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 5

Is the given diagonal matrix symmetric?

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

 Yes, all square diagonal matrices are symmetric.

Explanation

Transpose of a diagonal matrix is the same as the original: ET = E
 

Max from BrightChamps Praising Clear Math Explanations
Ray Thinking Deeply About Math Problems

FAQs on Symmetric Matrix

1. How do you know if a matrix is a symmetric matrix?

Math FAQ Answers Dropdown Arrow

2.What is the sum of two symmetric matrices?

Math FAQ Answers Dropdown Arrow

3.What is the sum of symmetric and non-symmetric matrices?

Math FAQ Answers Dropdown Arrow

4.Do all symmetric matrices have zeroes on the diagonal?

Math FAQ Answers Dropdown Arrow

5.Are all symmetric matrices invertible?

Math FAQ Answers Dropdown Arrow

6.How can children in Thailand use numbers in everyday life to understand Symmetric Matrix?

Math FAQ Answers Dropdown Arrow

7.What are some fun ways kids in Thailand can practice Symmetric Matrix with numbers?

Math FAQ Answers Dropdown Arrow

8.What role do numbers and Symmetric Matrix play in helping children in Thailand develop problem-solving skills?

Math FAQ Answers Dropdown Arrow

9.How can families in Thailand create number-rich environments to improve Symmetric Matrix skills?

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

Jaskaran Singh Saluja

About the Author

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.

Max, the Girl Character from BrightChamps

Fun Fact

: He loves to play the quiz with kids through algebra to make kids love it.

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
Dubai - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom