Introduction
IDENTITY MATRIX
- A square matrix in which the numerical value of all the diagonal elements is 1 and the remaining elements are 0 (zero), is called an Identity Matrix.
- A identity matrix is represented as .
-
- An identity matrix of order 2 is written as .
- An identity matrix of the order 3 is written as .
- Properties of Identity Matrix:
-
- It is always a square matrix.
- If we multiply any matrix by the identity matrix, the result will be the matrix itself.
- The product of two inverse matrices yields an identity matrix.
INVERSE OF A MATRIX:
- The inverse of a matrix is denoted by .
- It is defined only for square matrices.
- If A is a square matrix of order , and if there exists another square matrix B of the same order , such that , then B is called the inverse of A or reciprocal of A. Here, is an identity matrix of order .
-
- If B is the inverse of A, then A is also the inverse of B.
- The inverse of a square matrix exists if and only if it is non-singular i.e. .
Finding Inverse of a Matrix
- We have seen that the inverse of a square matrix exists only if the given matrix is non-singular. So, the first step towards finding the inverse of a matrix must be to check whether the given matrix is non-singular or not.
- There are two methods for finding the inverse of a given non-singular matrix:
- by elementary (row or column) operations
- by adjoint method
1. Finding the inverse of a matrix by elementary operations
-
- If A is a non-singular matrix, then in order to find using elementary row operations, we first write and then apply a sequence of row operations on till we get, . The matrix B will be the inverse of A.
- Similarly, if we wish to find using column operations, then, we write and apply a sequence of column operations on till we get, .
- Refer to example 2 for a better understanding.
2. Finding the inverse of a matrix by the adjoint method
- The formula to find the inverse of a non-singular matrix A is given by: , where means adjoint of A.
- Refer to example 3 for a better understanding.
Solved Examples
Example 1: Find the inverse of a matrix using a suitable method.
Solution: First of all, we must check whether it is non-singular or not. To do so, we will find out . We know that for a non-singular matrix .
.
Since , the inverse of the given matrix doesn't exist.
Example 2: Find if it exists for a matrix .
Solution: Let us check whether the given matrix is non-singular or not. For that, we evaluate the value of .
Since , inverse of the given matrix exists. Now, it is up to us to select a convenient method to proceed ahead.
Let us find the inverse by elementary row operations.
First, we write .
or
Applying , we get
Applying , we get
Applying , we get
Applying , we get
Applying , we get
Applying , we get
Thus,
Example 3: Find , if it exists, given .
Solution: First, let us find .
Since , the inverse of the given matrix exists. Let us find the inverse by the adjoint method.
We know that . We have already found that . We need to compute .
Let us find the co-factors.
;
;
;
;
;
;
;
;
Now,
Blunder Areas
- An identity matrix can never be a rectangular matrix. It is always a square matrix.
- The inverse of a matrix exists only for non-singular matrices. So, one must verify the same before actually jumping toward finding the inverse of a given matrix.
- Abhishek Tiwari
- 10 Comments
- 57 Likes