matrix inversion method
matrix inversion method
Before calculating the inverse of a matrix let us understand what a matrix is? A matrix is
a definite collection of objects arranged in rows and columns These objects are called
elements of the matrix. The order of a matrix is written as number rows by number of
columns. For example, 2 × 2, 2 × 3, 3 × 2, 3 × 3, 4 × 4 and so on. We can find the
matrix inverse only for square matrices, whose number of rows and columns are equal
such as 2 × 2, 3 × 3, etc. In simple words, inverse matrix is obtained by dividing the
adjugate of the given matrix by the determinant of the given matrix. In this article, you
will learn what a matrix inverse is, how to find the inverse of a matrix using different
methods, properties of inverse matrix and examples in detail.
Matrix Inverse
It is noted that in order to find the inverse matrix, the square matrix should be non-
singular whose determinant value does not equals to zero.
The determinant of the matrix A is written as ad-bc, where the value of determinant
should not equal to zero for the existence of inverse. The inverse matrix can be found for
2× 2, 3× 3, …n × n matrices. Finding the inverse of a 3×3 matrix is a bit more difficult
than finding the inverses of a 2 ×2 matrix.
Method 1:
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
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.
To understand this concept better let us take a look at the following example.
Problem:
Solution:
Now, find the adjoint of a matrix by taking the transpose of cofactors of the given matrix.
Now,
Practice Problems
1. Find the inverse of a matrix:
1 2
A=
3 4
1 2 3
A=3 −2 1
4 1 1
0 1 2
1 2 3
3 1 1