Find the inverse of the matrix:
\[A = \begin{bmatrix} 1 & 4 \\ 1 & 5 \end{bmatrix}\]Click for (rounded) answer
Click for Latex code
\[
\begin{bmatrix}
1 & 4 \\
1 & 5
\end{bmatrix}
\]
Inverse:
\begin{solution}
\[
A^{-1} = \begin{bmatrix}
5 & -4 \\
-1 & 1
\end{bmatrix}
\]
\end{solution}