Question
Question: The multiplicative inverse of matrix \(\left[ {\begin{array}{*{20}{l}} 2&1 \\\ 7&4 \end{...
The multiplicative inverse of matrix \left[ {\begin{array}{*{20}{l}}
2&1 \\\
7&4
\end{array}} \right] .
A) \left[ {\begin{array}{*{20}{l}}
4&{ - 1} \\\
7&2
\end{array}} \right]
B) \left[ {\begin{array}{*{20}{l}}
4&{ - 1} \\\
{ - 7}&2
\end{array}} \right]
C) \left[ {\begin{array}{*{20}{l}}
4&{ - 1} \\\
{ - 7}&{ - 2}
\end{array}} \right]
D) \left[ {\begin{array}{*{20}{l}}
{ - 4}&{ - 1} \\\
7&{ - 2}
\end{array}} \right]
Solution
We can multiply the given matrix with the identity matrix and obtain the same matrix. Then we can apply elementary row operations matrices on both sides of the equation to make it in the form of A×A−1=I. On comparing the equation we obtained with the equation that gives identity matrix on multiplying a matrix with its inverse, we can obtain the inverse of the given matrix.
Complete step by step solution:
Let A = \left[ {\begin{array}{*{20}{l}}
2&1 \\\
7&4
\end{array}} \right] and I = \left[ {\begin{array}{*{20}{l}}
1&0 \\\
0&1
\end{array}} \right]
We know that a matrix multiplied with the identity matrix will give the same matrix.
⇒A×I=A
\Rightarrow A \times \left[ {\begin{array}{*{20}{l}}
1&0 \\\
0&1
\end{array}} \right] = \left[ {\begin{array}{*{20}{l}}
2&1 \\\
7&4
\end{array}} \right]
Now we can do the same elementary operations on both matrices to make the matrix on the RHS the identity matrix.
We can divide the 1st row with 2.
R1→21R1
\Rightarrow A \times \left[ {\begin{array}{*{20}{l}}
{\dfrac{1}{2}}&0 \\\
0&1
\end{array}} \right] = \left[ {\begin{array}{*{20}{l}}
1&{\dfrac{1}{2}} \\\
7&4
\end{array}} \right]
Now we have to make the 7 to zero. For that we can subtract 7 times the 1st row from the 2nd row.
R2→R2−7R1