Inverse of a Square Matrix
1.0What is the Inverse of a Square Matrix?
A square matrix has the same number of rows and columns (n × n). The Inverse of a square matrix A is a different matrix, which is written as , and it is written as follows:
Where (I) is the same order as (A) and is the identity matrix. In the world of matrices, the Inverse matrix is like the reciprocal of numbers. It is essential for solving systems of linear equations, finding matrix equations, and other related problems .
2.0Conditions for the Existence of an Inverse
A square matrix (A) can be invertible (or is not singular) if and only if:
- The determinant of A is not zero: (|A| ≠ 0)
- A is a square matrix: Inverses can only be found in n × n matrices.
If (|A| = 0), the matrix is called singular and it does not have an inverse.
3.0Methods to Find Inverse of a Square Matrix
There are two main ways to find the inverse of a square matrix, especially for JEE-level problems:
Adjoint Method
This method is based on the formula:
where (|A|) is the determinant and () is the adjugate (or adjoint) of (A).
Steps:
- Find the determinant (|A|).
- Find the matrix of cofactors.
- To get (), transpose the cofactor matrix.
- Take the adjugate and divide it by the determinant.
Elementary Row Transformation Method
This is a practical method, especially for larger matrices or when solving systems of equations:
Steps:
- Write the matrix (A) alongside the identity matrix of the same order, forming an augmented matrix ([A | I]).
- Use elementary row operations (swap, multiply, add/subtract rows) to turn (A) into (I).
- The matrix that replaces the identity matrix after these operations is ().
4.0How to Find Inverse of a 2×2 Matrix
Let the given 2×2 matrix be:
The inverse is given by:
Here, (ad - bc) is the determinant of (A). If (ad - bc = 0), (A) has no inverse.
5.0How to Find Inverse of 3x3 Matrix
Finding the inverse of a 3×3 matrix is a common JEE-level question.
Suppose
Steps:
- Find the determinant det(A).
- Compute all cofactors of each element.
- Form the cofactor matrix.
- Take its transpose to get the adjoint.
- Apply the formula:
Example: Find the Inverse of a 3×3 Matrix
Step 1: Find determinant
Since the inverse exists.
Step 2: Find cofactors and adjoint
Similarly compute all cofactors, form the cofactor matrix, and transpose it to get adj(A).
Step 3: Apply formula
Thus, the inverse can be directly obtained since det(A)=1.
6.0Solved Examples on Inverse of a Matrix
Example 1: Inverse of a 2×2 Matrix
Find the inverse of
- Adjoint:
- Inverse:
Example 2: Inverse of a 3×3 Matrix
Find the inverse of
- |B| =
- |B| = -24 + 40 - 15 = 1
- Cofactor matrix:
- Adjugate:
- Inverse:
Example 3: Inverse by Elementary Row Transformation
Find the inverse of
- Augment with identity:
- Row operations yield:
- Inverse:
Example 4: Inverse of a 3×3 Matrix with Zero Elements
Find the inverse of
- Cofactor matrix:
- Adjugate:
- Inverse:
Also Read:
Frequently Asked Questions
Join ALLEN!
(Session 2026 - 27)