MTM
rref
reduced row echelon form
Calling Sequence
Parameters
Description
Examples
rref(A)
A
-
matrix, vector, array, or scalar
The function rref(A) returns the row echelon (Gauss-Jordan) form of the matrix A.
with⁡MTM:
A≔Matrix⁡1,2,1,2,4,2,2,8,1
A≔121242281
rref⁡A
103201−14000
See Also
LinearAlgebra[ReducedRowEchelonForm]
MTM[jordan]
Download Help Document