[ 3 0 3 ] [ 1 0 0 ]
[ 1 2 1 ] * [ 4 1 1 ] <-- best attempt at matrices.
[2 -1 0 ] [ -5 0 2 ]
To do this, you need to:
(multiply the first number in row 1 of the first matrix by the first number in column 1 of the second matrix) + (multiply the second number in row 1 of the first matrix by the second number in column 1 of the second matrix) + (multiply the third number in row 1 of the first matrix by the third number in column 1 of the second matrix).
Do this for every row of matrix one and every column of matrix 2. This is why for multiplying matrices, the columns of the first matrix must equal the rows of the second matrix and the answer will have the dimensions: (rows of 1st matrix) X (columns of 2nd matrix).
To do this on a graphing calculator (TI-83+ for me) do this:
- 2nd Matrix (button text says x^-1 ... left side of the calculator)
- scroll across the top to "Edit"
- choose to edit [ A ] and enter the dimesions of the first matrix at the top.
- enter the numbers of the 1st matrix into [ A ] below. Scroll to the first position and press '3' then press 'enter'. It will scroll to the right (where you would do '0' then 'enter' then '3' and 'enter') then down, like reading a book.
- when done with [A] do 2nd -> Quit
- go to the 'matrix' dialogue again (2nd -> Matrix)
- scroll to edit and enter the dimensions and numbers of the 2nd matrix for [B]
- 2nd -> quit
- Return to 2nd->Matrix but this time don't scroll over. Now, select "1. [A]". This will put the first matrix into the field (but all you should see it say is [A].)
- Press multiply (which is the operation you want).
- Now select [B] the same way you selected [A]
- Press enter.
Hope it helps.