Multiplying Matrices (Edexcel International A Level Further Maths)
Revision Note
Written by: Mark Curtis
Reviewed by: Dan Finlay
Multiplying Matrices
How do I multiply a 2x2 matrix by a 2x1 matrix?
Multiply the corresponding elements in the row of the first matrix with the corresponding elements in the column of the second matrix, writing their sum in the answer matrix
The answer will be a 2 × 1 matrix
How do I multiply a 2x2 matrix by another 2x2 matrix?
Multiply the corresponding elements in the row of the first matrix with the corresponding elements in the column of the second matrix, writing their sum in the answer matrix
The answer will be a 2 × 2 matrix
This process becomes more natural the more times you do it!
How do I square a matrix?
Do not square each individual element inside the matrix
Write out a matrix multiplication
If then
It is possible to have negative elements in a squared matrix
How do I multiply matrices of any dimensions?
To multiply a matrix by another matrix:
The number of columns in the first matrix must be equal to the number of rows in the second matrix
For example, the first matrix is and the second matrix is
The order of the resultant matrix will be
Multiply corresponding elements in the row of the first matrix with the corresponding elements in the column of the second matrix
Place their sums in the resultant matrix
For example, if ,
then
whereas
It is possible for AB to exist but BA not to exist
For square matrices of the same order, AB and BA will both exist
What does commutative mean?
Commutative means "swapping the order doesn't change the result"
5 × 4 = 4 × 5 and 3 + 2 = 2 + 3
Multiplication and addition of numbers are commutative
4 ÷ 2 ≠ 2 ÷ 4 and 5 - 3 ≠ 3 - 5
Division and subtraction of numbers are not commutative
However, matrix multiplication is not commutative
In general AB ≠ BA
For example, but
What does associative mean?
Associative means "it doesn't matter which order you group operations into"
To do 5 + 4 + 3, either (5 + 4) + 3 or 5 + (4 + 3) works
To do 8 × 9 × 10, either (8 × 9) × 10 or 8 × (9 × 10) works
Multiplication and addition of numbers are associative
(8 ÷ 4) ÷ 2 ≠ 8 ÷ (4 ÷ 2) and (5 - 4) - 3 ≠ 5 - (4 - 3)
Division and subtraction of numbers are not associative
Matrix multiplication is associative
(AB)C ≡ A(BC)
To multiply three matrices together, it is fine to either:
start by multiplying the first two together,
or start by multiplying the second two together
Just don't switch the order
A(BC) is not the same as (BC)A
Worked Example
If , and , find the following:
(a)
Write out in full
Multiply the matrices
Simplify
(b)
Write out in full
The order (dimensions) agree, as has 2 columns and has 2 rows
Multiply the matrices
Simplify
(c)
Write out as
Multiply the matrices
Simplify
(d) Explain why the matrix does not exist.
An matrix can only be multiplied by an matrix
The order (dimensions) do not agree, as has 3 columns but has 2 rows
The Identity Matrix
What is the Identity Matrix?
The identity matrix, , is a square matrix with:
Ones along the leading diagonal (from top-left to bottom-right)
and zeros everywhere else
The 2 × 2 identity matrix is
The 3 × 3 identity matrix is
The notation can be used to specify the identity matrix
Multiplying any square matrix by the same-sized identity matrix leaves it unchanged
Both and
and
This result can be proved by multiplying together the matrices
Examiner Tips and Tricks
The identity matrix is an important matrix which you should know or recognise as in a question.
Worked Example
If show that .
Write out as
Multiply the matrices
Write in terms of the identity matrix, by factorising out 4
Last updated:
You've read 0 of your 10 free revision notes
Unlock more, it's free!
Did this page help you?