Solving Systems Using Row Reduction (DP IB Analysis & Approaches (AA)): Revision Note
Did this video help you?
Row Reduction
How can I write a system of linear equations?
To save space we can just write the coefficients without the variables
For 2 variables:
can be written shorthand as
For 3 variables:
can be written shorthand as
What is a row reduced system of linear equations?
A system of linear equations is in row reduced form if it is written as:
which corresponds to
It is very helpful if the values of A1, B2, C3 are equal to 1
What are row operations?
Row operations are used to make the linear equations simpler to solve
They do not affect the solution
You can switch any two rows
can be written as
using r1 ↔ r3
This is useful for getting zeros to the bottom
Or getting a one to the top
You can multiply any row by a (non-zero) constant
can be written as
using k×r2 → r2
This is useful for getting a 1 as the first non-zero value in a row
You can add multiples of a row to another row
can be written as
using r2 + 5r3 → r2
This is useful for creating zeros under a 1
How can I row reduce a system of linear equations?
STEP 1: Get a 1 in the top left corner
You can do this by dividing the row by the current value in its place
If the current value is 0 or an awkward number then you can swap rows first
STEP 2: Get 0’s in the entries below the 1
You can do this by adding/subtracting a multiple of the first row to each row
STEP 3: Ignore the first row and column as they are now complete
Repeat STEPS 1 - 2 to the remaining section
Get a 1:
Then 0 underneath:
STEP 4: Get a 1 in the third row
Using the same idea as STEP 1
How do I solve a system of linear equations once it is in row reduced form?
Once you row reduced the equations you can then convert back to the variables
corresponds to
Solve the equations starting at the bottom
You have the value for z from the third equation
Substitute z into the second equation and solve for y
Substitute z and y into the first each and solve for x
Examiner Tips and Tricks
To reduce the number of operations you do whilst solving a system of operations, you can do a couple of things:
You can set up your original matrix with the equations in any order, so if one of the equations already has a 1 in the top left corner, put that one first
You do not need to make every equation so that it only has a single variable with a value of 1, you just need to do that for 1 of the equations and use that result to work out the others
Worked Example
Solve the following system of linear equations using algebra.

You've read 1 of your 5 free revision notes this week
Unlock more, it's free!
Did this page help you?