powered by
Solve a system of equations if it has a unique solution; output an error message otherwise
systemEq(A, y)
the unique solution x to Ax=y
matrix A in Ax=y
output vector in Ax=y
systemEq(matrix(c(1:3,2,4,4),3),c(3,6,7))
Run the code above in your browser using DataLab