Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 1794
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<p>Consider the following maps of polynomials <m>S:\mathcal{P}\rightarrow\mathcal{P}</m> and <m>T:\mathcal{P}\rightarrow\mathcal{P}</m> defined by
4
<xsl:choose>
5
<xsl:when test="swapped">
6
<md>
7
<mrow>S(<xsl:value-of select="f_letter"/>(x))=<xsl:value-of select="nonlinear_trans"/> &amp; &amp; \text{and} &amp; &amp; T(<xsl:value-of select="f_letter"/>(x))=<xsl:value-of select="linear_trans"/>.</mrow>
8
</md>
9
</xsl:when>
10
<xsl:otherwise>
11
<md>
12
<mrow>S(<xsl:value-of select="f_letter"/>(x))=<xsl:value-of select="linear_trans"/> &amp; &amp; \text{and} &amp;&amp; T(<xsl:value-of select="f_letter"/>(x))=<xsl:value-of select="nonlinear_trans"/>.</mrow>
13
</md>
14
</xsl:otherwise>
15
</xsl:choose>
16
Explain why one these maps is a linear transformation and why the other map is not.
17
</p>
18
</statement>
19
<answer>
20
<xsl:choose>
21
<xsl:when test="swapped">
22
<p><m>S</m> is not linear and <m>T</m> is linear.</p>
23
</xsl:when>
24
<xsl:otherwise>
25
<p><m>S</m> is linear and <m>T</m> is not linear.</p>
26
</xsl:otherwise>
27
</xsl:choose>
28
</answer>
29
</exercise>
30