Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
2
\begin{exercise}{V1}{Vector spaces}{0010}
3
\begin{exerciseStatement}
4
5
Let \(V\) be the set of all pairs \((x,y)\) of real numbers together with the following operations:
6
7
\[(x_1,y_1)\oplus (x_2,y_2)= \left(5 \, x_{1} + 5 \, x_{2},\,4 \, y_{1} + 4 \, y_{2}\right) \]\[c \odot (x,y) = \left(c x,\,c y\right) .\]
8
9
(a) Show that scalar multiplication distributes over vector addition, that is:
10
11
\[c\odot \left((x_1,y_1)\oplus(x_2,y_2)\right)=c\odot(x_1,y_1)\oplus c\odot(x_2,y_2).
12
\]
13
14
(b) Explain why \(V\) nonetheless is not a vector space.
15
16
\end{exerciseStatement}
17
\begin{exerciseAnswer}
18
19
\(V\) is not a vector space, which may be shown by demonstrating that any one of the following properties do not hold:
20
21
22
23
\begin{itemize}
24
\item vector addition is not associative
25
\item scalar multiplication does not distribute over scalar addition
26
\end{itemize}
27
28
\end{exerciseAnswer}
29
\end{exercise}
30
31
32