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