Highway said:
Homework Statement
Show if S = {v1,v2,v3} is independent or dependent . . .
Homework Equations
(0,0,0,0) = k1(a,b,c,d) + k2(e,f,g,h) + k3(i,j,k,l) where {a,b,c,d,e,f,g,h,i,j,k,l \in ℝ}
The Attempt at a Solution
im trying to tell if i can say that this set of 3 vectors in R4 is dependent right away, just because there are less vectors than the number of dimensions. . . i looked in the book and the opposite is true -- if you have 4 vectors in R3, then the set is linearly dependent . . .
thanks
Are the vectors in the problem <a, b, c, d> etc. or are there any constants involved? The matrix you show in another post makes me think there are some numbers.
If you have 4 vectors in R
3, the set will always be linearly dependent, but when there are fewer vectors than the dimension of the space they're in, you can't say anything without doing some investigation.
If you have 3 vectors in R
4, the vectors might be linearly independent or linearly dependent - it depends on the vectors.
For example, if the set is { <1, 0, 0, 0>, <4, 0, 0, 0>, <0, 1, 0, 0> }, this set of vectors is clearly linearly dependent - the 2nd vector is a scalar multiple of the first.
If the set is { <1, 0, 0, 0>, <0, 1, 0, 0>, <1, 1, 0, 0> }, this set of vectors is also linearly dependent, but it's not so obvious, as no one vector is a multiple of any other. However, the 3rd vector is the sum of the other two.
If the set is { <1, 0, 0, 0>, <0, 1, 0, 0>, <0, 0, 2, 0> }, it can be shown that this set of vectors is linearly independent. Your textbook probably shows some examples of testing sets of vectors for linearly independence/dependence.