Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Inverse of 3 by 3 Matrix – Formula, Steps & Examples

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon
SearchIcon
widget title icon
Latest Updates

How to Find the Inverse of a 3x3 Matrix: Step-by-Step Guide

The concept of Inverse of 3 by 3 Matrix plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios. Understanding how to find the inverse of a 3x3 matrix helps students solve complex linear equations, supports advanced algebraic thinking, and forms a core part of the Class 12 syllabus and entrance exams like JEE and NEET.


What Is Inverse of 3 by 3 Matrix?

A 3x3 matrix inverse is a unique matrix, denoted as \(A^{-1}\), such that when it is multiplied by the original matrix \(A\), the result is the identity matrix. In symbols: \(AA^{-1} = I\), where \(I\) is the 3x3 identity matrix. You’ll find this concept applied in areas such as solving linear systems, coding and encryption (Computer Science), and transformation operations (Physics).


Key Formula for Inverse of 3 by 3 Matrix

Here’s the standard formula: \[ A^{-1} = \frac{1}{|A|} \text{Adj}(A) \] where \(|A|\) is the determinant of matrix \(A\), and \(\text{Adj}(A)\) is the adjoint (or adjugate) of \(A\).


Cross-Disciplinary Usage

Inverse of 3 by 3 matrix is not only useful in Maths but also plays an important role in Physics, Computer Science, and daily logical reasoning. Students preparing for JEE or NEET will see its relevance in various questions, ranging from physics vectors to coding theory.


When Does a 3x3 Matrix Have an Inverse?

Not all 3x3 matrices have an inverse. The matrix must be square (same number of rows and columns) and non-singular (its determinant is NOT zero). If \(|A| = 0\), then \(A\) is called singular, and the inverse does not exist. Always check the determinant first!


Step-by-Step Illustration

  1. Given a 3x3 matrix \(A = \begin{bmatrix} a & b & c \\ d & e & f \\ g & h & i \end{bmatrix}\)
  2. Find the determinant \(|A|\).
  3. If \(|A|\) is not zero, proceed to find the matrix of cofactors for each element.
  4. Take the transpose of the cofactor matrix (this gives the adjoint).
  5. Use the formula for the inverse:
    \(A^{-1} = \frac{1}{|A|} \text{Adj}(A)\)
  6. Multiply the adjoint matrix by \(1/|A|\) to get the inverse.

Example: Find the inverse of \(A = \begin{bmatrix} 2 & 1 & 1 \\ 1 & 1 & 1 \\ 1 & -1 & 2 \end{bmatrix}\).

1. Calculate determinant \(|A|\).

2. Find cofactors for each element.

3. Construct the adjoint matrix by transposing cofactors.

4. Use \(A^{-1} = \frac{1}{|A|} \text{Adj}(A)\) to find the result.

Speed Trick or Vedic Shortcut

Here’s a quick shortcut that helps solve problems faster when working with inverse of 3 by 3 matrix. Many students use this trick during timed exams to save crucial seconds.


Shortcut for 3x3 Matrix: If a matrix contains many zeros or easily factorable patterns, use row or column operations to quickly reduce the matrix to a simpler form or identity. Then, apply the inverse formula to the simplified matrix.


Remember: There’s no real “skip all steps” trick, but efficient cofactor calculation and smart row operations save time. In Vedantu’s live classes, teachers show how to combine such strategies for fast solving.


Try These Yourself

  • Calculate the inverse of \(A = \begin{bmatrix} 3 & 0 & 2 \\ 2 & 0 & -2 \\ 0 & 1 & 1 \end{bmatrix}\).
  • Find if the following matrix is invertible: \(B = \begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{bmatrix}\).
  • Use the shortcut method to check invertibility for a matrix where two rows are multiples.
  • Solve a system of equations using the inverse you just found.

Frequent Errors and Misunderstandings

  • Calculating the determinant incorrectly.
  • Not transposing the cofactor matrix before dividing by the determinant.
  • Forgetting to check if \(|A| = 0\) which leads to division by zero errors.
  • Mixing up the adjoint and cofactor matrix.

Relation to Other Concepts

The idea of inverse of 3 by 3 matrix connects closely with topics such as determinant of a 3x3 matrix and cofactor and minor of a matrix. Mastering this helps in understanding solutions of linear equations and also in learning about elementary matrix operations.


Classroom Tip

A quick way to remember the order: “Determinant first, then Cofactors, Transpose for Adjoint, and finally divide each element by the determinant.” Vedantu’s teachers often use diagrams and colored boxes to help you recall the inverse algorithm in exams.


We explored inverse of 3 by 3 matrix—from definition, formula, examples, mistakes, and connections to other subjects. Continue practicing with Vedantu to become confident in solving problems using this concept.


