New Reply

Find a basis

 
Share Thread Thread Tools
Nov24-11, 04:09 PM   #1
 

Find a basis


I don't wan't a solution I wan't only instructions how to solve this problem:

Find a basis for the span: [tex]\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)[/tex]
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Nov24-11, 05:22 PM   #2
 
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.
 
Nov25-11, 12:22 PM   #3
 
So under your guidance the row reduced eshelon form of the matrix:

[tex]A=\left( \begin{array}{cccc}1 &-1 & 6 & 0\\ 3 &-2 & 1 & 4\\ 1 &-2 & 1 &-2\\ 10 & 1 & 7 & 3\\ \end{array} \right)[/tex] is [tex]\left( \begin{array}{cccc}1 & 0 & 0 & 0\\ 0 & 1 & 0 & 0\\ 0 & 0 & 1 & 0\\ 0 & 0 & 0 & 1\\ \end{array} \right)[/tex] so the basis are vectors [tex]\vec{e_1}(1,\,0,\,0,\,0),\,\vec{e_2}(0,\,1,\,0,\,0),\,\vec{e_3}(0,\,0,\ ,1,\,0)[/tex] and [tex]\vec{e_4}(0,\,0,\,0,\,1)[/tex] right?
 
Nov25-11, 01:02 PM   #4
 

Find a basis


yeah that's what I got
 
Nov25-11, 01:03 PM   #5
 
Thanks a lot for the tips :).
 
Nov26-11, 12:39 PM   #6
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Which says that the span of those four vectors is, in fact, all of [itex]R^4[/itex].
 
Nov26-11, 04:29 PM   #7
 
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.
 
New Reply
Thread Tools


Similar Threads for: Find a basis
Thread Forum Replies
Help! Find a basis. Precalculus Mathematics Homework 1
Find a basis of U Linear & Abstract Algebra 2
Find a basis Calculus & Beyond Homework 12
find a basis Calculus & Beyond Homework 1
find a basis Calculus & Beyond Homework 3