Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 1794
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<p>
4
Let <m>V</m> be the set of all pairs <m>(x,y)</m> of real numbers
5
together with the following operations:
6
</p>
7
<md><mrow><xsl:value-of select="oplus"/></mrow><mrow><xsl:value-of select="otimes"/>.</mrow></md>
8
<p>
9
(a) Show that <xsl:value-of select="trueproperty"/>, that is:
10
</p>
11
<me>
12
<xsl:value-of select="truetex"/>.
13
</me>
14
<p>
15
(b) Explain why <m>V</m> nonetheless is not a vector space.
16
</p>
17
</statement>
18
<answer>
19
<p>
20
<m>V</m> is not a vector space, which may be shown by demonstrating that
21
any one of the following properties do not hold:
22
</p>
23
<ul>
24
<xsl:for-each select="falseproperties/*">
25
<li><xsl:value-of select="."/></li>
26
</xsl:for-each>
27
</ul>
28
</answer>
29
</exercise>
30