How do we perform matrix arithmetic and compute determinants, and what does a determinant tell us?
Carry out matrix addition and multiplication and evaluate the determinant of 2x2 and 3x3 matrices, interpreting its geometric meaning
A focused answer to the H2 Further Mathematics outcome on matrix arithmetic and determinants. Matrix addition and multiplication, non-commutativity, the determinant of 2x2 and 3x3 matrices by cofactor expansion, its properties, and its geometric meaning as an area or volume scale factor.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
SEAB wants you to perform matrix addition and multiplication confidently, including recognising when multiplication is defined and that it is not commutative, and to evaluate the determinant of and matrices. You should also understand the determinant as a scale factor for area or volume and know its key properties.
The answer
Matrix addition and scalar multiplication
Matrices of the same size are added entry by entry, and a scalar multiplies every entry. These operations are commutative and associative just like ordinary addition.
Matrix multiplication
The product is defined only when the number of columns of equals the number of rows of . The entry of is the dot product of row of with column of :
Multiplication is associative, , but not commutative: in general . The identity matrix satisfies .
The determinant of a 2x2 matrix
For ,
The determinant of a 3x3 matrix
Expand along any row or column using cofactors. Along the first row of :
The signs follow the checkerboard pattern . Choosing a row or column with zeros minimises the arithmetic.
Properties and geometric meaning
Key properties: ; ; swapping two rows changes the sign; a matrix with a zero row or two equal rows has determinant . Geometrically, is the factor by which the linear map scales area (in 2D) or volume (in 3D), and means the map collapses space to a lower dimension, so the matrix is singular (non-invertible).
Examples in context
Example 1. Composing transformations. A rotation followed by a reflection in the plane is the matrix product of their two matrices, applied right to left. Because multiplication is not commutative, reflecting then rotating generally gives a different map, matching the geometry.
Example 2. Detecting collinearity. Three points in the plane are collinear exactly when a determinant built from their coordinates is zero, because the enclosed area, which the determinant measures, vanishes.
Try this
Q1. Compute . [1 mark]
- Cue. .
Q2. State whether holds for general matrices and why. [1 mark]
- Cue. No; matrix multiplication is not commutative, and the two products may even have different sizes.
Q3. What does tell you about ? [2 marks]
- Cue. is singular: it has no inverse and its columns are linearly dependent.
Exam-style practice questions
Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
Original5 marksGiven and , find and , and comment on whether they are equal.Show worked answer →
Multiply row by column. For :
For :
Since , matrix multiplication is not commutative in general.
Markers reward correct row-by-column products for both, and the explicit comment that the two products differ so multiplication is non-commutative.
Original5 marksEvaluate the determinant of by cofactor expansion along the first row.Show worked answer →
Expand along the first row, alternating signs :
Each minor: ; ; .
Markers reward the cofactor signs, correct minors, and the arithmetic giving .
Related dot points
- Find the inverse of a non-singular matrix and use matrices to solve systems of linear equations, recognising consistent, inconsistent and dependent cases
A focused answer to the H2 Further Mathematics outcome on inverse matrices and linear systems. The 2x2 inverse formula, the adjugate method and row reduction for 3x3, solving systems by the inverse, and classifying consistent, inconsistent and dependent systems.
- Find the eigenvalues and eigenvectors of 2x2 and 3x3 matrices using the characteristic equation
A focused answer to the H2 Further Mathematics outcome on eigenvalues and eigenvectors. The eigenvalue equation, the characteristic polynomial, finding eigenvalues from det(A - lambda I) = 0, solving for eigenvectors, and their geometric meaning as invariant directions.
- Diagonalise a matrix using its eigenvalues and eigenvectors and use the diagonal form to compute powers of the matrix
A focused answer to the H2 Further Mathematics outcome on diagonalisation. Writing A = PDP inverse, the conditions for diagonalisability, computing high powers via A^n = PD^nP inverse, and applications to recurrences and systems.
- Use the concepts of vector spaces and subspaces, linear independence, spanning sets, basis, dimension and the rank of a matrix
A focused answer to the H2 Further Mathematics outcome on linear spaces. Vector spaces and subspaces, linear independence, spanning sets, basis and dimension, the column and null spaces of a matrix, and the rank-nullity relationship.