Given the matrix with rows
[1,1,k 1]
[1,k,1 1]
[k,1,1 -2]
Find the reduced row echelon form of M, and explain how itdepends on k. (b) Consider the linear system Ax = b for which theaugmented matrix is A b = M. i. For what values of k is the systeminconsistent? ii. For what values of k does the system have aunique solution?