If inverse of matrix $\begin{bmatrix} 7 & -3 & -3 \\ -1 & 1 & 0 \\ -1 & 0 & 1 \end{bmatrix}$ is the matrix $\begin{bmatrix} 1 & 3 & 3 \\ 1 & \lambda & 3 \\ 1 & 3 & 4 \end{bmatrix}$ then value of $\lambda$ is |
-4 1 3 4 |
4 |
The correct answer is Option (4) → 4 ## Given, $A = \begin{bmatrix} 7 & -3 & -3 \\ -1 & 1 & 0 \\ -1 & 0 & 1 \end{bmatrix}$ and $A^{-1} = \begin{bmatrix} 1 & 3 & 3 \\ 1 & \lambda & 3 \\ 1 & 3 & 4 \end{bmatrix}$ Since, $AA^{-1} = I$ $∴\begin{bmatrix} 7 & -3 & -3 \\ -1 & 1 & 0 \\ -1 & 0 & 1 \end{bmatrix} \begin{bmatrix} 1 & 3 & 3 \\ 1 & \lambda & 3 \\ 1 & 3 & 4 \end{bmatrix} = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}$ $\begin{bmatrix} 1 & 12 - 3\lambda & 0 \\ 0 & -3 + \lambda & 0 \\ 0 & 0 & 1 \end{bmatrix} = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}$ On comparing matrices, we get $12 - 3\lambda = 0 \text{ and } -3 + \lambda = 1$ $\Rightarrow \lambda = 4 \text{ and } \lambda = 4$ |