How to find a linearly independent vector?

UrbanXrisis
Messages
1,192
Reaction score
1
Find a linearly independent set of vectors that spans the same subspace of R^3 as that spanned by the vectors

\left(\begin{array}{c} -2 &amp; -1 &amp; -2 \end{array}\right) ,<br /> <br /> \left(\begin{array}{c} -2 &amp; 3 &amp; -8 \end{array}\right) ,<br /> <br /> \left(\begin{array}{c} 0 &amp; -2 &amp; 3 \end{array}\right) <br /> <br />


I'm not sure how to find a linearly independent vector. For a linearly dependency, the determinant of the matrix cannot equal zero. But how would i find two other 3x1 vectors that does not have linear dependency?
 
Physics news on Phys.org
You could row reduce and look at the columns that correspond to the leading columns of your reduced matrix. Can you see why this would mean they're independent?
 
Since there is a zero (in the third vector) which simplifies calculations, you can just check to see if any of the three vectors can be formed as a linear combination of the other two. If yes, eliminate anyone of the vectors.
It will then become immediately clear if the two remaining vectors are linearly independent or not!
Having confirmed the linear independence of the two remaining vectors, the spanning property follows. You now have a set of basis vectors for this vector space!
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top