Multiplying matrices (AQA GCSE Further Maths): Revision Notes
Multiplying matrices
Understanding matrix multiplication
Matrix multiplication is a fundamental operation in linear algebra that allows us to combine matrices in meaningful ways. Unlike regular number multiplication, matrix multiplication follows specific rules and has unique properties that make it both powerful and sometimes tricky to master.
When we talk about multiplying matrices, we can encounter two main types: multiplying a matrix by a single number (called scalar multiplication) and multiplying one matrix by another matrix. Each type has its own method and rules.
Scalar multiplication
Scalar multiplication is the simpler of the two types. In this context, a scalar refers to a single number (not a matrix). When we multiply a matrix by a scalar, we multiply every single element in the matrix by that number.
The process is straightforward: take your scalar value and multiply it with each individual element in the matrix, keeping the same position for each result.
Worked Example: Scalar Multiplication
When we have matrix and want to find , we calculate:
Notice how each element gets multiplied by 4, and the resulting matrix maintains the same dimensions as the original.
Matrix by matrix multiplication
Multiplying a 2×2 matrix by a 2×1 matrix
When multiplying matrices together, the process becomes more complex. For a 2×2 matrix multiplied by a 2×1 matrix, we multiply each row of the first matrix by the single column of the second matrix.
Here's how it works: take the first row of the 2×2 matrix and multiply corresponding elements with the column, then add these products together. Repeat this process for the second row.
Worked Example: 2×2 by 2×1 Matrix Multiplication
Consider matrices and . To find :
Step 1: First row calculation:
Step 2: Second row calculation:
Result:
Multiplying a 2×2 matrix by a 2×2 matrix
For 2×2 by 2×2 multiplication, each row of the first matrix gets multiplied by each column of the second matrix. This creates a 2×2 result where each element comes from a specific row-column combination.
Worked Example: 2×2 by 2×2 Matrix Multiplication
Take matrices and . To calculate :
Element (1,1):
Element (1,2):
Element (2,1):
Element (2,2):
Result:
Rules and restrictions for matrix multiplication
The Compatibility Rule
Matrices can only be multiplied when the number of columns in the first matrix equals the number of rows in the second matrix. This is called the compatibility condition.
For example, you cannot multiply by because the first matrix has 1 column but the second matrix has 2 rows.
When multiplication is possible, the resulting matrix will have dimensions equal to the number of rows from the first matrix and the number of columns from the second matrix.
Equating matrix elements
When two matrices are equal, their corresponding elements must also be equal. This principle becomes very useful when solving for unknown values in matrix equations.
Worked Example: Solving for Unknown Elements
If we know that , we can find the unknown values by:
Step 1: Calculate the left-hand side matrix multiplication
Step 2: Set corresponding elements equal to those on the right-hand side
Step 3: Solve the resulting equations
Following this method, we multiply the left side to get , then equate elements to find and .
Properties of matrix multiplication
Non-Commutative Property
One crucial property to understand is that matrix multiplication is not commutative. This means that does not generally equal , even when both multiplications are possible.

This non-commutative property makes matrix multiplication quite different from regular number multiplication and is something to always keep in mind when working with matrices.
Common exam tips
When approaching matrix multiplication problems, always check the dimensions first to ensure multiplication is possible. Work systematically through each element calculation, and double-check your arithmetic since small errors can lead to completely wrong answers.
For scalar multiplication, remember that every element gets multiplied - don't miss any corners of the matrix. For matrix-by-matrix multiplication, take your time with the row-column combinations and consider writing out the intermediate steps to avoid confusion.
Remember!
Key Points to Remember:
- Scalar multiplication: Multiply every element in the matrix by the scalar value
- Compatibility rule: Number of columns in first matrix must equal number of rows in second matrix
- Element calculation: Each element comes from multiplying a row by a column and adding the products
- Non-commutative property: in general - order matters in matrix multiplication
- Matrix equality: When matrices are equal, corresponding elements are equal - useful for solving unknowns