$$ x + ky + z = 1$$ $$ - y + z = 2$$ $$x + y + 2z = 3$$
Using Gaussian elimination I reduced the augmented matrix to:
[\begin{bmatrix} 1&1&2&3\\ 0&-1&1&2\\ 0&0&k-2&2k-4\\ \end{bmatrix}]
And so for k = 2 there are infinitely many solutions?
$$ x + ky + z = 1$$ $$ - y + z = 2$$ $$x + y + 2z = 3$$
Using Gaussian elimination I reduced the augmented matrix to:
[\begin{bmatrix} 1&1&2&3\\ 0&-1&1&2\\ 0&0&k-2&2k-4\\ \end{bmatrix}]
And so for k = 2 there are infinitely many solutions?
The approach of using Gaussian elimination is for sure correct, but your equation system isn't the one represented by your reduced matrix, because: