RosettaCodeData/Task/Reduced-row-echelon-form/Maple/reduced-row-echelon-form.maple
2014-04-02 16:56:35 +00:00

3 lines
88 B
Text

with(LinearAlgebra):
ReducedRowEchelonForm(<<1,2,-2>|<2,3,0>|<-1,-1,-3>|<-4,-11,22>>);