TI-92 Program: MATRIXOP This program will allow you to perform row operations on a matrix. 1. Before you run the program, store the matrix. 2. To run the program, type in matrixop( ) with the name of the matrix in the parentheses. 3. You can perform row operations on the matrix by choosing the desired row operation: F1 will swap 2 rows - enter the row numbers when prompted, F2 will multiply a row by a constant - enter the row number and constant when prompted, F3 will add a multiple of one row to another row - enter the row numbers and constant when prompted. You can also edit an entry in the matrix, F4. 5. If your matrix is larger than the screen you cannot scroll through the matirix. Return will allow you to go back to the previous menu, Exit will quit the program. Last updated: 2/20/98