If I have this following matrix,
$$ \left( \begin{array}{ccc|c} a & 0 & b & 2 \\ a & a & 4 & 4 \\ 0 & a & 2 & b \\ \end{array} \right) $$
and $a=0$, the I am asked to find all values of $b$ for which the system has
$(i)$ a unique solution,
$(ii)$ no solutions,
$(iii)$ infinitely many solutions
So if a=0, then I have
$$ \left( \begin{array}{ccc|c} 0 & 0 & b & 2 \\ 0 & 0 & 4 & 4 \\ 0 & 0 & 2 & b \\ \end{array} \right) $$
Now from here, I would think if $b=0$ then we have no solutions. I am not sure about the other parts though.
The solution says this and I am a little confused as to why...
Why isn't there a unique solution? And why do we have infinitely many solutions when $b=2$? Is it because two rows are exactly the same?
If I pick $b$ as something other than 2, can't I make this unique as well?
