Skip to main content
ExamExplained
VIC · General Mathematics
General Mathematics study scene
§-Syllabus dot point
VICGeneral MathematicsSyllabus dot point

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
  1. What this dot point is asking
  2. Building the binary matrix
  3. Two-step links from the square
  4. Communication interpretation
  5. Why squaring counts two-step links
  6. Choosing how many steps to combine
  7. Reading the diagonal and the totals
  8. Why this matters for the exams

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

M=[011001100],M = \begin{bmatrix} 0 & 1 & 1 \\ 0 & 0 & 1 \\ 1 & 0 & 0 \end{bmatrix},

for teams A, B, C. A 11 in row A, column B means A beats B. The diagonal is zero. A communication matrix is built the same way, with 11 meaning a direct channel from the row to the column.

Direct wins alone often leave teams tied. Squaring the matrix, M2M^2, 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 M2M^2 gives the number of two-step paths (relayed messages) from one person to another. Adding M+M2M + M^2 gives the total number of ways a message can reach someone in at most two steps.

The reason M2M^2 counts two-step connections comes straight from matrix multiplication. The entry in row ii, column jj of M2M^2 is the sum kMikMkj\sum_k M_{ik}M_{kj}. Each term in that sum is 11 only when both Mik=1M_{ik} = 1 and Mkj=1M_{kj} = 1, that is when ii links to some intermediate kk and kk links to jj. So the entry counts exactly the number of two-step paths from ii to jj through any single intermediary. The same logic extends to M3M^3 for three-step links, although VCE questions stop at two steps. Understanding this is what lets you interpret a particular entry of M2M^2 in words, which is a common short-answer task.

Choosing how many steps to combine

The standard VCE ranking uses M+M2M + M^2, 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 M+M2M + M^2 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 MM is always zero, since no competitor beats itself, but the diagonal of M2M^2 need not be zero: a non-zero diagonal entry signals a cycle of dominance (for instance ii beats jj and jj beats ii across two steps), which is a sign that the results are not perfectly ordered. When ranking, you total each full row of M+M2M + M^2, 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 M2M^2 as a two-step count. Markers reward the correct binary matrix, an accurate square, and a ranking based on M+M2M + M^2 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 - E
Show 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 MM be the dominance matrix with a 11 in row ii, column jj when team ii beats team jj. (a) Write down MM. (b) Calculate the row sums of M+M2M + M^2 and use them to rank the four teams.
Show worked answer →

Build MM 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:
M=[0110001100011000]M = \begin{bmatrix} 0&1&1&0 \\ 0&0&1&1 \\ 0&0&0&1 \\ 1&0&0&0 \end{bmatrix}.

(b) M2=[0012100110000110]M^2 = \begin{bmatrix} 0&0&1&2 \\ 1&0&0&1 \\ 1&0&0&0 \\ 0&1&1&0 \end{bmatrix}, so M+M2=[0122101210011110]M + M^2 = \begin{bmatrix} 0&1&2&2 \\ 1&0&1&2 \\ 1&0&0&1 \\ 1&1&1&0 \end{bmatrix}.

Row sums: W =5= 5, X =4= 4, Y =2= 2, Z =3= 3. Ranking from strongest: W, X, Z, Y.

Markers award one mark for MM, one for M2M^2, one for the row sums, and one for the ranking. The two-step links lift Z above Y despite equal direct wins.

ExamExplained