Find Basis for Span: \vec{a_{1}} to \vec{a_{4}}

  • Thread starter Thread starter ferry2
  • Start date Start date
  • Tags Tags
    Basis Span
ferry2
Messages
15
Reaction score
0
I don't wan't a solution I wan't only instructions how to solve this problem:

Find a basis for the span: \vec{a_{1}}=(1,\,-1,\,6,\,0),\,\vec{a_{2}}=(3,\,-2,\,1,\,4),\,\vec{a_{3}}=(1,\,-2,\,1,\,-2),\,\vec{a_{4}}=(10,\,1,\,7,\,3)
 
Physics news on Phys.org
Make a matrix with a1, a2, a3, and a4 in separate rows, with each component of each vector in a separate column. Put it in row reduced echelon form. The nonzero rows of your new matrix are the vectors that form the basis.
 
Last edited:
So under your guidance the row reduced eshelon form of the matrix:

A=\left( \begin{array}{cccc}1 &-1 & 6 & 0\\ 3 &-2 & 1 & 4\\ 1 &-2 & 1 &-2\\ 10 & 1 & 7 & 3\\ \end{array} \right) is \left( \begin{array}{cccc}1 & 0 & 0 & 0\\ 0 & 1 & 0 & 0\\ 0 & 0 & 1 & 0\\ 0 & 0 & 0 & 1\\ \end{array} \right) so the basis are vectors \vec{e_1}(1,\,0,\,0,\,0),\,\vec{e_2}(0,\,1,\,0,\,0),\,\vec{e_3}(0,\,0,\,1,\,0) and \vec{e_4}(0,\,0,\,0,\,1) right?
 
yeah that's what I got
 
Thanks a lot for the tips :).
 
Which says that the span of those four vectors is, in fact, all of R^4.
 
Because the span of those vectors is all of R^4, both the 4 standard R^4 basis vectors and the column vectors of your matrix form a basis. What's more interesting is the case when the column vectors do not span the entire space. Then you take the column vectors from your matrix that correspond to the columns with pivots in reduced form, and those form a basis for the column space.
 
Back
Top