flyingpig said:
Does it matter how many entries I have in my vectors? I can have three entries in my vectors, but with two vectors, they will always span R2.
Is there even any relations to having free variables (parameters) with the concept of Span?
Two independent vectors will always span
a plane. Whether or not that plane is R
2 or not depends upon the vectors and what you mean by R
2. The two vectors <1, 0, 1> and <0, 1, 0> will have span a<1, 0, 1>+ b<0, 1, 0>= <a, b, a> which can be expressed as <x, y, z> with z= x, or the plane z= x.
If the two vectors are <1, 0, 0> and <0, 1, 0> then they span <1, 1, 0>, the xy- plane. Do you consider that to
be R
2? Some people think of R
2 as a subset of R
3, some do not.
I'm not sure what you mean by "free variables (parameters) with the concept of Span" but in your first post you asked:
So the question is, how? There can be at most one parameter right? One parameter means the solution is a line, we need two to make a plane?
The
definition of "span" of a set of vectors is the set of all linear combinations of the vectors. In particular, the span of the two vectors {u, v} is all vectors of the form au+ bv for any scalars a and b. Both a and b are, I think, what you are calling "parameters". Where did you get the idea that there could be "at most one parameter"? The span of a set of n vectors will involve n parameters and, if the vectors are independent, the span will be an n-dimensional subspace.