
How to Find the Inverse of a 3 by 3 Matrix Using Determinant and Adjoint Method
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
- Given a 3x3 matrix \(A = \begin{bmatrix} a & b & c \\ d & e & f \\ g & h & i \end{bmatrix}\)
- Find the determinant \(|A|\).
- If \(|A|\) is not zero, proceed to find the matrix of cofactors for each element.
- Take the transpose of the cofactor matrix (this gives the adjoint).
- Use the formula for the inverse:
\(A^{-1} = \frac{1}{|A|} \text{Adj}(A)\) - 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
- Determinant of a 3x3 Matrix
- Cofactor and Minor of a Matrix
- Inverse Matrix (General Explanation)
- Elementary Operation of Matrix
FAQs on Inverse of a 3 by 3 Matrix Explained with Formula and Method
1. What is the inverse of a 3 by 3 matrix?
The inverse of a 3 by 3 matrix is another 3×3 matrix that, when multiplied by the original matrix, gives the identity matrix I₃. If A is a 3×3 matrix, its inverse is denoted by A⁻¹ and satisfies A × A⁻¹ = I₃. A 3×3 matrix has an inverse only if its determinant is non-zero. If det(A) = 0, the matrix is singular and has no inverse.
2. What is the formula for the inverse of a 3 by 3 matrix?
The formula for the inverse of a 3×3 matrix A is A⁻¹ = (1/det(A)) × adj(A). Here:
- det(A) is the determinant of matrix A.
- adj(A) is the adjugate (transpose of the cofactor matrix).
3. How do you find the inverse of a 3 by 3 matrix step by step?
To find the inverse of a 3×3 matrix, use the determinant and adjugate method.
- Step 1: Find det(A).
- Step 2: Find the cofactor of each element to form the cofactor matrix.
- Step 3: Transpose the cofactor matrix to get adj(A).
- Step 4: Multiply adj(A) by 1/det(A).
4. When does a 3 by 3 matrix have an inverse?
A 3×3 matrix has an inverse if and only if its determinant is not equal to zero. In mathematical terms, the condition is det(A) ≠ 0. If det(A) = 0, the matrix is called singular and does not have an inverse. If det(A) ≠ 0, the matrix is non-singular or invertible.
5. Can you give an example of finding the inverse of a 3 by 3 matrix?
Yes, for example, consider A = [[1,0,0],[0,1,0],[0,0,1]]. The inverse of this matrix is A⁻¹ = I₃. Since A is already the identity matrix, its determinant is 1 and adj(A) = I₃. Using A⁻¹ = (1/det(A)) × adj(A) = (1/1) × I₃, we get A⁻¹ = I₃.
6. What is the determinant of a 3 by 3 matrix?
The determinant of a 3×3 matrix A = [[a,b,c],[d,e,f],[g,h,i]] is calculated as det(A) = a(ei − fh) − b(di − fg) + c(dh − eg). This value determines whether the matrix is invertible. If det(A) ≠ 0, the inverse exists; if det(A) = 0, it does not.
7. What is the adjugate of a 3 by 3 matrix?
The adjugate of a 3 by 3 matrix, denoted adj(A), is the transpose of its cofactor matrix. To find it:
- Compute the cofactor of each element.
- Arrange them into the cofactor matrix.
- Transpose that matrix.
8. What is the difference between a singular and non-singular 3 by 3 matrix?
A singular matrix has determinant equal to zero, while a non-singular matrix has a non-zero determinant.
- If det(A) = 0, the matrix has no inverse.
- If det(A) ≠ 0, the matrix has an inverse.
9. How do you check if your inverse of a 3 by 3 matrix is correct?
You can verify the inverse by multiplying the matrix by its inverse and checking if the result is the identity matrix I₃.
- Compute A × A⁻¹.
- If the result equals I₃, the inverse is correct.
10. Why is the inverse of a 3 by 3 matrix important?
The inverse of a 3×3 matrix is important because it helps solve systems of linear equations and perform matrix division. If AX = B, then the solution is X = A⁻¹B, provided A is invertible. Matrix inverses are widely used in algebra, engineering, physics, and computer graphics.





















