Represent each of these relations on {1, 2, 3} with a matrix (with the elements of this set listed in increasing order)
Recap: A relation R can be represented as a zero-one matrix. If (ai,bj)∈R, then we write a 1 in the matrix in the position (i,j). Otherwise, we write a 0. The size of the matrix will be determined by the size of the set. If you have a relation R on the set A={1,2,3}, the […]