Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
<exercise checkit-seed="0000" checkit-slug="A4" checkit-title="Injectivity and surjectivity">
2
<statement>
3
Let <m>T:\mathbb{R}^ 3 \to \mathbb{R}^ 4 </m> be the linear transformation given by the standard matrix
4
<m> \left[\begin{array}{ccc}
5
1 &amp; 2 &amp; -3 \\
6
0 &amp; 1 &amp; -3 \\
7
1 &amp; 1 &amp; 1 \\
8
1 &amp; 4 &amp; -6
9
\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>
10
<answer>
11
<p>
12
<me>\operatorname{RREF} \left[\begin{array}{ccc}
13
1 &amp; 2 &amp; -3 \\
14
0 &amp; 1 &amp; -3 \\
15
1 &amp; 1 &amp; 1 \\
16
1 &amp; 4 &amp; -6
17
\end{array}\right] = \left[\begin{array}{ccc}
18
1 &amp; 0 &amp; 0 \\
19
0 &amp; 1 &amp; 0 \\
20
0 &amp; 0 &amp; 1 \\
21
0 &amp; 0 &amp; 0
22
\end{array}\right] </me>
23
</p>
24
<ol>
25
<li><m>T</m> is injective.</li>
26
<li><m>T</m> is not surjective</li>
27
</ol>
28
</answer>
29
</exercise>
30
31
32