Question
Question: Find the inverse of matrix whose row 1 is 1,0,-1 row 2 is 2,3,2 and row 3 is 2,1,4...
Find the inverse of matrix whose row 1 is 1,0,-1 row 2 is 2,3,2 and row 3 is 2,1,4
75−72−72−14173−141143−72143
Solution
Let the given matrix be A.
A=122031−124
To find the inverse of matrix A using elementary row operations, we augment the matrix A with the identity matrix I of the same size, forming the augmented matrix [A∣I].
[A∣I]=122031−124∣∣∣100010001
Now, we apply elementary row operations to transform the left side of the augmented matrix into the identity matrix. The same operations applied to the right side will transform the identity matrix into the inverse of A.
-
R2→R2−2R1
R3→R3−2R1
100031−146∣∣∣1−2−2010001
-
R2↔R3 (Swap R2 and R3 to get a 1 in the (2,2) position easily)
100013−164∣∣∣1−2−2001010
-
R3→R3−3R2
100010−16−14∣∣∣1−2400101−3
-
R3→−141R3
100010−161∣∣∣1−2−14400−14101143=100010−161∣∣∣1−2−7200−14101143
-
R1→R1+R3
R2→R2−6R3
R1: (1,0,−1∣1,0,0)+(0,0,1∣−72,−141,143)=(1,0,0∣1−72,0−141,0+143)=(1,0,0∣75,−141,143)
R2: (0,1,6∣−2,0,1)−6×(0,0,1∣−72,−141,143)=(0,1,0∣−2−6(−72),0−6(−141),1−6(143))=(0,1,0∣−2+712,146,1−1418)=(0,1,0∣7−14+12,73,1414−18)=(0,1,0∣−72,73,−72)
The augmented matrix is now:
100010001∣∣∣75−72−72−14173−141143−72143
The left side is the identity matrix, so the matrix on the right side is the inverse of A.
The inverse of the matrix is 75−72−72−14173−141143−72143.