Finding a vector not included in this span

  • Thread starter Thread starter lo2
  • Start date Start date
  • Tags Tags
    Span Vector
lo2
Messages
54
Reaction score
0

Homework Statement



I have this span, spanned by these three vectors in R^5:


\underline{a_1}=<br /> \left( \begin{array}{c}<br /> 2 \\<br /> 3 \\<br /> 1 \\<br /> 4 \\<br /> 0 \end{array} \right)


\underline{a_2}=<br /> \left( \begin{array}{c}<br /> 1 \\<br /> -1 \\<br /> 2 \\<br /> 4 \\<br /> 3 \end{array} \right)


\underline{a_3}=<br /> \left( \begin{array}{c}<br /> 3 \\<br /> 4 \\<br /> -1 \\<br /> 3 \\<br /> 5 \end{array} \right)

Homework Equations





The Attempt at a Solution



Well I thinking about looking at this equation (where A consists of a1, a2 and a3):

Ax=b

And then reduce A to an identity matrix, and where b is just any vector, b = (b1, b2, b3, b4, b5). And then I could decide b so that it is not a solution to this equation, which means it cannot be written as a linear combination of the three a's, which means it is not in the span of these vectors.

So is the correct approach?

And Maple does not seem to want to solve this matrix with all these unknowns, so have you any idea why that is?
 
Physics news on Phys.org
So wait, you have the span of those three vectors and you're trying to determine if you can make the set of vectors smaller?

If so, solve Ax = 0, not Ax = b. I might be misunderstanding you here.
 
Last edited:
Zondrina said:
So wait, you have the span of those three vectors and you're trying to determine if you can make the set of vectors smaller?

If so, solve Ax = 0, not Ax = b. I might be misunderstanding you here.

No I just have to come up with a vector in R^5 that does not lie in span(a1, a2, a3).
 
Try the row reduction again. Also express in this basis the vector

\underline{a_4}= <br /> \left( \begin{array}{c} <br /> 0 \\ <br /> 0 \\ <br /> 0 \\ <br /> 4 \\ <br /> 0 \end{array} \right)
 
Just came to think of something:

I have expanded a1, a2, and a3 to a basis for R^5 by adding e1 = (1,0,0,0,0) and e2 = (0,1,0,0,0).

So since they are in this basis they have to be linear independent of a1, a2 and a3 right? And hence e1 and e2 do not lie in the span of a1, a2 and a3?
 
Yes you can pick two vectors, just check they are not in the span of previous vectors. Those two are not.
 
Ok thanks for the help! :)
 
Back
Top