new here
I have mathcad 2000. The resource center provides three programs that perform the three elementary row operations on a matrice. So its not to hard to do the algebra performing the elementary row opwerations (one at a time) on a matrix to reduce it to row echelon form. Of course none of that is necessary since all you need to do is type rref[M] = (where M is the name of the matrice) and mathcad will automaticaly solve the system. But as a challenge I would like to be able to use those three row operation programs to perform several operations at once. For example suppose I want to multiply a row by a scalar,interchange two rows, and add the scalar multiple of one row to another, all at the same time. You can do this on a TI 89 calculator and it is so simple. Any suggestions?

