How can it be seen if the following matrix is linear dependent?
Let $A= \begin{bmatrix} 0 & -3 & 9& \\ 2&1& 7 \\ -1& 4 &-5 \\ 1&-4&-2 \end{bmatrix} $
First operation I perfomed was switch r1 to r4 and -2r1+r2
$A= \begin{bmatrix} 1 & -4 & -2& \\ 0&9& -3 \\ -1& 4 &-5 \\ 0&-3&9 \end{bmatrix} $
Next performed was $r1+r3$ to get
Let $A= \begin{bmatrix} 1& -4 & -2& \\ 0&9& -3\\ 0& 0 &-7 \\ 0&-3&9 \end{bmatrix} $
next done was$-1/3r2+r4$ and got
Let $A= \begin{bmatrix} 1& -4 & -2& \\ 0&9& -3\\ 0& 0 &-7 \\ 0&0&-8 \end{bmatrix} $
Thus it is shown because there no free variable it is linear independent. (I think)
My question is is it also linear indepedent because the vectors are not multiples of the first vector.