<exercise checkit-seed="0003" checkit-slug="M3" checkit-title="Invertible matrices">
<statement>
<p>Explain why the matrix <m>P= \left[\begin{array}{cccc}
1 & 4 & -6 & -4 \\
0 & 1 & -1 & -2 \\
0 & 2 & -1 & -6 \\
0 & 4 & -7 & -1
\end{array}\right] </m> is or is not invertible.</p>
</statement>
<answer><p><me>\operatorname{RREF} \left[\begin{array}{cccc}
1 & 4 & -6 & -4 \\
0 & 1 & -1 & -2 \\
0 & 2 & -1 & -6 \\
0 & 4 & -7 & -1
\end{array}\right] = \left[\begin{array}{cccc}
1 & 0 & 0 & 0 \\
0 & 1 & 0 & 0 \\
0 & 0 & 1 & 0 \\
0 & 0 & 0 & 1
\end{array}\right] </me></p><m>P</m> is invertible.</answer>
</exercise>