>>107505576
Im not sure how you created the matrix.
If we take the first example:
(3) (1,3) (2) (2,3) (0,2) (0,1) {3,5,4,7}
the matrix should look like this?
[
[0,0,0,0,1,1] = [3]
[0,1,0,0,0,1] = [5]
[0,0,1,1,1,0] = [4]
[1,1,0,1,0,0] = [7]
]
and i dont get it how i get a RREF out of this.