Given the system in $Z_5$
$$ \left\{ \begin{array}{c} x+3y+4z=0 \\ 3x+2y+4z=0 \\ x+z=0 \\ 3x+y=2 \end{array} \right. $$
Using Gauss-Jordan ($5R_2, R_2<->R_4, 5R_3, 5R_2$) I get to this point:
$$ \begin{matrix} 1 & 3 & 4 & 2 \\ 0 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 \end{matrix} $$
How can I do?
i have got this here $$x+3y+4z=0$$ multiplying the first equation by $-3$ and adding to the second we get: $$-7y-8z=0$$ multiplying the first equation by $-1$ and adding to the third we get: $$-3y-3z=0$$ and multiplying the first equation by $-3$ and adding to the fourth we get $$-8y-12z=2$$ in $\mathbb{Z_5}$ we get $$x+3y+4z=0$$ $$-2y-3z=0$$ $$-3y-3z=0$$ $$-3y-2z=2$$ the new System $$x+3y+4z=0$$ $$2y+3z=0$$ $$3y+3z=0$$ $$3y+2z=3$$