ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

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).