Skip to main content
Search IntMath
Close

Multiplying matrices - examples

by M. Bourne

On this page you can see many examples of matrix multiplication.

You can re-load this page as many times as you like and get a new set of numbers and matrices each time. You can also choose different size matrices (at the bottom of the page).

(If you need some background information on matrices first, go back to the Introduction to Matrices and 4. Multiplication of Matrices).

Example

Multiply matrices A and B.

A =   3 -1 6  
0 -4 1
, B =   -3 -2 4 3  
5 6 7 8
-1 9 10 0

Answer

To save work, we check first to see if it is possible to multiply them.

We have (2×3) × (3×4) and since the number of columns in A is the same as the number of rows in B (the middle two numbers are both 3 in this case), we can go ahead and multiply these matrices. Our result will be a (2×4) matrix.

The first step is to write the 2 matrices side by side, as follows:

AB =   3 -1 6  
0 -4 1
  -3 -2 4 3  
5 6 7 8
-1 9 10 0

We multiply the individual elements along the first row of matrix A with the corresponding elements down the first column of matrix B, and add the results. This gives us the number we need to put in the first row, first column position in the answer matrix.

  3 -1 6  
0 -4 1
  -3 -2 4 3  
5 6 7 8
-1 9 10 0

3×-3 + -1×5 + 6×-1 = -20

Following that, we multiply the elements along the first row of matrix A with the corresponding elements down the second column of matrix B then add the results. This gives us the answer we'll need to put in the first row, second column of the answer matrix.

  3 -1 6  
0 -4 1
  -3 -2 4 3  
5 6 7 8
-1 9 10 0

3×-2 + -1×6 + 6×9 = 42

We continue on along the rows and columns as follows:

  3 -1 6  
0 -4 1
  -3 -2 4 3  
5 6 7 8
-1 9 10 0
=   3×-3 + -1×5 + 6×-1 3×-2 + -1×6 + 6×9 3×4 + -1×7 + 6×10 3×3 + -1×8 + 6×0  
0×-3 + -4×5 + 1×-1 0×-2 + -4×6 + 1×9 0×4 + -4×7 + 1×10 0×3 + -4×8 + 1×0
=   -20 42 65 1  
-21 -15 -18 -32

See another example?

You can refresh this page to see another example with different size matrices and different numbers; OR

Choose the matrix sizes you are interested in and then click the button.

3×3 matrix times 3×3 matrix
2×3 matrix times 3×4 matrix
1×4 matrix times 4×1 matrix
4×2 matrix times 2×3 matrix

Problem Solver

AI Math Calculator Reviews

This tool combines the power of mathematical computation engine that excels at solving mathematical formulas with the power of GPT large language models to parse and generate natural language. This creates math problem solver thats more accurate than ChatGPT, more flexible than a calculator, and faster answers than a human tutor. Learn More.

Tips, tricks, lessons, and tutoring to help reduce test anxiety and move to the top of the class.