nayfie
- 50
- 0
Homework Statement
Is the following a subspace of R^{n} for some n?
W = {(x, y, z) \in R^{3} | 2x - y = 3z + x = 0}
Homework Equations
A subspace of R^{n} is a subset W of R^{n} such that;
1. 0 \in W
2. \forall u, v \in W; u + v \in W
3. \forall c \in R and u \in W; cu \in W
The Attempt at a Solution
I have checked that the zero vector is contained in the subset, by first letting x = 0.
2x - y = 0, therefore if x = 0, y is also equal to 0.
3z + x = 0, so if x = 0, z is also equal to 0.
The problem here is that now I have no idea how to prove that W is closed under addition and scalar multiplication.
Any help would be greatly appreciated! :)