• 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 MAIN 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
    • ALLEN e-Store
    • AOSAT
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
Inverse Matrix

Inverse Matrix

An inverse matrix of a square matrix A is a matrix A−1 such that when multiplied with A, it results in the identity matrix I: A.A−1=A−1.A=I.

A matrix is invertible if its determinant is non-zero (∣A∣=0). If the inverse exists, it is unique. Inverse matrices are crucial for solving systems of linear equations and performing various matrix operations.

1.0What is a Matrix?

A matrix is a rectangular array of numbers or elements arranged in rows and columns. It is typically represented as ​a11​a21​...am1​​a12​a22​...am2​​............​a1n​a2n​...a1n​​​, where m is the number of rows and n is the number of columns. Matrices are used in various fields such as mathematics, physics, computer science, and engineering, particularly for solving systems of linear equations, transformations, and data representation.

2.0Inverse of a Matrix

A square matrix A is said to be invertible (or non-singular) if and only if its determinant is non-zero, i.e., ∣A∣=0. In this case, there exists a matrix B such that: 

AB = I = BA

Here, B is called the inverse (or reciprocal) of A and is denoted as A−1. Therefore, the relationship can be expressed as:

 A−1=B if and only ifAB=I=BA

Additionally, the following identity holds for any invertible matrix A: A.adj(A)=∣A∣In​

Multiplying both sides by , we get: A−1.A.(adj A)=A−1.∣A∣In​

This simplifies to:

Thus, we have the necessary and sufficient condition for a square matrix A to be invertible: ∣A∣=0.

∴A−1=∣A∣adjA​

Key Points to Remember

  • The inverse of a matrix exists only if the matrix is square (same number of rows and columns).
  • A matrix must be non-singular (its determinant should not be zero) to have an inverse.

3.0Inverse Formula For a 2 × 2 Matrix

For a 2 × 2 matrix:

A=(ac​bd​)

The formula to find the inverse of matrix A is:

 A−1=ad−bc1​(d−c​−ba​)

Here, ad - bc is the determinant of the matrix. If the determinant is zero, the matrix does not have an inverse.

4.0Inverse Formula For a 3 × 3 Matrix

If A is a 3 × 3 matrix:

A=​adg​beh​cfi​​

The inverse of a 3 × 3 matrix is calculated using the matrix of minors, cofactors, and adjugates, which is a more complex process but essential for larger matrices.

5.0How to Calculate the Inverse of a Matrix

Step-by-Step Guide for a 2 × 2 Matrix

Let's say we have the matrix A:

A=(21​34​)

  1. Find the Determinant (det A):

det(A) = (2)(4) - (3)(1) 

= 8 - 3 = 5 

  1. Find the Adjugate of A:

For a 2 × 2 matrix, swap the elements on the main diagonal and change the signs of the off-diagonal elements. 

  1. Multiply by 1/det(A): 

A−1=51​(4−1​−32​)

So, the inverse matrix is:

A−1=(54​5−1​​5−3​52​​)

Step-by-Step Guide for a 3 × 3 Matrix

Finding the inverse of a 3 × 3 matrix requires more steps, but it involves finding the determinant, the matrix of minors, and then using the cofactor and adjugate methods. You can refer to detailed examples or use online tools to calculate it faster.

Example of Inverse Matrix

Example 1: 2 × 2 Matrix

Given the matrix:A=(52​73​)

Step 1: Calculate the determinant:

det(A)=(5)(3)–(7)(2) 

=15–14=1 

Step 2: Swap the elements of the diagonal and negate the off-diagonal elements:

A−1=11​(3−2​−75​)

A−1=(3−2​−75​)

Example 2: 3 × 3 Matrix

For the matrix A =​4−23​−43−3​5−34​​. Find A–1.

Solution:

A=​4−23​−43−3​5−34​​

Step 1: Calculate the Determinants

det (A) = 4 [3·4 – (–3)(–3)] – (–4) [(–2)(4) – (– 3)(3)] + 5 [(– 2) (–3)– 3. 3]

= 4 (12 – 9) – (– 4) (– 8 + 9) + 5 (+6 –9) 

= 4 (3) + 4 (1) + 5 (– 3)

= 12 + 4 – 15 

= 1

|A| = 1.

Minor of A 

M11​=​3−3​−34​​=12−9=3.

M12​=​−23​−34​​=−8+9=1.

M13​=​−23​3−3​​=6−9=−3.

M21​=​−4−3​54​​=−16+15=−1.

M22​=​43​54​​=16−15=1.

M23​=​43​−4−3​​=−12+12=0.

