ggb123
- 25
- 0
Homework Statement
Find a basis and dimension to each of the following subspaces of R4:
U = {(a+b,a+c,b+c,a+b+c)|a,b,c∈R}
Homework Equations
The Attempt at a Solution
I started by making a linear system.
w(a + b) + x(a + c) + y(b + c) + z(a + b + c) = 0
a(w + x + z) + b(w + y + z) + c(x + y + z) = 0
w + x + 0 + z = 0
w + 0 + y + z = 0
0 + x + y + z = 0
Then I get stuck from here. Any help would be really appreciated, thanks.