Can I have some help with the following question?
Show that the system of equations $$\begin{bmatrix}1&2&-1\\2&-3&2\\-1&12&-7\end{bmatrix}\begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}a\\b\\c\end{bmatrix}$$
has no solutions unless parameters $a, b, c$ are such that $3a - 2b - c = 0$. What is the general solution if $a = b = c = 1$?
I know that a system of equations has the determinant of A equal 0, which in my case is of the first matrix in the equation, than the system does not have a solution, which is the case here. If I do the characteristic determinants (Dx, Dy, and Dz), I do indeed get $3a - 2b - c$, but still do not understand how to link that to the task of the problem. Any advice, or tips for what I am missing is greately appreciated.
I think I figured it out. If one row of matrix A is all 0s, than it means that a variable can take any value. Furthermore, if the coresponding number from the vector is 0, than the system has one redundant equation which can be taken away, and than solve the remaining two equations by taking one of the variables to the right side as a parameter. If the coresponding number from the vector is non-zero (say n), than the system has no solution, because what we obtain is $0x+0y+0z=n$, but n is not 0, so it can't have a solution. But this is just more like an observation, I'd appreciate if someone would properly explain/develop on what I researched/figured out.