Using matrices to represent information

Simultaneous equations

Through the mechanism of matrix multiplication, a pair of simultaneous equations can be written simply in the form of a matrix product. That is, the pair of simultaneous equations

2x + 4y = 4
7x + 3y = 9

Can be written in the form of a matrix:

simultaneous1

Information in a table

Information in tables can be simply summarised in matrices. For example, the information in the following table shows the number of students who participated in the three different types of jumps, according to gender.

representing

This information can be represented in a matrix.

representing1

These informative matrices can be applied to solve problems.

Networks

networks1

Matrices can also be used to represent networks. The network shows the intersection of roads. Each element in the matrix represents the number of paths possible between two points.

networks2

The element a_{2,1} indicates that there are two paths from point 2 to point 1. Similarly, element a_{4,4} indicates that there is one path leading from point 4 to point 4. This is true, as this path reunites with itself.

See also: