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