If \( A = \begin{bmatrix} 3 & 2 \\ 4 & 7 \end{bmatrix} \) and \( f(x) = x^2 - 10x + 13 \), then show that \( f(A) = O \) and using this result find \( A^{-1} \).
Show Hint
When finding the inverse from a polynomial \( aA^2 + bA + cI = O \), the inverse is always given by \( A^{-1} = -\frac{1}{c}(aA + bI) \). This avoids calculating the adjoint matrix.