- #1
manimaran1605
- 60
- 0
Homework Statement
let U be a 3x3 matrix containng columns C1, C2, C3. The three column vectors C1= (a,0,0) , C2=(b,d,0), C3=(c,e,f)
prove that if a=0 or d=0 or f=0 (3cases), the columns of U are dependent?
problem from Linear algebra and applications, fourth editon, Gilbert strang
Homework Equations
no eqations
The Attempt at a Solution
I successfully proved the first two cases
if a=0, if we multiply C3 or C2 with zero then C1 will be equal to C2 or C3. The columns become independent
if d=0, if we multiply C1 with b/a and C2 with a/b, C1 and C2 will be identical and the columns become independent.
But i don't know how to prove the third case, i tried with different comibinations of scalars with multiply with C2 and C3, but i can't make this two columns identical. Enlighten me.