- Two of the sets of vectors are linearly dependent just by observing them: sets B and E. Basically, for B we have three vectors in a plane ( two coordinates). One of the vectors can be expressed as linear combination of the other two. The situation for E is the same, the third coordinate for the three vectors is 0, so the vectors are in xy plane, one of them can be expressed in terms of the other two.
- Set A is linearly independent by observation.
- F is linearly independent set.
- In case of C and D, we need to row reduce the matrix of the vectors to see if we can have row of zeros.
[-6 8 7]
[-4 6 -9]
[10 -14 2]
We can add first and second row and will get
[(-6 -4) (8 + 6) (7 - 9)] = [ -10 14 - 2] = - [ 10 -14 2]
We see, in case of C, the third row is linear combination of the first and second row. This means C is linearly dependent.
You need to perform similar check for D to see if it is dependent.
(independent)