Question
Question: Find the inverse of following matrix using elementary row transformation: \(\left[ \begin{matrix} ...
Find the inverse of following matrix using elementary row transformation:
5 2 21
Solution
Hint: In elementary row transformation we always try to write a given matrix in the form of AA−1=I by using transformation either in row or column.
Complete step-by-step answer:
The given matrix is A.
So we can write
A=5 2 21
By property of matrix we can write
⇒A=AI
Hence we have
⇒5 2 21=A1 0 01 because I is a unit matrix.
Now we will try to convert the left hand side matrix as a unit matrix by using transformation of row or columns. We will do the same changes in the right hand side unit matrix.
We can divide row 1 by 5 to make 5 as 1.
R1→5R1
⇒1 2 521=A51 0 01
Now to make 2 as zero in row 2 we can subtract row 2 by 2 times of row 1.
R2→R2−2R1
⇒1 2−2×1 521−54=A51 0−52 01−2×0
⇒1 0 5251=A51 5−2 01
Now we can subtract 2 times of row 2 from row 1 to make 52 as zero.
R1→R1−2R2
⇒1−2×0 0 52−2×5151=A51−2×5−2 5−2 0−2×11
⇒1 0 051=A1 5−2 −21
Now we can multiply row 2 by 5
R2→5×R2
⇒1 0×5 051×5=A1 5−2×5 −21×5
⇒1 0 01=A1 −2 −25
Now it is in form of I=AA−1
Hence inverse of given matrix is
A−1=1 −2 −25
Note: To find the inverse of any matrix , matrix should be square matrix means number of rows equal to number of columns in matrix.
We can do either row transformation or column transformation at a time. We can’t do both together.