If \(A = \begin{bmatrix} 4 & 2 \\[0.3em] -3 & 3 \end{bmatrix}\), then \(A^{-1} =\)
Let’s verify by using the identity \( A^{-1} = \frac{1}{\text{det}(A)} \cdot \text{adj}(A) \).
Given \(A = \begin{bmatrix} 4 & 2 \\[0.3em] -3 & 3 \end{bmatrix}\)
Determinant of A: \[ \text{det}(A) = (4)(3) - (-3)(2) = 12 + 6 = 18 \]
Adjoint of A: \(\text{adj}(A) = \begin{bmatrix} 3 & -2 \\[0.3em] 3 & 4 \end{bmatrix}\)
Thus,\(A^{-1} = \frac{1}{18} \begin{bmatrix} 3 & -2 \\[0.3em] 3 & 4 \end{bmatrix}\)
Now checking:
So: \(A^{-1} = \frac{1}{18}(7I - A)\)