\begin{exercise}{A4}{Injectivity and surjectivity}{0000}
\begin{exerciseStatement} Let \(T:\mathbb{R}^ 3 \to \mathbb{R}^ 4 \) be the linear transformation given by the standard matrix \( \left[\begin{array}{ccc}
1 & 2 & -3 \\
0 & 1 & -3 \\
1 & 1 & 1 \\
1 & 4 & -6
\end{array}\right] .\)
\begin{enumerate}[(a)]
\item Explain why \(T\) is or is not injective.
\item Explain why \(T\) is or is not surjective.
\end{enumerate}
\end{exerciseStatement}
\begin{exerciseAnswer}
\[\operatorname{RREF} \left[\begin{array}{ccc}
1 & 2 & -3 \\
0 & 1 & -3 \\
1 & 1 & 1 \\
1 & 4 & -6
\end{array}\right] = \left[\begin{array}{ccc}
1 & 0 & 0 \\
0 & 1 & 0 \\
0 & 0 & 1 \\
0 & 0 & 0
\end{array}\right] \]
\begin{enumerate}[(a)]
\item \(T\) is injective.
\item \(T\) is not surjective
\end{enumerate}
\end{exerciseAnswer}
\end{exercise}