Skip to content

RowReduce

Gauss–Jordan reduced row-echelon form.

$ wo 'RowReduce[{{1, 2}, {3, 4}}]'
{{1, 0}, {0, 1}}