Determine whether the given vectors form a basis

robertjford80
Messages
388
Reaction score
0

Homework Statement



w1 = 2 1 2
w2 = 1 -2 -3
w3 = 5 0 1

for
R3


Homework Equations





The Attempt at a Solution



The books says the above is not a basis, why not? There are no free variables, none of the vectors are multiples of the other, they are linearly independent and the number of unknowns equals the number of equations. That check list to me signals a basis
 
Physics news on Phys.org
What makes you think they are lineally independent?
 
As I already said: There are no free variables, none of the vectors are multiples of the other

This is what I get in Reduced Ech form

1 -2 -3
0 5 -4
0 0 -6
 
Actually is:
w_3=2w_1+w_2
 
In echelon form I get
\left( \begin{matrix}<br /> 1 &amp; -2 &amp; -3 \\<br /> 0 &amp; 5 &amp; 8 \\<br /> 0 &amp; 0 &amp; 0<br /> \end{matrix} \right)

Also be careful with difference between echelon form and reduced echelon form. The matrix you wrote (and the one above) is in echelon form, as every pivot has only zeros below it. Whereas in reduced echelon form the piviot is the only non zero entry in the column i.e. the above matrix becomes:

\left( \begin{matrix}<br /> 1 &amp; 0 &amp; \frac{1}{5} \\<br /> 0 &amp; 1 &amp; \frac{8}{5} \\<br /> 0 &amp; 0 &amp; 0<br /> \end{matrix} \right)
 
Ok, I understand now.

Also thanks for the tip about echelon form and reduced echelon form, I thought they were the same.
 
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