RosettaCodeData/Task/Reduced-row-echelon-form/Factor/reduced-row-echelon-form.factor
2019-09-12 10:33:56 -07:00

2 lines
90 B
Factor

USE: math.matrices.elimination
{ { 1 2 -1 -4 } { 2 3 -1 -11 } { -2 0 -3 22 } } solution .