M31​=​−43​5−3​​=12−15=−3.

M32​=​4−2​5−3​​=−12+10=−2.

M33​=​4−2​−43​​=12−8=4.

[Mij​]=​3−1−3​11−2​−304​​

Step 3: Cofactor of Matrices

[Cij​]=​31−3​−112​−304​​

Step 4: Adjoint of A.

Adj. A=[Cij​]T=​3−1−3​110​−324​​

Step 5. Applying formula.

A−1=∣A∣Adj(A)​

⇒A−1=11​​3−1−3​110​−324​​

⇒A−1=​3−1−3​110​−324​​

Example 3:

If A=[02​−1−2​20​],B=​011​101​​and M = AB, then M-1 is equal to

(A)[22​−21​]

(B)[31​−31​​31​61​​]

(C)[31​31​​−31​61​​]

(D)[31​−31​​−31​61​​]

Ans. (C)

Solution:

M=[02​−1−2​20​]​011​101​​=[1−2​22​]

∣M∣=6,adj M=[22​−21​]

M−1=61​[22​−21​]=[31​31​​−31​61​​]

6.0Properties Of The Inverse Of A Matrix

  1. Product of Invertible Matrices: If A and B are invertible matrices of the same order, then the inverse of their product is given by: (AB)−1=B−1A−1

Note: If A1​,A2​,....,An​ are invertible square matrices of order n, then:

(A1​A2​....An​)−1=An−1​An−a−1​....A2−1​A1−1​

  1. Transpose of an Invertible Matrix: If A is an invertible matrix, then its transpose ATis also invertible, and: (AT)−1=(A−1)T
  2. Inverse Properties:

(a) The inverse of the inverse of AA is AA, i.e., (A−1)−1=A.

(b) For any positive integer k, the inverse of Akis , k(A−1)k=A−k

  1. Determinant of the Inverse: If A is an invertible matrix, then:∣A−1∣=∣A∣1​
  2. Idempotent Matrix: If an idempotent matrix (i.e., a matrix A such that A2=A) is invertible, its inverse must be the identity matrix.
  3. Nilpotent Matrix: A nilpotent matrix, which satisfies for some positive integer k, cannot be invertible because its determinant is zero.
  4. Orthogonal Matrix: An orthogonal matrix A is always invertible, and its inverse is its transpose: A−1=AT
  5. Involutory Matrix: For an involutory matrix A, which satisfies A2=I, we have: A=A−1

7.0Cancellation Law

Let A, B, C be square matrices of the same order n. If A is a non-singular matrix (i.e., ∣A∣=0), then the following cancellation laws hold:

  • Left Cancellation Law: If AB = AC, then B = C.
  • Right Cancellation Law: If BA = CA, then B = C.

Note: These cancellation laws hold only when A is non-singular, meaning .

8.0Sample Questions on Inverse Matrix 

  1. How do you find the inverse of a matrix?

Ans: For a 2 × 2 matrix A=(ac​bd​), the inverse is given by:

A−1=∣A∣1​(d−c​−ba​)

where |A| = ad – bc.

For larger matrices, you can use methods like Gaussian elimination, adjoint method, or matrix inversion formulas.

  1. What is the adjoint of a matrix, and how is it related to the inverse?

Ans: The adjoint (or adjugate) of a matrix A is the transpose of the cofactor matrix of A. The inverse of A can be expressed as: A−1=∣A∣1​.adj(A) where |A| is the determinant of A.

Table of Contents


  • 1.0What is a Matrix?
  • 2.0Inverse of a Matrix
  • 3.0Inverse Formula For a 2 × 2 Matrix
  • 4.0Inverse Formula For a
  • 5.0How to Calculate the Inverse of a Matrix
  • 5.1Step-by-Step Guide for a 2 × 2 Matrix
  • 5.2Step-by-Step Guide for a 3 × 3 Matrix
  • 6.0Properties Of The Inverse Of A Matrix
  • 7.0Cancellation Law
  • 8.0Sample Questions on Inverse Matrix 

Frequently Asked Questions

A matrix A is invertible if and only if its determinant |A| not equal to 0. If |A| = 0, the matrix is called singular and does not have an inverse.

An inverse matrix of a square matrix A is a matrix A^(-1) such that: A.A^(-1)=A^(-1).A=I where I is the identity matrix of the same order as A.

Yes, the inverse of a matrix (if it exists) is unique. This means that for any matrix A, there is only one matrix A^(-1) that satisfies A^(-1).A=A.A^(-1)=I.

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
    • NEET Mock Test
    • Olympiad
    • NEET 2025 Answer Key

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

ISO