I have this matrix. How do i determine the value of k such that the solution is consistent and compute the solution ?
2x + ky + 2z = 0
x − y + z = 1
y − z = k
I augment the matrix to get
2+k+2=0
1-1+1=1
0+1-1=k
Should i then compute the row reduced echelon form ? Can somebody show me the steps and consequently how to arrive to a solution k that is consistent? Thank you