Let us represent each of these relations on {1,2,3} with a matrix (with the elements of this set listed in increasing order).
a) For the relation {(1,1),(1,2),(1,3)} the matrix is the following:
⎝⎛100100100⎠⎞
b) {(1,2),(2,1),(2,2),(3,3)}
⎝⎛010110001⎠⎞
c) {(1,1),(1,2),(1,3),(2,2),(2,3),(3,3)}
⎝⎛100110111⎠⎞
d) {(1,3),(3,1)}
⎝⎛001000100⎠⎞
Comments