First check the orders
The inside numbers must match. The outside numbers give the order of the answer.
MATRICES ยท LESSON 05
Check dimensions, then multiply row by column
This lesson develops Matrix Multiplication from meaning and patterns before moving to calculations. Look for what the quantities, shapes or symbols represent, then connect that idea to the method.
Read the definitions and key facts below carefully. Each rule is most useful when you can explain why it fits the situation, not simply recall it.
Matrix multiplication is not entry-by-entry multiplication. Each answer entry is created when one row from the first matrix meets one column from the second matrix.
The inside numbers must match. The outside numbers give the order of the answer.
Multiply first, then add: 10 + 3 = 13.
Its position is determined by the row and column used.
Using I returns the original matrix because each row-column calculation selects one entry and adds zeros.
(2ร3)(3ร4) gives 2ร4. (2ร3)(2ร2) is impossible.
12345678
(1,1): 1ร5+2ร7=19
(1,2): 1ร6+2ร8=22
(2,1): 3ร5+4ร7=43
(2,2): 3ร6+4ร8=50
Product=19224350.
Click an answer cell to see the row and column used.
AB exists when the number of columns of A equals the number of rows of B. Each product entry comes from one row times one column.
Matrix multiplication is not entry-by-entry multiplication and generally AB โ BA.
Write the orders first and predict the order of the answer before calculating.
Matrix multiplication powers animations, 3D graphics and many machine-learning systems.
Show the mathematical relationship you are using, keep notation consistent and give a clear final answer. Use a quick estimate, diagram or inverse operation to check that the result is reasonable.