Main Content
rref
Reduced row echelon form of matrix (Gauss-Jordan elimination)
Syntax
Description
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
.
Examples
Version History
Introduced before R2006a