Question
Question: Find the inverse of the matrix \(\left[ \begin{matrix} 1 & 0 & 1 \\\ 0 & 2 & 3 \\\ 1 ...
Find the inverse of the matrix 1 0 1 022131 by using elementary column transformation.
Solution
To solve the question given above, we will first find out what is a matrix. Then we will find out what are elementary column transformations and what are the kind of elementary transformations we can apply. Then, we will assume that the given matrix is A. We will write A = AI. Using appropriate elementary column transformations, we will write the above equation as I = AB where B will be the inverse of matrix A.
Complete step by step solution:
Before we start to solve the question given above, we must know what is a matrix. A matrix is a rectangular array or table of numbers, or expressions, arranged in rows and columns. Elementary column transformations are the operations performed on columns of the matrices to transform it into a different form so that the calculations become simpler. We can only apply following elementary column transformations:
(i) We can interchange the column within the same matrix.
(ii) We can multiply the entire column with a non-zero number.
(iii) We can add one column to another column multiplied by a non-zero number.
Now, let us assume that the matrix given in question is A. Thus, we have:
A=1 0 1 022131
Now, we can write A also as:
A=IA⇒1 0 1 022131=1 0 0 010001A
Now, we will subtract the first column from third column. Thus, we will get:
⇒1 0 1 022(1−1)(3−0)(1−1)=1 0 0 010(0−1)(0−0)(1−0)A⇒1 0 1 022030=1 0 0 010−101A
Now, we will subtract the second column multiplied by (23) from third column. Thus, we will get:
⇒1 0 1 022(0−23×0)(3−23(2))(0−23(2))=1 0 0 010(−1−23×0)(0−23(1))(1−23×0)A⇒1 0 1 02200−3=1 0 0 010−12−31A
Now, we will add the third column multiplied by (32) to second column. Thus, we will get:
⇒1 0 1 (0+32(0))(2+32(0))(2+32(−3))00−3=1 0 0 0+32(−1)1+32(2−3)0+32(1)−12−31A⇒1 0 1 02000−3=1 0 0 3−2032−12−31A
Now, we will add the third column multiplied by (31) to first column. Thus, we will get:
⇒1+(31×0) 0+(31×0) 1+(31×(−1)) 02000−3=1+31(−1) 0+31(2−3) 0+31(1) 3−2032−12−31A⇒1 0 0 02000−3=32 2−1 31 3−2032−12−31A
Now, we will divide the second column by 2 and third column by (-3). Thus, we will get:
⇒1 0 0 010001=32 2−1 31 3−103131213−1A⇒I=32 2−1 31 3−103131213−1A............(1)
We know that:
I=AA−1..................(2)
On comparing (1) and (2), we will get:
A−1=32 2−1 31 3−103131213−1
Thus, the above matrix is the required inverse matrix.
Note: One important thing to remember is that the inverse does not exist for any matrix. Inverse only exists for those matrices whose determinant is non-zero. Thus, if a matrix is given and if we have to find its inverse matrix and its determinant is zero, then we will not be able to find its inverse.