JG89
- 724
- 1
Homework Statement
Let W be a subspace of V = C^5 consisting of all vectors <br /> x = (x_1,x_2,x_3,x_4,x_5) \epsilon C^5 that satisfy:
<br /> -2ix_1 + x_2 - x_3 + (1 - i)x_4 = 0<br />
<br /> x_1 + ix_2 -2x_5 = 0<br />Find a set that spans W.
Homework Equations
The Attempt at a Solution
From the second equation we know that x_1 = 2x_5 - ix_2. Substituting that into the first, we have -2i(2x_5 -ix_2) + x_2 - x_3 + (1-i)x_4 = 0. Expanding through the brackets and simplifying, we have -4ix_5 - x_2 - x_3 + (1-i)x_4 = 0. This implies that x_2 = -x_3 +(1-i)x_4 -4ix_5. So that is the only condition we have. So, we now have the following:
(1, 0, 0, 0, 0)x_1 + (0, -1, 1, 0, 0)x_3 + (0, 1-i, 0, 1, 0)x_4 + (0, -4i, 0, 0, 1)x_5So the set { (1, 0, 0, 0, 0), (0, -1, 1, 0, 0), (0, 1-i, 0, 1, 0), (0, -4i, 0, 0, 1) should span the space. However, if you multiply the first vector by 1, and the rest by 0, we have (1,0,0,0,0), which obviously doesn't satisfy the two equations above.
What am I doing wrong?