Let's say we have
$$3x_1+x_2+x_3+x_4=0$$ $$5x_1-x_2+x_3-x_4=0$$
Then I would have matrix $\begin{bmatrix} 3 &1&1&1\cr8&0&2&0 \end{bmatrix}$ which simplifies to $\begin{bmatrix}-1&1&0&1\cr4&0&1&0\end{bmatrix}$
then $4x_1+x_3=0$ and $-x_1+x_2+x_4=0$ after substitution we get $\frac{1}{4}x_3+x_2+x_4=0$ and I'm not sure what to do from here.
Add the two equations to find: $$8 x_1 + 2 x_3 = 0$$
or
$$x_3 = -4 x_1$$
And so....