I have the following system and need to find for what values of $k$ does the system have
i) a unique solution
ii) no solution
iii) an infinite number of solutions
$(k^3+3k)x + (k+5)y + (k+3)z = k^5+(k+3)^2 ky + z = 3 (k^3+k^2-6k)z = k(k^2-9)$
Putting this into a matrix I get
$M =\left[ \begin{array}{cc} k^3 + 3k & k+5 & k+3 & k^5+(k+3)^2 \\ 0 & k & 1 & 3 \\ 0 & 0 & k^3+k^2-6k & k(k^2-9)\\ \end{array}\right]$
I understand for ii) we need the bottom row to read $0 \ 0 \ 0 \ k(k^2-9)$ which it does for values $k=2$.
For iii) we need the bottom row to read $0 \ 0 \ 0 \ 0$ which we do when $k=0$ and $k=-3$.
Because the first column only contains a value for the top row, I can't use elementary row operations to chance the value in $a_{11}$, so I don't know how I can make it into the identity matrix?