physics=world
- 109
- 0
1. Which of the subsets of R3 is a subspace of R3.
a) W = {(x,y,z): x + y + z = 0}
b) W = {(x,y,z): x + y + z = 1}
I was wondering if my answer for A is correct.
3.
A) W = {(x,y,z): x + y + z = 0}
Since, x + y + z = 0. Then, the values for all the variables have to be zero. Therefore, the only vector in W is the zero vector. So, W is nonempty and a subset of R3.
Furthermore, because W is closed under addition and scalar multiplication, it is a subspace of R3.
Testing for closure under addition:
Let a = (a1, a2, a3) and
Let b = (b1, b2, b3)
a + b = (a1, a2, a3) + (b1, b2, b3)
= (a1 + b1, a2 + b2, a3 + b3)
where x = a1 + b1, y = a2 + b2, z = a3 + b3.
= (x,y,z) Closure under addition.
Testing for closure under scalar multiplication:
c is any real number
c(x1, y2, z3)
= (cx1, cy2, cz3) Where x1, y2, z3 = 0
= (0,0,0)
a) W = {(x,y,z): x + y + z = 0}
b) W = {(x,y,z): x + y + z = 1}
I was wondering if my answer for A is correct.
Homework Equations
3.
A) W = {(x,y,z): x + y + z = 0}
Since, x + y + z = 0. Then, the values for all the variables have to be zero. Therefore, the only vector in W is the zero vector. So, W is nonempty and a subset of R3.
Furthermore, because W is closed under addition and scalar multiplication, it is a subspace of R3.
Testing for closure under addition:
Let a = (a1, a2, a3) and
Let b = (b1, b2, b3)
a + b = (a1, a2, a3) + (b1, b2, b3)
= (a1 + b1, a2 + b2, a3 + b3)
where x = a1 + b1, y = a2 + b2, z = a3 + b3.
= (x,y,z) Closure under addition.
Testing for closure under scalar multiplication:
c is any real number
c(x1, y2, z3)
= (cx1, cy2, cz3) Where x1, y2, z3 = 0
= (0,0,0)