First result entry: c11
Take the first row of A, [1, 2, 0], and the first column of B, [2, 0, 1].
(1 x 2) + (2 x 0) + (0 x 1) = 2
3x3 Matrix Guide
3x3 multiplication follows the same row-by-column rule as 2x2 multiplication, but each answer entry takes more arithmetic. Once you keep the rows and columns organized, the process becomes much easier to follow.
A 3x3 problem uses the same rule as smaller matrices, but each answer entry needs three multiplications and two additions.
There are also more entries in the final matrix, so accuracy matters more because a small row-or-column mistake can affect the whole result.
Cij = ai1b1j + ai2b2j + ai3b3j
In simple terms, pick one row from A and one column from B, multiply the matching entries, and add all three products.
This 3x3 matrix multiplication example shows the full matrices first so you can see the complete row-by-column structure before calculating the result.
We’ll compute the first two entries step by step.
Matrix A
Matrix B
Take the first row of A, [1, 2, 0], and the first column of B, [2, 0, 1].
(1 x 2) + (2 x 0) + (0 x 1) = 2
Keep the same first row of A, then use the second column of B, [1, 4, 2].
(1 x 1) + (2 x 4) + (0 x 2) = 9
Final result matrix
AB
Work in a fixed order, such as across the first row of the result matrix before moving down to the next row. That makes it much easier to keep the correct row and column paired together.
If you want quick answers, want to check your arithmetic, or want to multiply larger matrices, the main calculator is the easiest next step.
3x3 calculations can get long quickly — use the calculator to save time.
Multiply each row of the first 3x3 matrix by each column of the second 3x3 matrix. Each result entry uses three multiplications and then adds those products together.
It is harder because each entry has more terms and there are more entries to compute, so it is easier to lose track of rows, columns, or additions.
Yes. A matrix multiplication calculator can quickly solve 3x3 problems, help you check your work, and make larger matrix multiplication easier.
Learn matrix multiplication more easily in just 2 minutes with this free game.
Solve your matrix instantly with our free calculator.
Open Matrix Calculator →