FunkReverend
- 5
- 0
Homework Statement
Find the basis of the solution space W \subset \Re^{4}
of the system of linear equations
2x_{1} + 1x_{2} + 2x_{3} +3x_{4} =0
_{ }
1x_{1} + 1x_{2} + 3x_{3} = 0
Homework Equations
The basis must span W and be independent.
The Attempt at a Solution
Solving the above system, I get
x_{2} = -x_{1} - x_{3}
x_{4} = \frac{x_{3}-x_{1}}{3}
With 2 degrees of freedom, x_{1} and x_{3},
so I must need a 2D basis. I separately fixed x_{1} and x_{3} to 1 and the other to zero and got the following vectors:
[1, -1, 0, -1/3] and [0, -3, 1, 1/3]
I feel like this is right, as I've been looking up some examples, but I'm not sure this spans all the solutions.
Am I on the right track?