Homework Statement
Write the vector (1,2,3) as a linear combination of the vectors (1,0,1), (1,0,-1), and (0,1,1).
The attempt at a solution
(1,2,3) = C1(1,0,1) + C2(1,0,-1) + C3(0,1,1)
The matrix for this is:
1...1...0...1
0...0...1...2
1...-1...1...3
I reduced it to the...