Reduced row echelon form solver for an augmented matrix (MATH2210: Applied Linear Algebra at UConn).
Sort columns from least to most leading 0s Divide row by leading number to make it have a leading 1 Subtract multiples of row from other rows to make column have all ...
ORIGINAL MATRIX: [ [1.0000, 1.0000, 3.0000] [2.0000, 3.0000, 5.0000] ] RREF: [ [1.0000, 0.0000, 4.0000] [0.0000, 1.0000, -1.0000] ] RESULT: UNIQUE SOLUTION SOLUTION ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results