Reference: rowScale
rowScale(M, n, k) returns the real or complex matrix M with the nth row multiplied by the real or complex number k. Unless k = 0, this is an elementary row operation, not affecting the solution of a linear equation system. Note: to change the matrix M, it is necessary to write M ≔ rowScale(M, n, k).