<exercise checkit-seed="0004" checkit-slug="A4" checkit-title="Injectivity and surjectivity">
<statement>
Let <m>T:\mathbb{R}^ 4 \to \mathbb{R}^ 4 </m> be the linear transformation given by the standard matrix
<m> \left[\begin{array}{cccc}
1 & -2 & -1 & -8 \\
1 & -1 & 0 & -5 \\
0 & 1 & 2 & 6 \\
-1 & 3 & 0 & 6
\end{array}\right] .</m><ol><li>Explain why <m>T</m> is or is not injective.</li><li>Explain why <m>T</m> is or is not surjective.</li></ol></statement>
<answer>
<p>
<me>\operatorname{RREF} \left[\begin{array}{cccc}
1 & -2 & -1 & -8 \\
1 & -1 & 0 & -5 \\
0 & 1 & 2 & 6 \\
-1 & 3 & 0 & 6
\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>
<ol>
<li><m>T</m> is injective.</li>
<li><m>T</m> is surjective.</li>
</ol>
</answer>
</exercise>