Reduced row echelon form of matrix (Gauss-Jordan elimination)
rref(A)
computes the reduced row echelon form of the symbolic
matrix A
. If the elements of a matrix contain free symbolic
variables, rref
regards the matrix as nonzero.
To solve a system of linear equations, use linsolve
.