If $A = \begin{bmatrix} 1 & 2 & 0 \\ -2 & -1 & -2 \\ 0 & -1 & 1 \end{bmatrix}$, then find the value of $A^{-1}$. |
$x = 0, y = 5, z = 3$ $x = 1, y = -4, z = -2$ $x = 0, y = -5, z = -3$ $x = -1, y = 5, z = 3$ |
$x = 0, y = -5, z = -3$ |
The correct answer is Option (3) → $x = 0, y = -5, z = -3$ ## We have, $A = \begin{bmatrix} 1 & 2 & 0 \\ -2 & -1 & -2 \\ 0 & -1 & 1 \end{bmatrix} \quad \dots(i)$ Expanding along $R_1$ $|A| = 1(-3) - 2(-2) + 0 = 1 \neq 0$ $∴A^{-1}$ exists. Now, $A_{11} = -3, A_{12} = 2, A_{13} = 2, A_{21} = -2, A_{22} = 1, A_{23} = 1,$ $A_{31} = -4, A_{32} = 2 \text{ and } A_{33} = 3$ $∴\text{adj}(A) = \begin{bmatrix} -3 & 2 & 2 \\ -2 & 1 & 1 \\ -4 & 2 & 3 \end{bmatrix}^T = \begin{bmatrix} -3 & -2 & -4 \\ 2 & 1 & 2 \\ 2 & 1 & 3 \end{bmatrix}$ $∴A^{-1} = \frac{\text{adj } A}{|A|}$ $= \frac{1}{1} \begin{bmatrix} -3 & -2 & -4 \\ 2 & 1 & 2 \\ 2 & 1 & 3 \end{bmatrix}$ $\Rightarrow A^{-1} = \begin{bmatrix} -3 & -2 & -4 \\ 2 & 1 & 2 \\ 2 & 1 & 3 \end{bmatrix} \quad \dots(ii)$ Also, we have the system of linear equations as $x - 2y = 10,$ $2x - y - z = 8$ and $-2y + z = 7$ In the form of $CX = D$, $\begin{bmatrix} 1 & -2 & 0 \\ 2 & -1 & -1 \\ 0 & -2 & 1 \end{bmatrix} \begin{bmatrix} x \\ y \\ z \end{bmatrix} = \begin{bmatrix} 10 \\ 8 \\ 7 \end{bmatrix}$ where, $C = \begin{bmatrix} 1 & -2 & 0 \\ 2 & -1 & -1 \\ 0 & -2 & 1 \end{bmatrix}, X = \begin{bmatrix} x \\ y \\ z \end{bmatrix} \text{ and } D = \begin{bmatrix} 10 \\ 8 \\ 7 \end{bmatrix}$ We know that, $(A^T)^{-1} = (A^{-1})^T$ $∴C^T = \begin{bmatrix} 1 & 2 & 0 \\ -2 & -1 & -2 \\ 0 & -1 & 1 \end{bmatrix} = A \quad \text{[using Eq. (i)]}$ $∴X = C^{-1} D$ $\Rightarrow \begin{bmatrix} x \\ y \\ z \end{bmatrix} = \begin{bmatrix} -3 & 2 & 2 \\ -2 & 1 & 1 \\ -4 & 2 & 3 \end{bmatrix} \begin{bmatrix} 10 \\ 8 \\ 7 \end{bmatrix}$ $= \begin{bmatrix} -30 + 16 + 14 \\ -20 + 8 + 7 \\ -40 + 16 + 21 \end{bmatrix} = \begin{bmatrix} 0 \\ -5 \\ -3 \end{bmatrix}$ $∴x = 0, y = -5$ and $z = -3$ |