In simple terms
A friendly intro before the formal notes — no formulas yet.
Many clues, one tidy grid
A system of equations is several clues about the same unknowns. A matrix is a tidy grid that packages those clues so the whole system becomes a single equation, , that you can undo in one move with an inverse or hand straight to your GDC.
Imagine a ticket office that sells adult and child tickets. You are told two facts: how many tickets sold in total, and how much money came in. Each fact is a clue that mixes the two unknown numbers together. Written as a grid, the ticket prices become the matrix , the unknown counts become the column , and the totals become . Multiplying by is like having a master key that unlocks in a single turn — or you can just let the calculator turn the key for you.
- 1
Translate the context into equations. Define each variable in words, then write every equation in standard form, for example , with the variables in the same order.
- 2
Choose your route. Two unknowns can be solved algebraically; three unknowns are solved on the GDC. Either way you can package the coefficients into a matrix , the unknowns into a column , and the constants into a column .
- 3
Solve. For a 2x2 system find and the inverse , then compute ; or type the system straight into the GDC.
- 4
Interpret and check. Read the solution back into the context, and substitute into an original equation to confirm it works.
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.
Full topic notes
Formal explanation with the rigour you need for the exam.
Solving systems of linear equations
A system of linear equations is a set of equations that must all hold at the same time. A solution is a set of values for the unknowns that satisfies every equation simultaneously. Geometrically, two equations in two unknowns are two straight lines: a unique solution is the point where they cross, no solution means they are parallel, and infinitely many solutions means they are the same line.
For example, to solve and by elimination, rearrange the second equation to and substitute: , so , giving and then . The same pair of values is exactly what the GDC returns from its simultaneous-equation solver — the technology is doing the elimination for you.
Two unknowns: solve by elimination or substitution by hand, or with the GDC's simultaneous-equation solver. Show at least one algebraic step for the method mark.
Up to three unknowns: use the GDC — the system solver, or entering the coefficients and constants as matrices. Write down what you entered.
Standard form first: arrange every equation as (or ) with the variables in the same order before reading off coefficients.
Interpret the outcome: a unique solution, no solution (inconsistent) or infinitely many solutions (dependent).
Setting up a system from a context
Most exam marks are lost not in the solving but in the setting up. The reliable routine is: define each unknown in words, turn each sentence of the problem into one equation, and line the variables up in the same order in every equation. A missing variable is written with a coefficient of zero so the columns still align.
Matrix operations at SL
A matrix is a rectangular array of numbers; its order is 'rows x columns'. Matrices give you a compact language for handling many numbers at once, and four operations are examinable at SL: addition, subtraction, scalar multiplication and matrix multiplication.
Scalar multiple: . \n Product (2x2): .
Two features of multiplication trap students. First, conformability: works and gives a matrix, but is undefined because the inner numbers, 3 and 2, disagree. Second, multiplication is not commutative: even when both and exist, they are usually different matrices, so you must never swap the order.
Addition and subtraction: only for matrices of the SAME order; work element by element.
Scalar multiplication: multiply EVERY element by the scalar.
Matrix multiplication: row-by-column. The product exists only when the columns of match the rows of .
Order of a product: an times an gives an matrix — inner numbers must match, outer numbers give the size.
The identity, determinant and inverse of a 2x2 matrix
Among square matrices, the identity matrix plays the role of the number 1: for the 2x2 case , and for every 2x2 matrix . The inverse of , written , plays the role of a reciprocal: it satisfies , so multiplying by it undoes .
For : determinant , and inverse , defined only when .
To build the inverse: swap the two entries on the leading diagonal, put a minus sign on the other two, and divide the whole matrix by the determinant. If the matrix is singular — it has no inverse, and the associated system has no unique solution. The determinant is therefore a quick test: compute before attempting an inverse.
The matrix equation $A\mathbf{x}=\mathbf{b}$
Any linear system can be packaged as a single matrix equation. Collect the coefficients into a matrix , the unknowns into a column , and the constants into a column . Then the whole system reads . To solve, left-multiply both sides by : since , the left side collapses to , giving . The order is essential — because matrices do not commute, you must multiply on the left, and is both wrong and, for a column , not even conformable.
Package it: = coefficients, = unknowns (a column), = constants (a column).
Left-multiply by : gives .
Order matters: it is , never .
Or use the GDC: enter and and compute , or use the system solver directly. Both are accepted; show the set-up.
On this course you may solve entirely on the GDC, but you still write down the matrix equation you set up. That single line — , and correctly identified — is where the method marks live, and it is also your evidence if a keying slip spoils the final numbers.
Common mistakes examiners penalise
Adding or subtracting matrices of different orders — these operations only exist for matrices of the SAME order; check the orders before you start.
Forcing a product that is not conformable — exists only if the columns of equal the rows of . If the inner numbers disagree, write 'not defined' rather than inventing entries.
Swapping the order of a product — in general. Copy the factors down in the order the question gives them and never reverse them.
Mis-signing the determinant — , so watch the subtraction and the signs of and ; a sign slip here corrupts the whole inverse.
Forgetting to divide by the determinant — the inverse is ; writing only the adjusted matrix without the factor is a classic lost accuracy mark.
Solving as instead of — you must left-multiply; the reversed product is wrong and usually not conformable.
Trying to invert a singular matrix — if there is no inverse and no unique solution; say so instead of dividing by zero.
Setting up equations with misaligned variables — line up , , in the same order in every equation and use a coefficient of 0 for any missing variable before reading them into .
Model answer — marked the way our engine marks it
On Paper 1 the marks are analytic: each is tied to a specific line of working. A method mark (M) rewards a correct approach; an accuracy mark (A) rewards a correct result and depends on the method mark it follows. Follow-through (FT) means an earlier slip need not cost the marks that depend on it, provided the later step is carried out correctly on your own figures. The engine also accepts any equivalent form and any correctly-rounded value, and it accepts a valid GDC route in place of by-hand working — but only if the set-up is written down. Study how each mark below is earned by a specific line.
Where this leads
The matrix machinery you have built here is the entry point to the wider linear-algebra strand of the course. The same idea of collecting coefficients into a matrix underlies solving three-variable systems on the GDC, and reappears whenever a model has several unknowns tied together. In HL, determinants and inverses extend to larger matrices, and the determinant becomes the gateway to eigenvalues and eigenvectors used in modelling change over time. Master the SL essentials — define your variables, keep the order straight, test the determinant before inverting, and solve on the correct side — and every later system, however large, becomes a variation on the equation you already know how to unlock.
Worked examples
See the formulas applied — reveal one step at a time, like the exam.
A cinema sells adult tickets at $12 and child tickets at $8. One evening it sells 200 tickets in total and takes a$ be the number of adult tickets and $c$ the number of child tickets sold. Set up and solve a system to find $a$ and $c
- 1
Define the variables (given): adult tickets, child tickets.\n\nSet up the system. 'Total tickets' and 'total takings' give one equation each:\n\n [M1: two correct equations from the context]\n\nSolve. From the first equation . Substitute into the second:\n\n\n, so . [M1: a valid elimination/substitution step] [A1: ]\n\nThen . [A1: ]\n\nInterpret. 110 adult tickets and 90 child tickets were sold. Check: . Correct. [A1: both values stated in context, with a check]
Let and . Find (a) , and (b) the product , and (c) state whether equals . [5]
- 1
(a) . Scalar-multiply first, then subtract element by element:\n, so . [M1: scalar multiple and subtraction of like elements] [A1]\n\n**(b) .** Both are , so the product is . Multiply row by column:\n. [M1: row-by-column method] [A1]\n\n**(c) Does ?** Computing , which is different from . So : matrix multiplication is not commutative. [A1: correct comparison and conclusion]
Let . (a) Find . (b) Hence find . (c) Verify that . [5]
- 1
(a) Determinant. . [A1]\n\n**(b) Inverse.** Since , the inverse exists. Swap the leading diagonal, negate the other diagonal, and divide by :\n. [M1: correct inverse structure] [A1]\n\n**(c) Verify.** . [M1: product attempted] [A1: shown equal to ]
Solve the system , using matrices. [5]
- 1
Model answer — full working.\n\nWrite the system as a matrix equation. Collect the coefficients, unknowns and constants:\n\n\nDeterminant and inverse. , so exists:\n\n\nSolve. Left-multiply by : \n\nConclusion: . (Equivalently, entering the two equations in the GDC's simultaneous-equation solver returns , directly.) Check: . Correct.\n\n---\nHow our marking engine awards the 5 marks:\n\n- M1 — set up the matrix equation. Awarded for correctly packaging the system as with and . It is the correct set-up that is rewarded, so it survives an arithmetic slip further down.\n- M1 — determinant/inverse or GDC solve. A method mark for finding and forming , or equivalently for entering the system into the GDC's solver. A valid technology route earns this mark just as the by-hand inverse does.\n- A1 — value of . Awarded for . This accuracy mark depends on the two method marks above and is protected by follow-through: a candidate whose inverse differed but who multiplied correctly still earns it on their own figures.\n- A1 — value of . Awarded for , again dependent and FT-protected.\n- A1 — method/answer presentation. Awarded for showing the solution reached through (or a clearly evidenced GDC solve) and stating both values; the engine checks the inverse was applied on the LEFT, not as .\n\n**'Accept equivalent forms and correct rounding.'** The engine accepts written as and as , and accepts the answer whether reached by the inverse or by the GDC solver. Once the correct pair appears, subsequent working is ignored (ISW).\n\nBottom line: two of the five marks are method marks that survive an arithmetic slip, and the accuracy marks for and are shielded by follow-through — but only because the matrix equation and the inverse (or GDC set-up) are on the page. A student who writes only ', ' with no set-up risks losing the three method-bearing marks.
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.
System of linear equations
Two or more linear equations sharing the same unknowns, for example and . A solution is a set of values that satisfies every equation at once.
Key takeaways
Review these before you close the topic — retrieval beats re-reading.
- ✓
Two unknowns: solve by elimination or substitution by hand, or with the GDC's simultaneous-equation solver. Show at least one algebraic step for the method mark.
- ✓
Up to three unknowns: use the GDC — the system solver, or entering the coefficients and constants as matrices. Write down what you entered.
- ✓
Standard form first: arrange every equation as (or ) with the variables in the same order before reading off coefficients.
- ✓
Interpret the outcome: a unique solution, no solution (inconsistent) or infinitely many solutions (dependent).
Practice — then mark it
The whole point: a real Cambridge question, marked mark-by-mark.
Get a Paper 1 system marked: set up $A\mathbf{x}=\mathbf{b}$, find the inverse and solve with full working
Get a Paper 1 system marked: set up , find the inverse and solve with full working
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 Get a Paper 1 system marked: set up $A\mathbf{x}=\mathbf{b}$, find the inverse and solve with full working on paper, snap a photo, and get examiner-style feedback on exactly where you win and lose marks.