• Classroom Courses
    • 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
      • 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
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE
      • 2025
      • 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
      • College Predictor
      • Counselling
    • 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
  • NEW
    • TALLENTEX
    • ASAT (Classroom courses)
    • AOSAT
  • ALLEN E-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
Home
JEE Maths
Inverse of a Square Matrix

Inverse of a Square Matrix

1.0What is the Inverse of a Square Matrix?

A square matrix has the same number of rows and columns (n × n). The Inverse of a square matrix A is a different matrix, which is written as (A−1), and it is written as follows:

A×A−1=A−1×A=I

Where (I) is the same order as (A) and is the identity matrix. In the world of matrices, the Inverse matrix is like the reciprocal of numbers. It is essential for solving systems of linear equations, finding matrix equations, and other related problems .

2.0Conditions for the Existence of an Inverse

A square matrix (A) can be invertible (or is not singular) if and only if:

  • The determinant of A is not zero: (|A| ≠ 0)
  • A is a square matrix: Inverses can only be found in n × n matrices.

If (|A| = 0), the matrix is called singular and it does not have an inverse.

3.0Methods to Find Inverse of a Square Matrix

There are two main ways to find the inverse of a square matrix, especially for JEE-level problems:

Adjoint Method

This method is based on the formula: A−1=∣A∣1​×adj(A)

where (|A|) is the determinant and (adj(A)) is the adjugate (or adjoint) of (A).

Steps:

  1. Find the determinant (|A|).
  2. Find the matrix of cofactors.
  3. To get (adj(A)), transpose the cofactor matrix.
  4. Take the adjugate and divide it by the determinant.

Elementary Row Transformation Method

This is a practical method, especially for larger matrices or when solving systems of equations:

Steps:

  1. Write the matrix (A) alongside the identity matrix of the same order, forming an augmented matrix ([A | I]).
  2. Use elementary row operations (swap, multiply, add/subtract rows) to turn (A) into (I).
  3. The matrix that replaces the identity matrix after these operations is (A−1).

4.0How to Find Inverse of a 2×2 Matrix

Let the given 2×2 matrix be:

A=(ac​bd​)

The inverse is given by: A−1=ad−bc1​(d−c​−ba​)

Here, (ad - bc) is the determinant of (A). If (ad - bc = 0), (A) has no inverse.

5.0How to Find Inverse of 3x3 Matrix

Finding the inverse of a 3×3 matrix is a common JEE-level question.

Suppose A=​a11​a21​a31​​a12​a22​a32​​a13​a23​a33​​​

Steps:

  1. Find the determinant det(A).
  2. Compute all cofactors of each element.
  3. Form the cofactor matrix.
  4. Take its transpose to get the adjoint.
  5. Apply the formula: A−1=det(A)1​.adj(A)

Example: Find the Inverse of a 3×3 Matrix

A=​105​216​340​​

Step 1: Find determinant

det(A)=1(1⋅0−4⋅6)−2(0⋅0−4⋅5)+3(0⋅6−1⋅5)=1(0−24)−2(0−20)+3(0−5)=−24+40−15=1

Since det(A)=1=0 the inverse exists.

Step 2: Find cofactors and adjoint

C11​=(1⋅0−4⋅6)=−24

C12​=−(0⋅0−4⋅5)=20

C13​=(0⋅6−1⋅5)=−5

Similarly compute all cofactors, form the cofactor matrix, and transpose it to get adj(A).

Step 3: Apply formula

A−1=det(A)1​adj(A)=11​adj(A)=adj(A)

Thus, the inverse can be directly obtained since det⁡(A)=1.

6.0Solved Examples on Inverse of a Matrix

Example 1: Inverse of a 2×2 Matrix

Find the inverse of A=[32​45​]

  • (∣A∣=3×5−4×2=15−8=7)
  • Adjoint: [5−2​−43​]
  • Inverse: A−1=71​[5−2​−43​]

Example 2: Inverse of a 3×3 Matrix

Find the inverse of B=​105​216​340​​

  • |B| = 1(1×0−4×6)−2(0×0−4×5)+3(0×6−1×5)
  • |B| = -24 + 40 - 15 = 1
  • Cofactor matrix: ​−24185​20−15−4​−541​​
  • Adjugate: [−24​18​5 20​−15​−4 −5​4​1​]
  • Inverse: B−1=​−2420−5​18−154​5−41​​

Example 3: Inverse by Elementary Row Transformation

Find the inverse of C=[25​13​]

  • Augment with identity: [25​13​10​01​]
  • Row operations yield: [3−5​−12​]
  • Inverse: C−1=[3−5​−12​]

Example 4: Inverse of a 3×3 Matrix with Zero Elements

Find the inverse of D=​102​010​201​​

  • ∣D∣=1(1×1−0×0)−0+2(0×0−1×2)=1−4=−3
  • Cofactor matrix: ​10−2​0−30​−201​​
  • Adjugate: ​10−2​0−30​−201​​
  • Inverse: D−1=−31​​10−2​0−30​−201​​

Also Read:

Matrices

Adjoint of a Matrix

Matrix Multiplication Questions

Matrix Operations

Inverse Matrix

Determinants and Matrices

Table of Contents


  • 1.0What is the Inverse of a Square Matrix?
  • 2.0Conditions for the Existence of an Inverse
  • 3.0Methods to Find Inverse of a Square Matrix
  • 3.1Adjoint Method
  • 3.2Elementary Row Transformation Method
  • 4.0How to Find Inverse of a 2×2 Matrix
  • 5.0How to Find Inverse of 3x3 Matrix
  • 6.0Solved Examples on Inverse of a Matrix

Frequently Asked Questions

A square matrix is invertible (has an inverse) if and only if its determinant is non-zero ((|A| not equal to 0)). If the determinant is zero, the matrix is called singular and does not have an inverse.

You can find the inverse of a square matrix using the adjoint method or by elementary row transformations. The adjoint method involves finding the determinant, the cofactor matrix, the adjugate (transpose of the cofactor matrix), and then dividing by the determinant.

Matrix inverses are essential for solving systems of linear equations, computer graphics transformations, cryptography, engineering problems, and more.

1. Not checking if the determinant is zero. 2. Calculation errors when finding minors and cofactors. 3. Forgetting to transpose the cofactor matrix to get the adjugate.

Join ALLEN!

(Session 2026 - 27)


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 Previous Year Papers
    • NEET Sample Papers
    • JEE Main Sample Papers
    • CBSE Sample Papers
    • NCERT Textbooks

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

ISO