Are Vectors a, b, and c Linearly Independent?

  • Thread starter Thread starter halfoflessthan5
  • Start date Start date
  • Tags Tags
    Linearly Vectors
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
halfoflessthan5
Messages
15
Reaction score
0
just a quick one:

Homework Statement


Show that the vectors a=2i -2j, b=3j - k and c = i + 2j +k are linearly independent


Homework Equations





The Attempt at a Solution



What does 'linearly independent' mean and what's the test for it? Its from a really old exam paper so i might just know this theory under a different name.

thankyou :smile:
 
Physics news on Phys.org
Is this right then:

(2i -2j)x + (3j - k)y + (i + 2j +k)z = 0

multiply out and rearrange

(2x + z)i + (-2x + 3y +2 z)j + (z - y)k = 0

comparing is js and ks on each side

2x + z = 0
-2x + 3y + 2z = 0
z - y = 0

as matrices

[2 0 1] [x] = [0]
[-2 3 2] [y] = [0]
[0 -1 1] [z] = [0]

(like in the eigenvalue problem) there is a non-trivial solution only if determinent of the co-efficients is zero

detM= 12

=/= 0

=> vectors a,b,c where linearly independent