Matrices — Topic Review
15 questions covering all Matrices sub-topics: notation, operations, multiplication, determinants, inverses and solving systems. Click Show Solution to reveal full working.
-
Fluency
Matrix M =
. (a) State the order of M. (b) Identify element m12. (c) Identify element m23.1 5 −3 4 0 2 -
Fluency
Calculate 2A − B where A =
and B =3 −1 0 2 1 4 −2 1 -
Fluency
Find AB where A =
and B =2 1 0 3 1 2 4 −1 -
Fluency
Find det(A) for A =
5 2 3 1 -
Fluency
Find A−1 for A =
3 1 5 2 -
Understanding
Explain why the matrix
has no inverse. What does this mean when using the matrix method to solve a system?2 4 1 2 -
Understanding
Find the value of k such that
is singular.k 3 2 k -
Understanding
Solve using the matrix inverse method:
3x + y = 7
x + y = 3 -
Understanding
A 2×2 matrix P has det(P) = 4. What is det(2P)?
-
Understanding
A store tracks stock of 2 products across 2 branches. Opening stock matrix S =
. Sales matrix =30 20 15 25
. Find closing stock. Rows = Products A, B. Columns = Branches 1, 2.12 8 5 10 -
Understanding
Find AB and BA for A =
and B =1 0 2 1
. Is AB = BA?2 1 0 3 -
Problem Solving
Solve using the matrix method, then verify by substitution:
2x − y = 3
x + 2y = 9 -
Problem Solving
An event sells adult tickets ($12) and child tickets ($7). 80 tickets were sold for $760. Set up a matrix equation and solve to find how many of each ticket type were sold.
-
Problem Solving
Given A =
and det(A) = 4, find a. Then write down A−1.a 2 1 3 -
Problem Solving
A coding matrix E =
encodes message M =1 1 0 1
. (a) Find the encoded message EM. (b) The inverse of E is E−1 =5 3
. Decode the message1 −1 0 1
.9 4