If \( A = \begin{bmatrix} 0 & 1 & 2 \\ 1 & 2 & 3 \\ 3 & 1 & 1 \end{bmatrix} \), then \( A^{-1} \) is:
Show Hint
To find the inverse of a matrix, first compute its determinant, then find the adjoint, and use the formula \( A^{-1} = \frac{1}{\text{det}(A)} \cdot \text{adj}(A) \).