How can a grid of numbers store data and model change over time?
Perform matrix operations, find determinants and inverses of 2x2 matrices, solve matrix equations, and apply transition matrices to model systems.
How to add, multiply and invert matrices, solve matrix equations with the inverse, and use transition matrices and steady states to model populations and market share.
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
You must carry out matrix operations, find determinants and inverses of matrices, solve matrix equations, and apply transition matrices.
Matrix operations
Matrices are added, subtracted and scaled entry by entry, but multiplication has its own rule.
For example, .
Determinant and inverse of a 2x2 matrix
For :
The recipe for the inverse is: swap the entries on the leading diagonal, negate the other two, and divide every entry by the determinant. If the matrix is singular and has no inverse.
Solving matrix equations
A system of two linear equations can be written as , where holds the coefficients, the unknowns and the constants. Pre-multiply both sides by to get .
Transition matrices
A transition matrix describes how a system moves between states each step. Each column gives the proportions moving from one state to each state, so its columns sum to . The state after one step is , and after steps .
Reaching the steady state
For a regular transition matrix the state vector converges to a steady state independent of where it started, found either by iterating for large on the calculator, or by solving with the entries of summing to the total population.
Exam-style practice questions
Practice questions written in the style of SCSA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
WACE 20216 marksLet . (a) Find the determinant of . (b) Find . (c) Hence solve .Show worked answer β
Use the determinant and inverse formulas, then multiply.
(a) . (1 mark)
(b) . (2 marks)
(c) . (3 marks)
Markers reward the determinant, the swap-negate-divide inverse, and pre-multiplying by to solve.
WACE 20236 marksA transition matrix describes the movement of customers between Brand A (top row) and Brand B each month. The current state is . (a) Find the distribution after one month. (b) Find it after two months.Show worked answer β
Multiply the transition matrix by the state vector each month.
(a) . (3 marks)
(b) . (3 marks)
Markers reward applied in order, with columns of summing to .
