<exercise checkit-seed="0011" 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 & 3 & 3 & -7 \\
0 & 1 & 2 & -4 \\
0 & 0 & 1 & -3 \\
0 & 3 & 5 & -8
\end{array}\right] </m>.</p>
</statement>
<answer>
<me>B^{-1}= \left[\begin{array}{cccc}
1 & -15 & 7 & 4 \\
0 & 7 & -4 & -2 \\
0 & -9 & 4 & 3 \\
0 & -3 & 1 & 1
\end{array}\right] </me>
</answer>
</exercise>