• 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
Find Inverse of Matrix

Find Inverse of Matrix

To understand how to find the inverse of a matrix, it's essential to first grasp what a matrix is. A matrix is a structured rectangular array of numbers, known as elements. These elements are organized into horizontal rows and vertical columns. The dimensions of a matrix are denoted by its number of rows and columns. If a matrix has ‘a’ rows and ‘b’ columns, its order is expressed as a × b, where ‘a’ and ‘b’ are positive integers.

For a given matrix A of order, a × b, the inverse of matrix A, if it exists, is denoted as A−1. The inverse of a matrix is a crucial concept in linear algebra and is defined such that when matrix A is multiplied by its inverse A−1, the result is the identity matrix III, which is a square matrix with ones on the diagonal and zeros elsewhere. Mathematically, this is represented as:

A⋅ A−1 = A−1⋅A = I   

A matrix has an inverse only if it is a square matrix, meaning the number of rows is equal to the number of columns and its determinant is non-zero.

1.0Inverse of a Matrix Definition

If A is a non-singular (invertible) square matrix, then there exists an inverse matrix denoted by A–1. This inverse matrix satisfies the condition:

AA−1=A−1A=I

where I is the identity matrix.

2.0How to Find the Inverse of a 3 × 3 Matrix:

To calculate the inverse of a matrix, follow these steps: 

  1. Find the Matrix of Minors: Calculate the minor for each element of the original matrix.
  2. Convert to the Matrix of Cofactors: Apply the checkerboard pattern of signs to the matrix of minors.
  3. Find the Adjoint (Adjugate) of the Matrix: Take the transpose of the matrix of cofactors.
  4. Multiply by det(A)1​: Compute the determinant of the original matrix and multiply the adjoint matrix by the reciprocal of the determinant.

This process will yield the inverse of the original 3 × 3 matrix.

A=​adg​beh​cfi​​

Solution: First of all we will calculate the matrix of Minors.

To find the inverse of a 3 × 3 matrix, let's go through the process in detail.

Step 1: Calculate the Matrix of Minors

Given a 3 × 3 matrix A:

A=​adg​beh​cfi​​

The matrix of minors is obtained by calculating the minor for each element. The minor of an element is the determinant of the 2 × 2 submatrix formed by deleting the row and column of that element.

Minors of A:

  1. Minor of a:

M11​=​eh​fi​​=ei−fh

  1. Minor of b:

M12​=​dg​fi​​=di−fg

  1. Minor of c:

M13​=​dg​eh​​=dh−eg

  1. Minor of d:

M21​=​bh​ci​​=bi−ch

  1. Minor of e:

M22​=​ag​ci​​=ai−cg

  1. Minor of f:

M23​=​ag​bh​​=ah−bg

  1. Minor of g:

M31​=​be​cf​​=bf−ce

  1. Minor of h:

M32​=​ad​cf​​=af−cd

  1. Minor of i:

M33​=​ad​be​​=ae−bd

Thus, the matrix of minors is:

Minors(A)=​ei−fhbi−chbf−ce​di−fgai−cgaf−cd​dh−egah−bgae−bd​​

Step 2: Convert to the Matrix of Cofactors

Next, we apply the checkerboard pattern of signs to the matrix of minors to obtain the matrix of cofactors. The signs alternate starting with a positive sign in the top-left corner.

Cofactors(A)=​+−+​−+−​+−+​​

So the matrix of cofactors is:

Cofactors(A)=​ei−fh−(bi−ch)bf−ce​−(di−fg)ai−cg−(af−cd)​dh−eg−(ah−bg)ae−bd​​

Step 3: Find the Adjoint (Adjugate) of the Matrix

The adjoint of A is the transpose of the matrix of cofactors:

Adj(A)=​ei−fh−(di−fg)dh−eg​−(bi−ch)ai−cg−(ah−bg)​bf−ce−(af−cd)ae−bd​​T

Adj(A)=​ei−fh−(bi−ch)bf−ce​−(di−fg)ai−cg−(af−cd)​dh−eg−(ah−bg)ae−bd​​

Step 4: Multiply by det(A)1​ 

Finally, we need to calculate the determinant of \(A\):

det(A)=a(ei−fh)−b(di−fg)+c(dh−eg)

Then, the inverse of A is:

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

By following these steps, we can find the inverse of any 3 × 3 matrix, provided that the determinant is non-zero.

3.0Example on How to Find Inverse of Matrix

Example: Find the Inverse of a 3 × 3 Matrix

Let us calculate the inverse of the following 3 × 3 matrix A:

A=​105​216​340​​

Step 1: Calculate the Matrix of Minors

  1. Minor of a11 = 1:

M11​=​16​40​​=(1⋅0−4⋅6)=−24

  1. Minor of a12 = 2:

M12​=​05​40​​=(0⋅0−4⋅5)=−20

  1. Minor of a13 = 3:

M13​=​05​16​​=(0⋅6−1⋅5)=−5

  1. Minor of a21 = 0:

M21​=​26​30​​=(2⋅0−3⋅6)=−18

  1. Minor of a22 = 1:

M22​=​15​30​​=(1⋅0−3⋅5)=−15

  1. Minor of a23 = 4:

M23​=​15​26​​=(1⋅6−2⋅5)=−4

  1. Minor of a31 = 5:

M31​=​21​34​​=(2⋅4−3⋅1)=5

  1. Minor of a32 = 6:

M32​=​10​34​​=(1⋅4−3⋅0)=4

  1. Minor of a33 = 0:

M33​=​10​21​​=(1⋅1−2⋅0)=1

The matrix of minors is:

Minors(A)=​−24−185​−20−154​−5−41​​

Step 2: Convert to the Matrix of Cofactors

Apply the checkerboard pattern of signs:

Cofactors(A)=​−24185​20−15−4​−541​​

Step 3: Find the Adjoint (Adjugate) of the Matrix

The adjoint is the transpose of the matrix of cofactors:

Adj(A)=​−2420−5​18−154​5−41​​

Step 4: Calculate the Determinant

The determinant of A is:

det(A)=1(1⋅0−4⋅6)−2(0⋅0−4⋅5)+3(0⋅6−1⋅5)

det(A)=1(0−24)−2(0−20)+3(0−5)

det(A)=−24+40−15

det(A)=1

Step 5: Multiply by det(A)1​ 

Since det(A)=1, the inverse is simply the adjoint matrix:

A−1=11​⋅Adj(A)

A−1=​−2420−5​18−154​5−41​​

Thus, the inverse of matrix A is:

A−1=​−2420−5​18−154​5−41​​

Here are some practice questions to help you master finding the inverse of a 3 × 3 matrix:

4.0Practice Questions on How to Find Inverse of Matrix

  1. Matrix A: A=​213​304​1−12​​
  2. Matrix B: B=​432​765​213​​
  3. Matrix C: C=​105​216​340​​
  4. Matrix D: D=​1−13​034​210​​
  5. Matrix E: E=​232​121​112​​

Answers:

  1.  A−1=​−34​35​−34​​32​−31​−31​​−1−11​​
  2. B−1=​3−31​−1710−2​11−61​​
  3. C−1=​−2420−5​18−154​5−41​​
  4. D−1=​−415​20−3​10−1​​
  5. E−1=​3−2−1​−120​−101​​

5.0Sample Questions on Find Inverse of Matrix

1. What is the inverse of a matrix?

Ans: The inverse of a matrix A is another matrix, denoted as A−1 , such that when A is multiplied by A–1, the result is the identity matrix I. Mathematically, AA–1 = A–1A = I, where I is called the identity matrix.

2. When does a matrix have an inverse?

Ans: A matrix has an inverse if and only if it is a square matrix with the same number of rows and columns and its determinant is non-zero. Such a matrix is called non-singular or invertible.

3. How do you find the inverse of a 2 × 2 matrix?

Ans:  For a 2 × 2 matrix A=(ac​bd​) the inverse is given by A−1=ad−bc1​(d−c​−ba​), provided .

4. What are the steps to find the inverse of a 3 × 3 matrix?

Ans: To find the inverse of a 3 × 3 matrix, follow these steps:

  1. Calculate the matrix of minors.
  2. Convert the matrix of minors to the matrix of cofactors.
  3. Find the adjoint (transpose of the matrix of cofactors).
  4. Calculate the determinant of the original matrix.
  5. Multiply the adjoint by det(A)1​.

5. Can every square matrix be inverted?

Ans: No, only non-singular (invertible) square matrices can be inverted. A matrix is considered non-singular if its determinant is non-zero. Conversely, if the determinant is zero, the matrix is singular and does not have an inverse.

6. What is the identity matrix?

Ans: The identity matrix, denoted as I, is a square matrix with ones on the main diagonal and zeros elsewhere. For a 3 × 3 matrix, it looks like: I=​100​010​001​​

Multiplying any matrix by the identity matrix leaves the original matrix unchanged.

Table of Contents


  • 1.0Inverse of a Matrix Definition
  • 2.0How to Find the Inverse of a 3 × 3 Matrix:
  • 3.0Example on How to Find Inverse of Matrix
  • 4.0Practice Questions on How to Find Inverse of Matrix
  • 5.0Sample Questions on

Frequently Asked Questions

A matrix has an inverse if and only if it is a square matrix with the same number of rows and columns and its determinant is non-zero. Such a matrix is called non-singular or invertible.

No, only non-singular (invertible) square matrices can be inverted. A matrix is considered non-singular if its determinant is non-zero. Conversely, if the determinant is zero, the matrix is singular and does not have an inverse

The adjugate (or adjoint) of a matrix is the transpose of the cofactor matrix. It is used in the process of finding the inverse of a matrix.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State

Related Articles:-

Determinant of a Matrix

The determinant of a matrix is a single numerical value that provides important insights into the properties and behavior of the matrix...

Determinants and Matrices

Matrices are grids of numbers organized in rows and columns. They're used to solve equations and describe transformations in math.

Addition of Matrices

Matrix addition involves combining two or more matrices by adding their corresponding elements.

Matrices

A Matrix is an organized rectangular array comprising numbers, symbols, or expressions that are systematically arranged in rows and columns.

Binomial Theorem

The Binomial Theorem is an essential tool for simplifying long expressions that follow the pattern (a + b)n.

Continuity and Discontinuity

Continuity in mathematics means a function has no interruptions at a point, meeting three conditions: defined at the point, limit exists, and limit equals the function's value.

Complex Numbers

Complex Numbers Definition: Complex numbers, a fundamental concept in Mathematics, extend the realm of real numbers by introducing the imaginary unit “i”(iota), defined as the square root of –1.

Logarithm

A logarithm is a mathematical function that yields the exponent to which a fixed number, termed the base, must be raised to obtain a specified number.

  • 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