Essentially I need to determine if a set of 4 vectors (where each vector has 4 'terms') are linearly dependant or independant.
So I was basically solving \(\displaystyle a\textbf{v1} + b\textbf{v2} + c\textbf{v3} + d\textbf{v4} = 0\) where a,b,c,d don't equal 0 themselves.
I set up these 4 vectors such that each vector corresponded to the column of a 4x4 matrix. I then row reduced the matrix (I think the official name is Gaussian Elimination).
I was left with this...
\(\displaystyle \begin{pmatrix} 1 & 2 & 5 & 3 \\ 0 & 1 & 2 & -2 \\ 0 & 0 & 0 & 7 \\ 0 & 0 & 0 & 0 \end{pmatrix}\)
Apparently the bottom row of zeroes shows that the vectors are linearly dependant, but I don't understand how.
Usually I would look at the third row, so 7d = 0 and therefore d = 0, and back substitute this into the second row and continue. But if you can reach 0 with a linear combination of only the first 3 vectors, doesn't that mean that one of those 3 is dependant of the others?!?
So I'm very confused. 1) Why does a row of zeroes signify dependence and 2) Am I doing something wrong by back substituting to get d = 0?
Help would very much be appreciated
So I was basically solving \(\displaystyle a\textbf{v1} + b\textbf{v2} + c\textbf{v3} + d\textbf{v4} = 0\) where a,b,c,d don't equal 0 themselves.
I set up these 4 vectors such that each vector corresponded to the column of a 4x4 matrix. I then row reduced the matrix (I think the official name is Gaussian Elimination).
I was left with this...
\(\displaystyle \begin{pmatrix} 1 & 2 & 5 & 3 \\ 0 & 1 & 2 & -2 \\ 0 & 0 & 0 & 7 \\ 0 & 0 & 0 & 0 \end{pmatrix}\)
Apparently the bottom row of zeroes shows that the vectors are linearly dependant, but I don't understand how.
Usually I would look at the third row, so 7d = 0 and therefore d = 0, and back substitute this into the second row and continue. But if you can reach 0 with a linear combination of only the first 3 vectors, doesn't that mean that one of those 3 is dependant of the others?!?
So I'm very confused. 1) Why does a row of zeroes signify dependence and 2) Am I doing something wrong by back substituting to get d = 0?
Help would very much be appreciated