a square matrix representing the coefficients of a linear
system in solvematrix
b
a vector representing the right-hand side of the linear
system in solvematrix
Value
the modified matrix
Details
refmatrix reduces a matrix to row echelon form. This is not a
reduced row echelon form, though that can be easily calculated from
the diagonal. This function works on non-square matrices.
rrefmatrix returns the reduced row echelon matrix.
solvematrix solves a linear system using rrefmatrix.