Internal Links for Next Steps


FAQs on Inverse of 3 by 3 Matrix – Formula, Steps & Examples

1. What is the inverse of a 3 by 3 matrix?

The inverse of a 3 by 3 matrix $A$ is another 3 by 3 matrix, usually denoted as $A^{-1}$, such that when $A$ is multiplied by $A^{-1}$, the result is the identity matrix $I$ (i.e., $A \times A^{-1} = I$). The inverse exists only if the matrix is non-singular, meaning its determinant is not zero. Calculating the inverse typically involves finding the matrix of cofactors, transposing it (forming the adjugate), and dividing by the determinant.

2. How do you find the inverse of a 3 by 3 matrix using determinants and cofactors?

To find the inverse of a 3 by 3 matrix using determinants and cofactors:

  • Calculate the determinant of the matrix ($|A|$).
  • Find the cofactor matrix by calculating the minor for each element and applying the checkerboard sign pattern.
  • Transpose the cofactor matrix to get the adjugate matrix.
  • Divide each element of the adjugate by the determinant: $A^{-1} = \frac{1}{|A|} \text{Adj}(A)$, where $\text{Adj}(A)$ is the adjugate matrix.
Vedantu's expert math tutors can guide you step-by-step through this process for any 3 by 3 matrix problem.

3. When does a 3 by 3 matrix not have an inverse?

A 3 by 3 matrix does not have an inverse if its determinant is zero ($|A| = 0$). Such matrices are called singular matrices. If the rows or columns are linearly dependent (i.e., any row or column can be written as a combination of the others), the matrix will be singular and non-invertible. Vedantu provides in-depth lessons on identifying and handling singular matrices in linear algebra.

4. Why do we need to find the inverse of a 3 by 3 matrix?

Finding the inverse of a 3 by 3 matrix is essential in solving systems of linear equations of the form $AX = B$, where $A$ is a 3 by 3 coefficient matrix. The solution is given by $X = A^{-1}B$. Inverses are also used in various mathematical applications, including transformations in geometry, physics, and engineering. Vedantu’s interactive classes help students understand both the theory and practical uses of matrix inversion.

5. Can Vedantu help me practice problems on the inverse of 3 by 3 matrices?

Absolutely! Vedantu offers curated problem sets, quizzes, and LIVE sessions focused on finding the inverse of 3 by 3 matrices. With expert guidance, instant doubt-solving, and step-by-step solutions, students can master this key linear algebra concept with ease and confidence.

6. What is the formula for the inverse of a general 3 by 3 matrix?

For any 3 by 3 matrix $A = \begin{bmatrix} a & b & c \\ d & e & f \\ g & h & i \end{bmatrix}$, the inverse is given by:

  • Calculate the determinant ($|A|$).
  • Find the matrix of cofactors, $C$, then its transpose, $C^{T}$ (the adjugate $\text{Adj}(A)$).
  • $A^{-1} = \dfrac{1}{|A|} \cdot \text{Adj}(A)$
The detailed steps and applications of this formula are taught in Vedantu’s targeted math modules.

7. What are the steps to verify if your calculated inverse of a 3x3 matrix is correct?

Verification steps for the inverse of a 3 by 3 matrix:

  • Multiply your original matrix $A$ by its computed inverse $A^{-1}$.
  • If the product yields the identity matrix $I$ ($A \times A^{-1} = I$), your calculation is correct.
  • Check each entry to ensure accuracy; even a minor miscalculation can affect the result.
Vedantu’s online tutors guide students through each verification step for complete understanding.

8. How can the inverse of a 3 by 3 matrix be used in real-life applications?

The inverse of a 3 by 3 matrix is widely used in real-world scenarios, such as:

  • Solving linear systems in engineering and physics.
  • Computer graphics for 3D transformations and rotation calculations.
  • Economic models where multiple variables interact and need to be decoupled.
Vedantu includes many practical, application-based problems in its curriculum for greater student engagement.

9. Are there shortcuts or calculators for finding the inverse of a 3x3 matrix?

While traditional manual methods are essential for understanding, there are calculation shortcuts such as row reduction (Gauss-Jordan elimination) that can expedite the process. Additionally, Vedantu’s learning platform offers guided solutions and interactive calculators within lessons, empowering students to practice and verify their answers instantly.

10. Can the inverse of a 3 by 3 matrix be found using elementary row operations?

Yes, you can use elementary row operations (also known as the Gauss-Jordan method) to compute the inverse. This involves forming an augmented matrix with the original matrix and the identity matrix, then performing row operations until the original matrix portion becomes the identity. The transformed identity portion will then be the inverse. Vedantu’s stepwise video lessons demonstrate this effective technique in detail.