Reference: rowAddMul
rowAddMul(M, m, n, k) returns the real or complex matrix M after the k times the nth row has been added to the mth row. This is an elementary row operation, unless k = 0. Note: to change the matrix M, it is necessary to write M ≔ rowAddMul(M, m, n, k).