Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
20865 views
1
<exercise>
2
<statement>
3
Let <m>T:\mathbb{R}^<xsl:value-of select="columns"/> \to \mathbb{R}^<xsl:value-of select="rows"/></m> be the linear transformation given by the standard matrix
4
<m><xsl:value-of select="A"/>.</m>
5
<ol>
6
<li>Explain why <m>T</m> is or is not injective.</li>
7
<li>Explain why <m>T</m> is or is not surjective.</li>
8
</ol>
9
</statement>
10
<answer>
11
<ol>
12
<li>
13
<xsl:choose>
14
<xsl:when test="injective"> <m>T</m> is injective.</xsl:when>
15
<xsl:otherwise> <m>T</m> is not injective</xsl:otherwise>
16
</xsl:choose>
17
</li>
18
<li>
19
<xsl:choose>
20
<xsl:when test="surjective"> <m>T</m> is surjective.</xsl:when>
21
<xsl:otherwise> <m>T</m> is not surjective</xsl:otherwise>
22
</xsl:choose>
23
</li>
24
</ol>
25
</answer>
26
</exercise>
27