Matrix Inverse
Matrix Inverse
Similarly, we can find the inverse of a 3×3 matrix by finding the determinant value of the given
matrix.
Method 2:
One of the most important methods of finding the matrix inverse involves finding the minors and
cofactors of elements of the given matrix. Observe the below steps to understand this method
clearly.
A-1= adj(A)/det(A),
where adj(A) refers to the adjoint of a matrix A, det(A) refers to the determinant of a matrix A.
The adjoint of a matrix A or adj(A) can be found using the following method.
In order to find the adjoint of a matrix A first, find the cofactor matrix of a given matrix and
then
take the transpose of a cofactor matrix.
Here, Mij refers to the (i,j)th minor matrix after removing the ith row and the jth column. You can also
say that the transpose of a cofactor matrix is also called the adjoint of a matrix A.
Similarly, we can also find the inverse of a 3 x 3 matrix. Here also the first step would be to find the
determinant, followed by the next step – Transpose.
Method 3:
Let us consider three matrices X, A and B such that X = AB. To determine the inverse of a matrix
using elementary transformation, we convert the given matrix into an identity matrix. Learn more
about how to do elementary transformations of matrices here.
If the inverse of matrix A, A-1 exists then to determine A-1 using elementary row operations
Click here to understand the method of finding the inverse of a matrix using elementary operations.
A=[abcd]
be the 2 x 2 matrix. The inverse matrix of A is given by the formula,
A−1=1ad−bc[d−b−ca]
Let
A=[a11a12a13a21a22a23a31a32a33]
be the 3 x 3 matrix. The inverse matrix is:
Inverse Matrix 2 x 2 Example
To understand this concept better let us take a look at the following example.
Solution:
Now, find the adjoint of a matrix by taking the transpose of cofactors of the given matrix.
Now,
Properties
A few important properties of the inverse matrix are listed below.
Practice Problems
1. Find the inverse of a matrix:
A=[1233−21411]