Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Path: banks / tbil-la / A1.ptx
Views: 19480
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
<me>
5
S(<xsl:value-of select="f_letter"/>(x))=
6
<xsl:choose>
7
<xsl:when test="swapped">
8
<xsl:value-of select="nonlinear_trans"/>
9
</xsl:when>
10
<xsl:otherwise>
11
<xsl:value-of select="linear_trans"/>
12
</xsl:otherwise>
13
</xsl:choose>
14
\hspace{1em} \text{and} \hspace{1em} T(<xsl:value-of select="f_letter"/>(x))=
15
<xsl:choose>
16
<xsl:when test="swapped">
17
<xsl:value-of select="linear_trans"/>
18
</xsl:when>
19
<xsl:otherwise>
20
<xsl:value-of select="nonlinear_trans"/>
21
</xsl:otherwise>
22
</xsl:choose>
23
</me>
24
Explain why one these maps is a linear transformation and why the other map is not.
25
</p>
26
</statement>
27
<answer>
28
<xsl:choose>
29
<xsl:when test="swapped">
30
<p><m>S</m> is not linear and <m>T</m> is linear.</p>
31
</xsl:when>
32
<xsl:otherwise>
33
<p><m>S</m> is linear and <m>T</m> is not linear.</p>
34
</xsl:otherwise>
35
</xsl:choose>
36
</answer>
37
</exercise>
38