SimReal: Mathematics - Matrix - Learning Matrix Multiplication |
Learing Matrix Product In this application you can learn about multiplication of matrix C = A*B. Click the pushbotton 'New Number' to generate by random new elemenets in the matrix A and B. Select a row number and a column number in C ('C Element'). You will see a blue color in the selected elemement (row,col) of the C matrix. At the same time you will a blue color of the row number row in the A matrix, and you will see a blue color of the column number col in the B matrix. Now you can start clicking the pushbutton 'Next' to see step by step how we multiply two matrix. Control objects: - nRow : Number of rows in A or B - nCol : Number of columns in M1 or M2 - c Element : row: Select row number in C col: Select column number in C - Prev : Go one step backward in the multiplication process - Next : Go one step forward in the multiplication process - New Number : Generate by random new matrix elements in A and B - Clear : Remove the matrix elements in A, B and C. |