In simple terms
A friendly intro before the formal notes — no formulas yet.
Matrices: The Ultimate Organiser
Matrices are powerful rectangular arrays of numbers that help us organise information and solve complex problems efficiently. They act as a shorthand for tasks like solving simultaneous equations or describing geometric transformations.
Imagine you're taking coffee orders for your friends. Instead of a messy list, you use a grid: rows for friends, columns for items (espresso, latte, cake). This grid is a matrix. It organises the data neatly, allowing you to quickly see who wants what and calculate totals, like how many lattes to order or the total cost per person. Matrices do this for mathematical information.
- 1
Calculate the determinant of the 3x3 matrix. If it's zero, stop; the inverse does not exist.
- 2
Find the matrix of minors. Then, create the matrix of cofactors by applying the 'checkerboard' pattern of signs (+, -, +, -,...).
- 3
Transpose the matrix of cofactors to get the adjugate (or adjoint) matrix.
- 4
The inverse is found by multiplying the adjugate matrix by 1 divided by the determinant.
Explore the concept
Use the live diagram and synced steps — play it or tap a step card to walk through.
Key formulas
Tap any symbol to reveal exactly what it means and its units.
Tap a symbol — great for exam definitions
Tap a symbol — great for exam definitions
Full topic notes
Formal explanation with the rigour you need for the exam.
Matrix Fundamentals
A matrix is a rectangular array of numbers, called elements, arranged in rows and columns. The 'order' or 'dimension' of a matrix is given as , where is the number of rows and is the number of columns. For example, a matrix has 2 rows and 3 columns.
Matrices of the same order can be added or subtracted by adding or subtracting their corresponding elements. Any matrix can be multiplied by a scalar (a single number) by multiplying every element in the matrix by that scalar.
Matrix Multiplication
Multiplying two matrices together is more complex. To find the product , the number of columns in matrix must equal the number of rows in matrix . If is of order and is of order , their product will be of order . To find the element in row and column of the product matrix, you multiply each element of row of by the corresponding element of column of , and sum the results. Crucially, matrix multiplication is not commutative; in general, .
The Determinant and the Inverse
For any square matrix (where rows = columns), we can calculate a single number called its determinant. This value is incredibly useful. If the determinant is non-zero, the matrix is 'non-singular' and has an inverse. If the determinant is zero, the matrix is 'singular' and has no inverse. The inverse of a matrix , denoted , is a matrix such that , where is the identity matrix.
For a 2x2 matrix : Determinant: Inverse:
For a 3x3 matrix, the determinant is found by cofactor expansion. The inverse is found using a four-step process: calculate the determinant, find the matrix of cofactors, transpose it to get the adjugate matrix, and finally multiply the adjugate by .
Solving Systems of Linear Equations
A key application of matrices is solving systems of linear equations. A system like: can be written in the matrix form , where is the matrix of coefficients, is the column vector of variables, and is the column vector of constants.
\begin{pmatrix} 2 & 1 & -1 \ 1 & 3 & 2 \ -1 & 2 & 1 \end{pmatrix} \begin{pmatrix} x \ y \ z \end{pmatrix} = \begin{pmatrix} 8 \ 5 \ 4 \end{pmatrix}
If the coefficient matrix is non-singular (i.e., ), we can find its inverse . By pre-multiplying both sides of the equation by , we get , which simplifies to , giving the unique solution .
A system of equations has a unique solution if and only if .
The unique solution is given by .
If , the system has either no solutions or infinitely many solutions. The matrix inverse method cannot be used.
In exams, if you are asked to find the inverse of a 3x3 matrix, you MUST show your method (determinant, cofactors, adjugate). Do not just write down the answer from your calculator. Use your calculator to check your final answer. A quick check is to multiply your calculated inverse by the original matrix; you should get the identity matrix.
Worked examples
See the formulas applied — reveal one step at a time, like the exam.
Given and , find the product .
- 1
First, check the orders. is and is . The inner dimensions match (2 and 2), so the product is defined. The resulting matrix will be of order .
Find the inverse of the matrix .
- 1
Step 1: Find the determinant of . . Since , the inverse exists.
How it all connects
The big idea sits in the middle — tap a linked idea to explore the link.
Tap a linked idea to see how it connects back to the main topic — that connection is what examiners reward.
Glossary
Try to recall each definition before you reveal it.
Quick check
Answer in your head first — then tap to check. No pressure.
Revision flashcards
Flip the card. Test yourself before the exam.
What is a singular matrix?
A square matrix whose determinant is zero. A singular matrix does not have an inverse.
Key takeaways
Review these before you close the topic — retrieval beats re-reading.
- ✓
A system of equations has a unique solution if and only if .
- ✓
The unique solution is given by .
- ✓
If , the system has either no solutions or infinitely many solutions. The matrix inverse method cannot be used.
Practice — then mark it
The whole point: a real Cambridge question, marked mark-by-mark.
Practice Questions
Practice Questions
Extra simulations & links
PhET, GeoGebra and other curated tools — open in a new tab.
Frequently asked
Checkpoint
One marked question is worth ten re-reads — close the loop before you move on.
Reading it isn’t knowing it — prove it.
Before you move on: do Practice Questions on paper, snap a photo, and get examiner-style feedback on exactly where you win and lose marks.