Reference: rowMove
rowMove(M, n, m) returns the real or complex matrix M after rows n and m have been swapped. This is an elementary row operation. Note: to change the matrix M, it is necessary to write M ≔ rowMove(M, n, m).
rowMove(M, n, m) returns the real or complex matrix M after rows n and m have been swapped. This is an elementary row operation. Note: to change the matrix M, it is necessary to write M ≔ rowMove(M, n, m).