LoA
- 12
- 0
Homework Statement
Let S be a subset of R^{4}:
S = {v_{1},v_{2}, v_{3}, v_{4}} = { [1,3,2,0] [-2,0,6,7] [0,6,10,7] [2,10,-3,1] }
Determine whether S spans R^{4}.
Homework Equations
span(S) = {V| V = av_{1}+bv_{2}+cv_{3}+dv_{4}}
The Attempt at a Solution
When I row reduce the matrix A, whose rows are the vectors in S, I get a matrix whose rank = 3. So I conclude that S does NOT span R^{4}. Is this correct? If so, why? Let me explore a little further.
Let B = rref(A) =
1 0 0 \frac{-221}{82}
0 1 0 \frac{59}{82}
0 0 1 \frac{11}{49}
0 0 0 0
So rank(B) = 3 and span(S) = a[1,0,0\frac{-221}{82}] + b[0,1,0,\frac{59}{82}] +c[0,0,1,\frac{11}{49}] + d[0,0,0,0] for a,b,c,d \in R
i.e. span(S) = [a,b,c,D] ; D = a\frac{-221}{82}+b\frac{59}{82} +c\frac{11}{49} for a,b,c,d \in R
So why would it be the case that you cannot form every vector in R^{4} as a linear combination of vectors in S? Is it because your choice of a,b,c determines D, so that you cannot have that same D for other, arbitrary choices of a,b,c (or different values of D for the same values of a,b,c)? How can I make this sharper? How should I think about this in terms of the rank of the matrix of vectors in S?