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
This dot point tests matrix arithmetic, the inverse of a matrix, solving systems with matrices, and applying transition (Markov) matrices to real contexts.
Matrix operations
Addition and subtraction work entry by entry and require matrices of the same order. Scalar multiplication multiplies every entry by the scalar. Matrix multiplication is the key operation: the entry in row , column of is the dot product of row of with column of .
Determinant and inverse of a 2x2 matrix
For , the determinant is
and the inverse, which exists only when , is
The inverse satisfies , where is the identity.
Solving matrix equations
A system of linear equations can be written . If exists, premultiply both sides:
Transition matrices
A transition matrix describes how proportions move between states each period. The state vector updates by , so . Columns of each sum to 1 because every member must end up in some state.
The system often settles to a steady state where ; you can find it by computing for large on the calculator.