Practice and worked examples for 9231 Matrices. Short previews only — attempt the full question in MarkScheme against the official scheme.
Worked example 1
Given A=1−24301 and B=(5−126), find the product AB.
Show solution outline
First, check the orders. A is 3×2 and B is 2×2. The inner dimensions match (2 and 2), so the product is defined. The resulting matrix will be of order 3×2.
AB=1−24301(5−126)
To find the element in row 1, column 1 of the product:
(1)(5)+(3)(−1)=5−3=2
Row 1, column 2:
(1)(2)+(3)(6)=2+18=20
Row 2, column 1:
(−2)(5)+(0)(−1)=−10+0=−10
Row 2, column 2:
(−2)(2)+(0)(6)=−4+0=−4
Row 3, column 1:
(4)(5)+(1)(−1)=20−1=19
Row 3, column 2:
(4)(2)+(1)(6)=8+6=14
So, AB=2−101920−414.
Worked example 2
Find the inverse of the matrix M=21−1132−121.
Show solution outline
Step 1: Find the determinant of M.
det(M)=23221−11−121+(−1)1−132=2(3−4)−1(1−(−2))−1(2−(−3))=2(−1)−1(3)−1(5)=−2−3−5=−10.
Since det(M)=0, the inverse exists.
Step 2: Find the matrix of cofactors.
First, the matrix of minors:
322112−1113−121−1212−1−1121−121−1322−1122113=−135315555
Now apply the sign 'checkerboard' +−+−+−+−+ to get the matrix of cofactors:
C=−1−35−31−55−55
Step 3: Find the adjugate matrix by transposing C.
adj(M)=CT=−1−35−31−55−55
Step 4: Calculate the inverse.
M−1=det(M)1adj(M)=−101−1−35−31−55−55=1/103/10−5/103/10−1/105/10−5/105/10−5/10.