Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 1794
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<p>Consider the statement
4
<claim> The set of <xsl:choose><xsl:when test="context='polynomial'">polynomials </xsl:when><xsl:otherwise>matrices </xsl:otherwise></xsl:choose> <m><xsl:value-of select="set"/></m>
5
<xsl:choose>
6
<xsl:when test="task='independent'"> is linearly independent.</xsl:when>
7
<xsl:otherwise> spans <xsl:choose><xsl:when test="context='polynomial'"><m>\mathcal{P}_3</m></xsl:when><xsl:otherwise><m>\mathrm{M}_{2,2}</m></xsl:otherwise></xsl:choose>. </xsl:otherwise>
8
</xsl:choose>
9
</claim>
10
</p>
11
<ol>
12
<li> Write an equivalent statement using a <xsl:choose><xsl:when test="context='polynomial'">polynomial</xsl:when><xsl:otherwise>matrix</xsl:otherwise></xsl:choose> equation.</li>
13
<li> Explain why your statement is true or false.</li>
14
</ol>
15
</statement>
16
<answer>
17
<p><me>\operatorname{RREF}<xsl:value-of select="matrix"/>=<xsl:value-of select="rref"/></me></p>
18
<ol>
19
<li>The statement
20
<claim> The set of <xsl:choose><xsl:when test="context='polynomial'">polynomials </xsl:when><xsl:otherwise>matrices </xsl:otherwise></xsl:choose> <m><xsl:value-of select="set"/></m>
21
<xsl:choose>
22
<xsl:when test="task='independent'"> is linearly independent.</xsl:when>
23
<xsl:otherwise> spans <xsl:choose><xsl:when test="context='polynomial'"><m>\mathcal{P}_3</m></xsl:when><xsl:otherwise><m>\mathrm{M}_{2,2}</m></xsl:otherwise></xsl:choose>. </xsl:otherwise>
24
</xsl:choose>
25
</claim>
26
is equivalent to the statement
27
<claim>
28
<xsl:choose>
29
<xsl:when test="task='independent'">
30
The <xsl:choose><xsl:when test="context='polynomial'">polynomial </xsl:when><xsl:otherwise>matrix </xsl:otherwise></xsl:choose> equation
31
<me><xsl:value-of select="equation"/></me>
32
has no nontrivial solutions.
33
</xsl:when>
34
<xsl:otherwise>
35
<xsl:choose>
36
<xsl:when test="context='polynomial'">
37
The polynomial equation <me><xsl:value-of select="equation"/>=f</me> has a solution for every <m>f \in \mathcal{P}_3</m>.
38
</xsl:when>
39
<xsl:otherwise>
40
The matrix equation <me><xsl:value-of select="equation"/>=B</me> has a solution for every <m>B \in \mathrm{M}_{2,2}</m>.
41
</xsl:otherwise>
42
</xsl:choose>
43
</xsl:otherwise>
44
</xsl:choose>
45
</claim>
46
</li>
47
<li>The set of <xsl:choose><xsl:when test="context='polynomial'">polynomials </xsl:when><xsl:otherwise>matrices </xsl:otherwise></xsl:choose> <m><xsl:value-of select="set"/></m>
48
<xsl:choose>
49
<xsl:when test="task='independent'"> <xsl:choose><xsl:when test="result">is linearly independent</xsl:when><xsl:otherwise>is linearly dependent</xsl:otherwise></xsl:choose>.</xsl:when>
50
<xsl:otherwise> <xsl:choose><xsl:when test="result"> spans </xsl:when><xsl:otherwise> does not span </xsl:otherwise></xsl:choose>
51
<xsl:choose><xsl:when test="context='polynomial'"><m>\mathcal{P}_3</m></xsl:when><xsl:otherwise><m>\mathrm{M}_{2,2}</m></xsl:otherwise></xsl:choose>. </xsl:otherwise>
52
</xsl:choose>
53
</li>
54
</ol>
55
</answer>
56
</exercise>
57