Linear Algebra-Linear dependence

  • Thread starter Thread starter manimaran1605
  • Start date Start date
  • Tags Tags
    Linear
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
manimaran1605
Messages
60
Reaction score
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.
 
Physics news on Phys.org
The third case has f= 0 so the three vectors are (a,0,0), (b, d, 0), and (c, e, 0).
You want to find numbers x and y such that (c, e, 0)= x(a, 0, 0)+ y(b, d, 0).
That is equivalent to the two equations c= xa+ yb and e= yd. Obviously, if d is not 0, y= e/d and your first equation become c= xa+ be/d. It should be easy to solve that for x. If d= 0 there are an infinite number of soutions.