Section 6.4 Matrices of Relations
We have discussed two of the many possible ways of representing a relation, namely as a digraph or as a set of ordered pairs. In this section we will discuss the representation of relations by matrices.
Subsection 6.4.1 Representing a Relation with a Matrix
Example 6.4.2. A simple example.
Let and let be the relation on Since is a relation from into the same set (the of the definition), we have and while and Next, since
we have we have we have we have
All other entries of are zero, so
Subsection 6.4.2 Composition as Matrix Multiplication
We do not write only for notational purposes. In fact, can be obtained from the matrix product however, we must use a slightly different form of arithmetic.
Definition 6.4.3. Boolean Arithmetic.
Boolean arithmetic is the arithmetic defined on using Boolean addition and Boolean multiplication, defined by
Notice that from Chapter 3, this is the “arithmetic of logic,” where replaces “or” and replaces “and.”
Example 6.4.5. Composition by Multiplication.
Suppose that and Then using Boolean arithmetic, and
Theorem 6.4.6. Composition is Matrix Multiplication.
Let and be finite sets where is a relation from into and is a relation from into If and are the adjacency matrices of and respectively, then the product using Boolean arithmetic is the adjacency matrix of the composition
Remark: A convenient help in constructing the adjacency matrix of a relation from a set into a set is to write the elements from in a column preceding the first column of the adjacency matrix, and the elements of in a row above the first row. Initially, in Example 2 would be
To fill in the matrix, is 1 if and only if So that, since the pair the entry of corresponding to the row labeled 2 and the column labeled 5 in the matrix is a 1.
Example 6.4.7. Relations and Information.
This final example gives an insight into how relational data base programs can systematically answer questions pertaining to large masses of information. Matrices (on the left) and (on the right) define the relations and where if software can be run with operating system and if operating system can run on computer
Although the relation between the software and computers is not implicit from the data given, we can easily compute this information. The matrix of is which is
This matrix tells us at a glance which software will run on the computers listed. In this case, all software will run on all computers with the exception of program P2, which will not run on the computer C3, and programs P3 and P4, which will not run on the computer C1.
Exercises 6.4.3 Exercises
1.
- Determine the adjacency matrices of
and - Use the definition of composition to find
- Verify the result in part b by finding the product of the adjacency matrices of
and
Answer.
and
2.
-
Determine the adjacency matrix of each relation given by the following digraphs.Directed graph of the relation
on with edgesDirected graph of the relation on with edges - Using the matrices found in part (a), determine the matrices of
and - Draw the digraphs of
and directly from the definition of the square of relation and compare your results with those of part (b).
3.
Answer.
R : |
S : |
4.
Let be the set of weekdays, Monday through Friday, let be a set of employees of a tutoring center, and let be a set of computer languages for which tutoring is offered, We define (schedule) from into by if is scheduled to work on day We also define from into by if can tutor students in language If and are defined by matrices
- Compute
using Boolean arithmetic and give an interpretation of the relation it defines, and - Compute
using regular arithmetic and give an interpretation of what the result describes.
5.
How many different reflexive, symmetric relations are there on a set with three elements?
Hint.
Consider the possible matrices.
Answer.
The graph of a relation on three elements has nine entries. The three entries in the diagonal must be 1 in order for the relation to be reflexive. In addition, to make the relation symmetric, the off-diaginal entries can be paired up so that they are equal. For example if the entry in row 1 column 2 is equal to 1, the entry in row 2 column 1 must also be 1. This means that three entries, the ones above the diagonal determine the whole matrix, so there are different reflexive, symmetric relations on a three element set.
6.
- Explain why
is a partial ordering on - Draw its Hasse diagram.
7.
- Represent
and as both graphs and matrices. - Determine
and and represent them clearly in any way.
Answer.
and
8.
- Prove that if
is a transitive if and only if - Find an example of a transitive relation for which
9.
We define on the set of all relation matrices by the rule that if and are any two relation matrices, if and only if for all
- Prove that
is a partial ordering on all relation matrices. - Prove that
, but the converse is not true. - If
and are matrices of equivalence relations and how are the equivalence classes defined by related to the equivalence classes defined by
Answer.
-
Reflexive:
for all thereforeAntisymmetric: Assume and for all Therefore, for all and soTransitive: Assume and are matrices where and for all Then for all and so -
To verify that the converse is not true we need only one example. For
let and all other entries equal and let be the zero matrix. Since and are both the zero matrix, but since is false. - The matrices are defined on the same set
Let be the equivalence classes defined by and let be those defined by Claim:
You have attempted of activities on this page.