Chapter 4: Problem 3
Show that (a) \(k(u-v)=k u-k v,\) (b) \(u+u=2 u\)
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 4: Problem 3
Show that (a) \(k(u-v)=k u-k v,\) (b) \(u+u=2 u\)
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Express \(M\) as a linear combination of the matrices \(A, B, C\), where $$ M=\left[\begin{array}{ll} 4 & 7 \\ 7 & 9 \end{array}\right], \quad \text { and } \quad A=\left[\begin{array}{ll} 1 & 1 \\ 1 & 1 \end{array}\right], \quad B=\left[\begin{array}{ll} 1 & 2 \\ 3 & 4 \end{array}\right], \quad C=\left[\begin{array}{ll} 1 & 1 \\ 4 & 5 \end{array}\right] $$ Set \(M\) as a linear combination of \(A, B, C\) using unknown scalars \(x, y, z\); that is, set \(M=x A+y B+z C\). This yields $$ \left[\begin{array}{ll} 4 & 7 \\ 7 & 9 \end{array}\right]=x\left[\begin{array}{ll} 1 & 1 \\ 1 & 1 \end{array}\right]+y\left[\begin{array}{ll} 1 & 2 \\ 3 & 4 \end{array}\right]+z\left[\begin{array}{ll} 1 & 1 \\ 4 & 5 \end{array}\right]=\left[\begin{array}{cc} x+y+z & x+2 y+z \\ x+3 y+4 z & x+4 y+5 z \end{array}\right] $$ Form the equivalent system of equations by setting corresponding entries equal to each other: $$ x+y+z=4, \quad x+2 y+z=7, \quad x+3 y+4 z=7, \quad x+4 y+5 z=9 $$ Reducing the system to echelon form yields $$ x+y+z=4, \quad y=3, \quad 3 z=-3, \quad 4 z=-4 $$ The last equation drops out. Solving the system by back-substitution yields \(z=-1, y=3, x=2\). Thus, \(M=2 A+3 B-C\)
Prove Theorem 4.3: The intersection of any number of subspaces of \(V\) is a subspace of \(V\).
Find a basis and dimension of the subspace \(W\) of \(\mathbf{R}^{3}\) where (a) \(W=\\{(a, b, c): a+b+c=0\\}\), (b) \(W=\\{(a, b, c):(a=b=c)\\}\) (a) Note that \(W \neq \mathbf{R}^{3}\), because, for example, \((1,2,3) \notin W\). Thus, \(\operatorname{dim} W<3\). Note that \(u_{1}=(1,0,-1)\) and \(u_{2}=(0,1,-1)\) are two independent vectors in \(W\). Thus, \(\operatorname{dim} W=2\), and so \(u_{1}\) and \(u_{2}\) form a basis of \(W\) (b) The vector \(u=(1,1,1) \in W\). Any vector \(w \in W\) has the form \(w=(k, k, k)\). Hence, \(w=k u\). Thus, \(u\) spans \(W\) and \(\operatorname{dim} W=1\).
Show that the vectors \(u=(1+i, 2 i)\) and \(w=(1,1+i)\) in \(C^{2}\) are linearly dependent over the complex field \(\mathbf{C}\) but linearly independent over the real field \(\mathbf{R}\).
Prove Theorem 4.12: Every basis of a vector space \(V\) has the same number of elements. Suppose \(\left\\{u_{1}, u_{2}, \ldots, u_{n}\right\\}\) is a basis of \(V\), and suppose \(\left\\{v_{1}, v_{2}, \ldots\right\\}\) is another basis of \(V\). Because \(\left\\{u_{i}\right\\}\) spans \(V\), the basis \(\left\\{v_{1}, v_{2}, \ldots\right\\}\) must contain \(n\) or less vectors, or else it is linearly dependent by Problem 4.35-Lemma 4.13. On the other hand, if the basis \(\left\\{v_{1}, v_{2}, \ldots\right\\}\) contains less than \(n\) elements, then \(\left\\{u_{1}, u_{2}, \ldots, u_{n}\right\\}\) is linearly dependent by Problem 4.35. Thus, the basis \(\left\\{v_{1}, v_{2}, \ldots\right\\}\) contains exactly \(n\) vectors, and so the theorem is true.
What do you think about this solution?
We value your feedback to improve our textbook solutions.