Question
Question: Find the inverse of the matrix\[\left[ {\begin{array}{*{20}{c}} 1&2&1 \\\ 3&0&1 \\\ 0&...
Find the inverse of the matrix\left[ {\begin{array}{*{20}{c}} 1&2&1 \\\ 3&0&1 \\\ 0&2&1 \end{array}} \right] using the method of adjoint.
Solution
We find the determinant of the matrix. Use the method of minors and cofactors to find the adjoint of the given matrix. Use the formula of inverse of a matrix using adjoint of matrix and inverse of matrix.
- Determinant of a matrix \left[ {\begin{array}{*{20}{c}} a&b;&c; \\\ d&e;&f; \\\ g&h;&i; \end{array}} \right] = a(ei - hf) - b(di - fg) + c(dh - eg)
- Adjoint of a matrix A is given byadjA = {\left[ {\begin{array}{*{20}{c}}
{{A_{11}}}&{{A_{12}}}&{{A_{13}}} \\\
{{A_{21}}}&{{A_{22}}}&{{A_{23}}} \\\
{{A_{31}}}&{{A_{32}}}&{{A_{33}}}
\end{array}} \right]^T}, where T stands for transpose.
Each element Aijis given by calculating the determinant of the matrix obtained by removing ith row and jth column from the matrix. Also, the sign of the element Aijis given by (−1)i+j. - Inverse of a matrix A is given by A−1=∣A∣1adjA
Complete step by step solution:
Let us assume the matrixA = \left[ {\begin{array}{*{20}{c}}
1&2&1 \\\
3&0&1 \\\
0&2&1
\end{array}} \right]
We find the determinant of the matrix A using the formula of determinant.
⇒∣A∣=1((0×1)−(2×1))−2((3×1)−(0×1))+1((3×2)−(0×0))
Calculate the products in the brackets
⇒∣A∣=1(0−2)−2(3−0)+1(6−0)
⇒∣A∣=1×(−2)−2×(3)+1×(6)
Calculate the products
⇒∣A∣=−2−6+6
Cancel same terms with opposite signs
⇒∣A∣=−2.................… (1)
Since the determinant of the matrix is non-negative, the inverse of the matrix exists.
Now we find the adjoint of matrix A