Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 1794
Image: ubuntu2004
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="matrix"/>.</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
<p><me>\operatorname{RREF}<xsl:value-of select="matrix"/>=<xsl:value-of select="rref"/></me></p>
12
<ol>
13
<li>
14
<xsl:choose>
15
<xsl:when test="injective"> <m>T</m> is injective.</xsl:when>
16
<xsl:otherwise> <m>T</m> is not injective</xsl:otherwise>
17
</xsl:choose>
18
</li>
19
<li>
20
<xsl:choose>
21
<xsl:when test="surjective"> <m>T</m> is surjective.</xsl:when>
22
<xsl:otherwise> <m>T</m> is not surjective</xsl:otherwise>
23
</xsl:choose>
24
</li>
25
</ol>
26
</answer>
27
</exercise>
28