$$ \left\{ \begin{array}{rrrrrc} x& +& 2y& -& z& =& -3 \\ & & y& -& (k-3)z& =& -5 \\ && && (k^2-2k)z& =& 5k + 11 \\ \end{array} \right. $$ I have row reduced the system of equations to the above, and am trying to find values of k for which the system has infinitely many solutions.
I have found that when
$k= 3.5 + \sqrt{93}/2$ and $3.5 - \sqrt{93}/2$,
there are infinitely many solutions. However have been advised that there are more cases of infinitely many solutions and cannot figure out which values of k these are. Could someone please point me in the right direction?
By the way I have no done determinants fully and am needing to try and use gaussian elimination to solve this.
Thank you
By using the first two equations, every value of $z$ gives exactly one value for $y$ and one value for $x$. So the only way to get infinitely many solutions is to get infinitely many $z$. The only way that will happen is if your third equation reduces to $0z=0$. So for the system to have infinitely many solutions, $k$ must satisfy $$k^2-2k=0\quad\hbox{and}\quad 5k+11=0\ .$$ There is no such $k$, so your system never has infinitely many solutions.
Comment. If you are definitely being told that it is possible to have infinitely many solutions, then you must have made a mistake before the equations you posted. Please check them carefully and post another question if you can't find an error.