Write a function called solution that takes a matrix called coef as an input argument. The matrix coef has exactly four columns and three rows. The function should return a row vector s that contains solution values each of which satisfies the equation below as x, y and z. You are allowed to use det to calculate the matrix determinant value.