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.
withMTM:
A≔Matrix1,2,1,2,4,2,2,8,1
A≔121242281
rrefA
103201−14000
See Also
LinearAlgebra[ReducedRowEchelonForm]
MTM[jordan]
Download Help Document