For any values of parameter $a$ solve the following system of linear equations: $$\begin{cases} x+y+2z=1 \\ 2x+ay-z=4 \\ 3x+y+3z=1 \end{cases} $$
Calculating the value of determinant I found out, after I equalled it with zero, that $a$ has the value $-4\over 3$. So I thought that if it's required to solve this equation for any $a$ , then first of all I had to suppose that $D=0$, this means that $a={-4\over 3}$. For this value I found out that there is an infinite number of solutions for this system. But now my question is: what do I have to do with the case when $D\neq 0$?
Thank you!
What you have is a linear system $Dx=b$, thus for $a\ne-\frac{4}{3}$, the solution is given by:
$x=D^{-1}b$, and the solution will be in terms of $a$.