• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Offline Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • NEW
    • JEE 2025
    • NEET
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
    • TALLENTEX
    • AOSAT
    • ALLEN e-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
Symmetric Matrix

Symmetric Matrix 

A symmetric matrix is a square matrix that is equal to its transpose, meaning its elements are mirrored across the main diagonal. In simple terms, if element aij = aji, the matrix is symmetric. These matrices often arise in mathematics, physics, and data science due to their elegant properties, such as real eigenvalues, orthogonal eigenvectors, and diagonalizability. Symmetric matrices play a key role in simplifying computations and modeling real-world systems efficiently.

1.0What is a Symmetric Matrix?

Let’s begin with the symmetric matrix definition:

A symmetric matrix is a square matrix that is equal to its transpose. That is, A=AT

This means that the elements are symmetric with respect to the main diagonal. Mathematically, for a matrix A = [aij], it is symmetric if:

aij = aji   for all i,j

2.0Symmetric Matrix Condition

To summarize, the symmetric matrix condition is simple:

  • The matrix must be square (same number of rows and columns).
  • Each element must satisfy aij = aji.

3.0Symmetric Matrix Properties

Symmetric matrices have several important and useful properties:

  1. All Eigenvalues are Real: For a real symmetric matrix, all eigenvalues are guaranteed to be real numbers.
  2. Orthogonal Diagonalization: Every symmetric matrix is diagonalizable, and its diagonalization can be achieved using an orthogonal matrix.
  3. Symmetric Matrix is Diagonalizable: This is a key advantage — symmetric matrices can be written in the form:

A=PDP−1

where D is a diagonal matrix, and P is an orthogonal matrix containing the eigenvectors of the symmetric matrix.

  1. Invertibility: If the determinant of a symmetric matrix is non-zero, the matrix is invertible.
  2. Transpose Equals Matrix: By definition, A^T=A.
  3. Positive Definiteness: Symmetric matrices can be positive definite, which is useful in optimization and numerical analysis.

4.0Determinant of Symmetric Matrix

The determinant of a symmetric matrix is calculated the same way as for any square matrix. However, symmetric matrices often allow simplifications due to their structure. For instance:

 A=[12​23​],then det(A)=(1)(3)−(2)(2)=3−4=−1 

5.0Inverse of Symmetric Matrix

A symmetric matrix may or may not be invertible. It is invertible if and only if its determinant is non-zero. Interestingly:

  • The inverse of a symmetric matrix is also symmetric, provided the inverse exists.
  • If A is symmetric and invertible, then

 A−1=(A−1)T

Example:

A=[21​12​],det(A)=3=0

So A is invertible and symmetric.

6.0Eigenvectors of a Symmetric Matrix

A remarkable property of symmetric matrices is that they always have real eigenvalues and orthogonal eigenvectors.

Why is this important?

  • Orthogonal eigenvectors simplify computations in physics and engineering.
  • They can be used to diagonalize the matrix using orthogonal transformations.

Example:

For a symmetric matrix A, if v1​ and v2​ are eigenvectors corresponding to distinct eigenvalues, then:

v1T​v2​=0

This orthogonality of eigenvectors is crucial in applications such as Principal Component Analysis (PCA).

7.0Symmetric Matrix Diagonalizable

As noted earlier, a symmetric matrix is diagonalizable using an orthogonal matrix. That is, for symmetric matrix A:

A=QDQT

Where:

  • D is a diagonal matrix containing eigenvalues.
  • Q is an orthogonal matrix whose columns are the normalized eigenvectors.

This decomposition is known as spectral decomposition.

8.0Applications of Symmetric Matrices

  • Physics: Moment of inertia tensor, stress-strain tensors.
  • Machine Learning: Covariance matrices in PCA are symmetric.
  • Engineering: Solving systems of linear equations.
  • Optimization: Hessian matrices (second derivative matrices) are symmetric.

9.0Solved Example on Symmetric Matrix

Q1. Given the matrix:

A=[41​13​]

Is this a symmetric matrix?

Ans: Yes, the matrix is symmetric because AT=A. The element a12 = a21 = 1, which satisfies the condition aij = aji.

Q2. Find the eigenvalues of matrix A.

Ans: 

We solve the characteristic equation: det(A−λI)=0​4−λ1​13−λ​​ =(4−λ)(3−λ)−(1)(1)=λ2−7λ+11=0Using the quadratic formula:λ=27±49−44​​=27±5​​So, the eigenvalues are:λ1​=27+5​​,λ2​=27−5​​  

Q3. Are the eigenvectors of this symmetric matrix orthogonal?

Ans: Yes. For a symmetric matrix, eigenvectors corresponding to distinct eigenvalues are always orthogonal.

Q4. Is this symmetric matrix diagonalizable?

Ans: Yes, every symmetric matrix is diagonalizable using an orthogonal matrix. So, matrix AA is diagonalizable.

Q5. What is the determinant of the matrix A?

Ans:  Since the determinant is non-zero, matrix A is also invertible.

Table of Contents


  • 1.0What is a Symmetric Matrix?
  • 2.0Symmetric Matrix Condition
  • 3.0Symmetric Matrix Properties
  • 4.0Determinant of Symmetric Matrix
  • 5.0Inverse of Symmetric Matrix
  • 6.0Eigenvectors of a Symmetric Matrix
  • 7.0Symmetric Matrix Diagonalizable
  • 8.0Applications of Symmetric Matrices
  • 9.0Solved Example on Symmetric Matrix

Frequently Asked Questions

The matrix must be square and satisfy aij = aji for all i, j.

Yes, every symmetric matrix is diagonalizable using an orthogonal matrix.

Yes, if they correspond to distinct eigenvalues, they are orthogonal.

If the symmetric matrix is invertible, its inverse is also symmetric.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET 2025 Results
    • NEET 2025 Answer Key
    • JEE Advanced 2025 Answer Key
    • JEE Advanced Rank Predictor

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO