BrightChamps Logo
Login

Summarize this article:

Live Math Learners Count Icon240 Learners

Last updated on October 29, 2025

Inverse of a Matrix

Professor Greenline Explaining Math Concepts

The inverse of a matrix A can be represented as A–1. We use a direct formula to calculate the inverse of a 2 × 2 matrix. For matrices of order 3 or higher, we calculate the determinant and the adjoint to find the inverse. The matrix inversion method is useful for solving linear equations effectively. In this article, we will discuss the inverse of a matrix and its wider applications in real life.

Inverse of a Matrix for US Students
Professor Greenline from BrightChamps

What is the Inverse of the Matrix?

The inverse of a matrix is what results in the identity matrix when multiplied by the original. Note that a matrix can have an inverse only if it has a non-zero determinant, and such matrices are called invertible matrices.

 

 

For example:


The inverse of a square matrix A, denoted as A⁻¹, is a matrix that, when multiplied with A, yields the identity matrix. If A is a square matrix, then its inverse satisfies \(A × A⁻¹ = A⁻¹ × A = I\)

 

\(A = \begin{bmatrix} 2 & 3 \\ 1 & 4 \end{bmatrix} \)

 

So, the inverse is:

 

\(A^{-1} = \begin{pmatrix} 4 & 3 \\ -1 & 2 \end{pmatrix} \div (2 \times 4 - 3 \times 1) = \begin{pmatrix} 4 & -3 \\ -1 & 2 \end{pmatrix} \div 5 = \begin{pmatrix} \frac{4}{5} & -\frac{3}{5} \\ -\frac{1}{5} & \frac{2}{5} \end{pmatrix} \)
 

so, 

 

\(A \cdot A^{-1} = \begin{pmatrix} 2 & 3 \\ 1 & 4 \end{pmatrix} \times \begin{pmatrix} 4/5 & -3/5 \\ -1/5 & 2/5 \end{pmatrix} = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} = I \)
 

and, 

 

\(A^{-1} \cdot A = \begin{pmatrix} 4/5 & -3/5 \\ -1/5 & 2/5 \end{pmatrix} \times \begin{pmatrix} 2 & 3 \\ 1 & 4 \end{pmatrix} = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} = I \)

Professor Greenline from BrightChamps

What is the Formula for Inverse Matrix?

We represent the inverse of any square matrix A as A–1. Additionally, the product of a matrix and its inverse always results in the identity matrix I.

 


The inverse of a square matrix A is given by the formula:

 

\(A–1= 1A× adj (A)\)

Where:
|A| → determinant of matrix A
Adj (A) → adjoint or transpose of cofactors of A


 

 

What are the properties of Inverse of a Matrix?

 

The inverse of the matrix has certain key features, as discussed below:
 

  • The inverse of an inverse matrix is the original matrix.

(A–1)-1= A
 

  • The inverse of the product of two matrices, A and B, is represented as.

\((AB)-1= B–1 A–1\)

 

  • A matrix only possesses an inverse if it is non-singular.

     
  • The inverse of the transpose of a matrix is equal to the transpose of its inverse: 

\( (A^{T})^{-1} = (A^{-1})^{T} \)


 

 

How to Find the Matrix Inverse?

 

The two common methods to determine the inverse of a matrix are:

 

Using Matrix Formula

The inverse of a matrix is the adjoint divided by its determinant.

\( A^{-1} = \frac{\text{Adj } A}{|A|} \)
 

Professor Greenline from BrightChamps

Using Inverse Matrix Methods

To find the matrix inverse, we use two Inverse matrix methods, such as:

 

  • Determinant and adjoint Method
  • Elementary Transformation Method
     


 

Determinant Method: The inverse of a matrix is calculated using the determinant and adjoint. The formula for a square matrix A:


\( A^{-1} = \frac{1}{\det(A)} \times \text{adj}(A) \)


Where:

A–1 → inverse of matrix A

det (A)→ determinant of A

adj(A) → adjoint of A

If the determinant of A is zero, the matrix has no inverse.

 

 

Elementary Transformation Method: In this method, we find the inverse using a step-by-step process:

 

 

Step 1: Express the matrix equation as [A\I]. Here, I is the identity matrix, which is in the same order as the matrix A.

 

 

Step 2: To convert matrix A into the identity matrix on the left, use only row operations or only column operations. Apply the same step to the identity matrix on the right side.
The matrix B on the right is the inverse of A once you obtain: \(I = B × A\).

 

 

Step 3: Use either row operations or column operations exclusively, not both simultaneously.
Using this method, we can quickly determine the inverse of a 2 × 2 matrix.

 

2 × 2 matrix Inverse


The inverse of a 2 × 2 matrix can be found using a simple method:

\(A = \begin{bmatrix} a & b \\ c & d \end{bmatrix} \)


Let’s say: Since \( |A| = (ad - bc)\)

\(\text{Adj } A = \begin{pmatrix} d & -b \\ -c & a \end{pmatrix} \)

 
Using the formula:

\( A^{-1} = \frac{1}{|A|} \times \text{adj } A \)
 

So, 

\(A^{-1} = \frac{1}{(ad - bc)} \times \begin{pmatrix} d & -b \\ -c & a \end{pmatrix} \)
 

Hence, the inverse of the 2 × 2 matrix is determined.


 

Inverse of a 3 × 3 Matrix


In the case of any 3 × 3 matrix:

\(A = \begin{pmatrix} x & y & z \\ l & m & n \\ a & b & c \end{pmatrix} \)


Use the inverse matrix formula:

\( A^{-1} = \frac{1}{|A|} \times \text{adj}(A) \)

 

 

Determinant of Inverse Matrix


The determinant of an inverse matrix is derived by taking the reciprocal of the original matrix’s determinant:

\( \det(A^{-1}) = \frac{1}{\det(A)} \)

 


Proof (in simple steps):

 

Step 1: We know, det(A × B) = det(A) × det(B)\(det(A × B) = det(A) × det(B)\)

 

Step 2: Also, \(A × A⁻¹ = I\) (by inverse matrix property)

 

Step 3: So, \(det(A × A⁻¹) = det(I)\)

\( \det(A^{-1}) = \frac{1}{\det(A)} \)

\( \det(A^{-1}) = \frac{1}{\det(A)} \)


Step 4: Thus, the determinant of the inverse is the reciprocal of the original determinant, as shown.

Professor Greenline from BrightChamps

Tips and Tricks to Master Inverse of a Matrix

Understanding the inverse of a matrix is crucial for students in various fields. And here are some useful tips and tricks to master the inverse of a matrix. 

 

  • Know the condition for inversibility: Only square matrices with a non-zero determinant have an inverse. Always check the determinant first (det(𝐴) ≠ 0) before attempting to find the inverse.

     
  • Learn different methods: Familiarize yourself with various techniques such as using the adjoint formula, row reduction to the identity matrix, and formulas for 2 × 2 matrices. Different methods are useful in different contexts.

     
  • Memorize the 2 × 2 Matrix Inverse Formula: For a 2 × 2 matrix \(\begin{bmatrix} a & b \\ c & d \end{bmatrix} \), the inverse is: 

     
  • Practice row operations for larger matrices: For 3 × 3 or larger matrices, use augmented matrices and row-reduction (Gaussian elimination) to find the inverse. Regular practice builds accuracy and speed.

     
  • Always verify that \(𝐴⋅𝐴−1=𝐼\) (the identity matrix). This ensures that your inverse is correct and reinforces understanding of matrix multiplication.



 

Professor Greenline from BrightChamps

Real-Life Applications of Inverse of a Matrix

The inverse of a matrix is not just a mathematical concept; it has numerous practical uses beyond math. Here are a few real-life instances where it can be applied.

 

  • Inverse matrices play a crucial role in cryptography, particularly in classical encryption methods like the Hill cipher. To decrypt the message, the inverse of the key matrix is applied, effectively reversing the encryption process and ensuring secure communication.

 

  • Inverse matrices provide an efficient method for solving systems of linear equations. By representing the system as a matrix equation \(Ax=b\), where 𝐴 is the coefficient matrix, x is the vector of variables, and 𝑏 is the constants vector, the solution can be found using \(x = A−1b\), assuming 𝐴 is invertible.

 

  • In economics, input-output models analyze the relationships between different sectors of an economy.

    The Leontief inverse, derived from the inverse of a matrix, helps determine how changes in one sector affect others aiding in policymaking and economic planning.


     
  • In computer graphics, transformations such as translation, rotation, and scaling are represented by matrices.

    The inverse of these transformation matrices allows for reversing or undoing transformations, which is essential in operations like object manipulation, camera movements, and rendering scenes from different perspectives.


     
  • Control systems engineering employs inverse matrices to analyze and design systems that regulate variables like temperature, speed, and pressure. By using inverse matrices, engineers can model system behaviors, predict responses to inputs, and design controllers that ensure stability and desired performance.
Max Pointing Out Common Math Mistakes

Common Mistakes and How to Avoid Them in the Inverse of a Matrix

The inverse of a matrix is an important concept in mathematics. However, students often make mistakes while calculating it. Here are a few common mistakes and tips to avoid them.

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Attempting to find the inverse of a non-invertible matrix.
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Not all matrices have an inverse. Students may forget this and attempt to find the inverse of a matrix with a zero determinant. This results in undefined or incorrect values.
For example, the matrix A 

 

\(A = \begin{bmatrix} 2 & 4 \\ 1 & 2 \end{bmatrix} \)
 

Calculate the determinant \(det(A) = (2)(2) - (4)(1) = 4 - 4 = 0 \)
Students might attempt to calculate the inverse without first checking if the matrix is singular.

Always calculate the determinant and make sure that the matrix is square before trying to find its inverse.

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

 Incorrectly calculating the determinant.
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Computing the determinant is the first step for finding the inverse of a matrix. Miscalculating the determinant can affect the inverse.


For example, for a matrix B,

\(B = \begin{bmatrix} 3 & 1 \\ 2 & 4 \end{bmatrix} \)

 

The determinant is \(det(B) = (3)(4) − (1)(2) = 12 − 2 = 10\)\(det(B) = (3)(4) − (1)(2) = 12 − 2 = 10\).

If the value is calculated incorrectly, for instance \(det(B) = (3)(2) − (1)(4) = 6 − 4 = 2\), this wrong value will impact the result of the inverse. So, always make sure to calculate the determinant correctly and recheck for its value to be sure.
 

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

 Errors in forming the adjugate matrix.
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

The adjugate matrix is formed by calculating the cofactors of each element of a matrix and then computing the transpose of the cofactor matrix. Errors may occur during this process if the steps are not carefully followed.

For example, let us take a matrix c:

 

\(C = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} \)
 

It’s cofactor matrix is:

Cofactors: \(\begin{bmatrix} +4 & -3 \\ -2 & +1 \end{bmatrix} \)
 

The adjugate matrix is the transpose of this cofactor matrix,

\(\text{Adj}(C) = \begin{bmatrix} 4 & -2 \\ -3 & 1 \end{bmatrix} \)
 

This is the correctly computed adjugate matrix. However, the most common error in this process is the sign error.
Students may write the adjugate matrix as: 

\(\begin{bmatrix} 4 & -3 \\ -2 & 1 \end{bmatrix} \)

So, always make sure to verify the transpose and follow the checkerboard pattern for assigning signs.
 

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Misapplying Gaussian elimination or row reduction.
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Errors in row operations like row reduction in Gaussian elimination result in an incorrect identity matrix, resulting in a wrong inverse.

For a given matrix D,

\(D = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} \)

 

We augment it with the identity matrix and apply row operations:

\(\left[ \begin{array}{cc|cc} 1 & 2 & 1 & 0 \\ 3 & 4 & 0 & 1 \end{array} \right] \)
 

If we accidentally subtract the second row from the first instead of scaling properly, R1​ → R1 ​− R2 ​⇒ Wrong transformation. This leads to an incorrect inverse matrix. So, systematically perform row operations and recheck each step.
 

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Not verifying the inverse.
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Once you calculate the inverse, verify that \(A × A⁻¹ = I\).


 

arrow-right
arrow-right
Max from BrightChamps Saying "Hey"
Hey!

Solved Examples on Inverse of Matrix

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

Problem 1

Find the inverse of a 2×2 matrix. A = [ 3 5 , 2 7]

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

\(A^{-1} = \begin{pmatrix} \frac{7}{11} & -\frac{5}{11} \\ -\frac{2}{11} & \frac{3}{11} \end{pmatrix} \)

Explanation

We first find the determinant
\(det (A) = (3) (7) – (5) (2) = 21 – 10 = 11\).

To find the adjoint, we need to swap the main diagonal and change the signs of the off-diagonal elements:

\(\text{Adj}(A) = \begin{bmatrix} 7 & -5 \\ -2 & 3 \end{bmatrix} \)

 

Now, use the inverse formula:

 

\(A^{-1} = \frac{1}{11} \begin{pmatrix} 7 & -5 \\ -2 & 3 \end{pmatrix} \)


\(\Rightarrow A^{-1} = \begin{pmatrix} \frac{7}{11} & -\frac{5}{11} \\ -\frac{2}{11} & \frac{3}{11} \end{pmatrix} \)
 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 2

Find the inverse of a 2×2 matrix. A = [4 7, 2 6]

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

\(A^{-1} = \frac{1}{\det (A)} \times \text{adj} (A) = \frac{1}{10} \begin{pmatrix} 6 & -7 \\ -2 & 4 \end{pmatrix} \)

Explanation

\(\text{adj}(A) = \begin{pmatrix} 6 & -7 \\ -2 & 4 \end{pmatrix} \)

 

 Using the formula for inverse:
 

\(A^{-1} = \frac{1}{\det (A)} \times \text{adj} (A) = \frac{1}{10} \begin{pmatrix} 6 & -7 \\ -2 & 4 \end{pmatrix} \)

 

 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 3

Find the inverse of a 3×3 matrix. A = [1 2 3, 0 1 4, 5 6 0]

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

\(A^{-1} = \begin{pmatrix} -24 & 20 & -5 \\ 18 & -15 & -4 \\ 5 & -4 & 1 \end{pmatrix} \)

Explanation

The first step is to find the determinant
 \(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) = 24 + 40 – 15 = 1\)
 

 

Let’s first find the determinant

\(det (A) = (4) (6) – (7) (2) = 24 – 14 = 10\).

We now find the adjoint matrix:

 

To find the adjoint matrix, we first calculate the cofactor matrix and then take its transpose.
 

\(\text{Cof}(A) = \begin{pmatrix} -24 & 20 & -5 \\ 18 & -15 & -4 \\ 5 & -4 & 1 \end{pmatrix} \)

 

Since Adjoint of A = Transpose of the cofactor matrix:

\(\text{adj}(A) = \begin{pmatrix} -24 & 20 & -5 \\ 18 & -15 & -4 \\ 5 & -4 & 1 \end{pmatrix} \)

 

 Here, we use the formula for inverse:

\( A^{-1} = \frac{1}{\det(A)} \times \text{adj}(A) \)

so, 

\(A^{-1} = \begin{pmatrix} -24 & 20 & -5 \\ 18 & -15 & -4 \\ 5 & -4 & 1 \end{pmatrix} \)
 

 

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

FAQs on Inverse of a Matrix

1.What do you mean by the inverse of a matrix?

A matrix that, when multiplied by the original matrix, results in the identity matrix is called the inverse of a matrix.

Math FAQ Answers Dropdown Arrow

2.Does every matrix have an inverse?

No, a matrix has an inverse only if it is a square matrix and its determinant is not zero.
 

Math FAQ Answers Dropdown Arrow

3.What does it mean when the determinant is zero?

When the determinant is zero, it means the matrix does not have an inverse. Such a matrix is called a singular matrix.
 

Math FAQ Answers Dropdown Arrow

4.How is a matrix related to its inverse?

A matrix and its inverse are related in such a way that when multiplied together, they produce the identity matrix I. This is written as:
A × A-1 = A-1 × A = I
The identity matrix functions like the number 1 in normal multiplication, so when any matrix is multiplied by the identity matrix, it remains the same.
 

Math FAQ Answers Dropdown Arrow

5.Give the formula for the inverse matrix.

The formula to determine the inverse of a matrix is given as:
A–1= 1/ | A| × adj (A)
Where:
|A| → determinant of matrix A
Adj (A) → adjoint or transpose of cofactors of A.

Math FAQ Answers Dropdown Arrow

6.why is learning inverse of a matrix important for my child?

It is essential for solving systems of linear equations, analyzing transformations, and understanding real-life applications in engineering, computer graphics, and economics.

Math FAQ Answers Dropdown Arrow

7.How can parents help their children practice inverse of a matrix topic at home?

Encourage them to solve different sizes of matrix problems, check their solutions using the identity matrix, and use online tutorials or worksheets that explain step-by-step methods like the adjoint method or row reduction.

Math FAQ Answers Dropdown Arrow

8.How is learning inverse matrices connected to other math topics?

Understanding inverses give clarity to concepts in algebra, linear equations, determinants, matrix multiplication, and even leads to higher-level topics like eigenvalues, transformations, and advanced applications in physics and engineering.

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
UAE - 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