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