- #1
Emspak
- 243
- 1
Homework Statement
Let W be a subset of vector space V. Is it s subspace as well?
W = {(a1, a2, a3) [itex]\in[/itex] ℝ3 : 2a1-7a2+a3=0}So, to check if this is a subspace I need to satisfy the following:
1. That 0 is in the set. Plugging (0,0,0) into the equation 2a1-7a2+a3=0 yields 0=0 so yes, it is.
2. That it is closed under addition.
Let (b1, b2, b3) be an arbitrary vector in W.
For this to be closed under addition (b1, b2, b3)+(a1, a2, a3) [itex]\in[/itex] W.
2(a1+b1) - 7(a2+b2) + (a3+b3) = 0
can also be written as (a3+b3) = -2(a1+b1) + 7(a2+b2)
There are real-valued solutions to this, whenever bi = -ai is one, so the answer is yes, it is closed under addition.
3. Is it closed under multiplication?
Any arbitrary λ(2a1-7a2+a3)=(λ)0
So since that's still part of the set, it is closed under multiplication.
So, did I do this one correctly? God I hope so.