Answer:
We have the equation
[tex]c_1\left[\begin{array}{c}0\\0\\0\\1\end{array}\right] +c_2\left[\begin{array}{c}0\\0\\3\\1\end{array}\right] +c_3\left[\begin{array}{c}0\\4\\3\\1\end{array}\right] +c_4\left[\begin{array}{c}8\\4\\3\\1\end{array}\right] =\left[\begin{array}{c}0\\0\\0\\0\end{array}\right][/tex]
Then, the augmented matrix of the system is
[tex]\left[\begin{array}{cccc}0&0&0&8\\0&0&4&4\\0&3&3&3\\1&1&1&1\end{array}\right][/tex]
We exchange rows 1 and 4 and rows 2 and 3 and obtain the matrix:
[tex]\left[\begin{array}{cccc}1&1&1&1\\0&3&3&3\\0&0&4&4\\0&0&0&8\end{array}\right][/tex]
This matrix is in echelon form. Then, now we apply backward substitution:
1.
[tex]8c_4=0\\c_4=0[/tex]
2.
[tex]4c_3+4c_4=0\\4c_3+4*0=0\\c_3=0[/tex]
3.
[tex]3c_2+3c_3+3c_4=0\\3c_2+3*0+3*0=0\\c_2=0[/tex]
4.
[tex]c_1+c_2+c_3+c_4=0\\c_1+0+0+0=0\\c_1=0[/tex]
Then the system has unique solution that is [tex](c_1,c_2c_3,c_4)=(0,0,0,0)[/tex] and this imply that the vectors [tex]v_1,v_2,v_3,v_4[/tex] are linear independent.