How do communication and dominance matrices use a matrix of zeros and ones to count direct and indirect links, and how do you rank competitors?
Build a binary communication or dominance matrix, square it to count two-step links, add the matrix and its square to combine one-step and two-step connections, and rank competitors by their total
A focused answer to the VCE General Mathematics Unit 4 Matrices key-knowledge point on communication and dominance matrices. Building a binary matrix of direct links, squaring it for two-step connections, summing the matrix and its square, and ranking by row totals.
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
VCAA wants you to use a matrix of zeros and ones to model direct links between people, teams or objects. A communication matrix records who can pass a message to whom; a dominance matrix records which competitor beats which. Squaring the matrix counts the two-step (indirect) links, and adding the matrix to its square combines one-step and two-step connections so you can rank the entries. This is the matrix module's link to networks.
Building the binary matrix
Suppose four teams play each other and the results are: A beats B, B beats C, C beats A, and A beats C. Reading "row beats column", the dominance matrix is
for teams A, B, C. A in row A, column B means A beats B. The diagonal is zero. A communication matrix is built the same way, with meaning a direct channel from the row to the column.
Two-step links from the square
Direct wins alone often leave teams tied. Squaring the matrix, , counts the two-step connections: in dominance terms, how many teams you beat that in turn beat a third team. These indirect wins break ties.
Communication interpretation
For a communication matrix the same arithmetic answers a different question: an entry of gives the number of two-step paths (relayed messages) from one person to another. Adding gives the total number of ways a message can reach someone in at most two steps.
Why squaring counts two-step links
The reason counts two-step connections comes straight from matrix multiplication. The entry in row , column of is the sum . Each term in that sum is only when both and , that is when links to some intermediate and links to . So the entry counts exactly the number of two-step paths from to through any single intermediary. The same logic extends to for three-step links, although VCE questions stop at two steps. Understanding this is what lets you interpret a particular entry of in words, which is a common short-answer task.
Choosing how many steps to combine
The standard VCE ranking uses , which credits a competitor for both whom they beat directly and whom those teams beat in turn. Direct wins are worth one and two-step wins are also counted once each, so a team that beats strong opponents is rewarded over one that beats weak opponents with the same number of direct wins. Occasionally a question gives weights or asks only for one-step or only for two-step totals; read carefully which matrix the ranking is built from. The reasoning mark is for stating that combines direct and indirect dominance, so always name what the totals represent rather than just listing numbers.
Reading the diagonal and the totals
The leading diagonal of is always zero, since no competitor beats itself, but the diagonal of need not be zero: a non-zero diagonal entry signals a cycle of dominance (for instance beats and beats across two steps), which is a sign that the results are not perfectly ordered. When ranking, you total each full row of , diagonal included, and the largest row total is the strongest competitor. Stating the ranking from strongest to weakest with the supporting totals, and noting any ties broken by the two-step contribution, is exactly the structure markers expect.
Why this matters for the exams
Communication and dominance questions test careful matrix reading and the meaning of as a two-step count. Markers reward the correct binary matrix, an accurate square, and a ranking based on with a one-line justification. The technique reuses matrix multiplication and connects the Matrices module to the path-counting ideas in Networks.
Exam-style practice questions
Practice questions written in the style of VCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2025 VCAA1 marksA communication matrix for six headsets A to F has a 1 in row X, column Y when headset X can directly communicate with headset Y. The direct links are: A with B, D and F; B with A, D and F; C with E and F; D with A, B and E; E with C and D; F with A, B and C. Which one of the following sequences allows a message to be communicated from headset A to headset E? A. A - C - E B. A - D - B - E C. A - B - D - E D. A - F - D - EShow worked answer →
Trace each sequence and check that every consecutive pair is a direct link (a 1 in the matrix).
Option A: A - C is not a direct link, so it fails. Option B: B - E is not a direct link, so it fails. Option D: F - D is not a direct link, so it fails.
Option C: A - B is a link, B - D is a link, and D - E is a link, so the whole chain connects.
The answer is C. Each step must be a direct one-step link for the message to pass along the sequence.
VCAA 20224 marksIn a round-robin competition between four teams W, X, Y and Z, the results are: W beats X and Y; X beats Y and Z; Y beats Z; Z beats W. Let be the dominance matrix with a in row , column when team beats team . (a) Write down . (b) Calculate the row sums of and use them to rank the four teams.Show worked answer →
Build with rows and columns ordered W, X, Y, Z, then square and add.
(a) W beats X, Y; X beats Y, Z; Y beats Z; Z beats W:
.
(b) , so .
Row sums: W , X , Y , Z . Ranking from strongest: W, X, Z, Y.
Markers award one mark for , one for , one for the row sums, and one for the ranking. The two-step links lift Z above Y despite equal direct wins.
