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