Proving Linear Independence of vectors

zecuria
Messages
3
Reaction score
0

Homework Statement



Let x1 = (1, 2, -1, 1), x2 = (-1, -1, -1, -1), x3 = (1, 1, 1, 0), x4 = (-2, -1 -4 -1)

Show that x1, x3 and x4 are linearly independent



Homework Equations





The Attempt at a Solution


Now I used the equation:
ax1+bx2+cx3+dx4=0

Hence forth the augmented matrix of the equation is,

<br /> \begin{pmatrix}<br /> 1 &amp; -1 &amp; 1 &amp; -2 &amp; | &amp; 0\\<br /> 2 &amp; -1 &amp; 1 &amp; -1 &amp; | &amp; 0\\<br /> -1 &amp; -1 &amp; 1 &amp; -4 &amp; | &amp; 0\\<br /> 1 &amp; -1 &amp; 0 &amp; -1 &amp; | &amp; 0<br /> \end{pmatrix}<br />

This is row reduced to,

<br /> \begin{pmatrix}<br /> 1 &amp; -1 &amp; 1 &amp; -2 &amp; | &amp; 0\\<br /> 0 &amp; 1 &amp; -1 &amp; 3 &amp; | &amp; 0\\<br /> 0 &amp; 0 &amp; -1 &amp; 1 &amp; | &amp; 0\\<br /> 0 &amp; 0 &amp; 0 &amp; 0 &amp; | &amp; 0<br /> \end{pmatrix}<br />

From as there is no leading entry corresponding to d, Setting d = t, the general solution is:

a = -t, b = -2t, c = t, d = t.

And as the number of leading entries =! number of unknowns so the vectors are linearly dependant

This is the point where I get confused as the question asks how they are linearly independant so I am quite confused at this point

Any help would be most appreciated and thanks in advanced
 
Physics news on Phys.org
zecuria said:

Homework Statement



Let x1 = (1, 2, -1, 1), x2 = (-1, -1, -1, -1), x3 = (1, 1, 1, 0), x4 = (-2, -1 -4 -1)

Show that x1, x3 and x4 are linearly independent


You have to show that x1,x2,x4 are linearly independent. Do the Gauss elimination with these three vectors.

ehild
 
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