Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
2
\begin{exercise}{A4}{Injectivity and surjectivity}{0005}
3
\begin{exerciseStatement} Let \(T:\mathbb{R}^ 3 \to \mathbb{R}^ 4 \) be the linear transformation given by the standard matrix \( \left[\begin{array}{ccc}
4
1 & 1 & 0 \\
5
0 & 1 & 2 \\
6
1 & -1 & -4 \\
7
-1 & 1 & 4
8
\end{array}\right] .\)
9
10
\begin{enumerate}[(a)]
11
\item Explain why \(T\) is or is not injective.
12
\item Explain why \(T\) is or is not surjective.
13
\end{enumerate}
14
15
\end{exerciseStatement}
16
\begin{exerciseAnswer}
17
18
\[\operatorname{RREF} \left[\begin{array}{ccc}
19
1 & 1 & 0 \\
20
0 & 1 & 2 \\
21
1 & -1 & -4 \\
22
-1 & 1 & 4
23
\end{array}\right] = \left[\begin{array}{ccc}
24
1 & 0 & -2 \\
25
0 & 1 & 2 \\
26
0 & 0 & 0 \\
27
0 & 0 & 0
28
\end{array}\right] \]
29
30
31
32
\begin{enumerate}[(a)]
33
\item \(T\) is not injective
34
\item \(T\) is not surjective
35
\end{enumerate}
36
37
\end{exerciseAnswer}
38
\end{exercise}
39
40
41