I have this system of linear equations with parameter:
$ ax + 4y + z =0 $
$2y + 3z = 1$
$3x -cz=-2$
What I did was to put those equations into a matrix and transform that matrix it into a triangular matrix. Then I got these results on the right side: $ \frac{-c+10}{ac-15}$, $\frac{3+(c-6)a}{2ac-30}$, $\frac{2a-6}{ac-15}$. However, I don't know what to do now.
Thanks for any help!
From the first equation we get $$z=-ax-4y$$ so we get with the third equation $$-3ax-10y=1$$ and with the last one: $$3x+acx+4yc=-2$$
From the second equation above $$y=-\frac{3}{10}ax-\frac{1}{10}$$ so we obtain finally
$$(15-ac)x=2c-1$$ Can you finish?The solution is given by $$\left\{ x=-2\,{\frac {c-5}{ac-15}},y=1/2\,{\frac {ac-6\,a+3}{ac-15}}, z=2\,{\frac {a-3}{ac-15}} \right\} $$ It remains to consider the case $$ac-15=0$$