<exercise checkit-seed="0009" checkit-slug="M4" checkit-title="Finding a matrix inverse">
<statement>
<p>Show how to find the inverse of the matrix <m>A= \left[\begin{array}{cccc}
1 & 0 & 0 & -1 \\
1 & 1 & -2 & -7 \\
3 & 0 & 1 & 2 \\
5 & 0 & 0 & -4
\end{array}\right] </m>.</p>
</statement>
<answer>
<me>A^{-1}= \left[\begin{array}{cccc}
-4 & 0 & 0 & 1 \\
13 & 1 & 2 & -4 \\
22 & 0 & 1 & -5 \\
-5 & 0 & 0 & 1
\end{array}\right] </me>
</answer>
</exercise>