Question
Question: Find The inverse of matrix whose row 1 is 2,0,-1 row 2 is 5,1,0 and row 3 is 0,1,3...
Find The inverse of matrix whose row 1 is 2,0,-1 row 2 is 5,1,0 and row 3 is 0,1,3
3−155−16−21−52
Solution
Let the given matrix be A.
A=250011−103
To find the inverse of matrix A, we augment it with the identity matrix I of the same size, forming the augmented matrix [A∣I].
[A∣I]=250011−103∣∣∣100010001
Apply elementary row operations to transform the left side into the identity matrix.
- R1↔R2:
5201010−13∣∣∣010100001
- R1→R1−2R2:
1201012−13∣∣∣−210100001
- R2→R2−2R1:
1001−212−53∣∣∣−2501−20001
- R2↔R3:
10011−223−5∣∣∣−20510−2010
- R1→R1−R2:
10001−2−13−5∣∣∣−20510−2−110
- R3→R3+2R2:
100010−131∣∣∣−20510−2−112
- R1→R1+R3:
100010031∣∣∣305−10−2112
- R2→R2−3R3:
100010001∣∣∣30−3(5)5−10−3(−2)−211−3(2)2
100010001∣∣∣3−155−16−21−52
The left side is now the identity matrix. The matrix on the right side is the inverse of A.
A−1=3−155−16−21−52
In summary, the inverse of the matrix A=250011−103 is found by augmenting A with the identity matrix I to form [A∣I] and applying elementary row operations to transform [A∣I] into [I∣A−1].