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