Digraphs sage notebook Plot a digraph for each of the following relations: a) {(0,0), (1, 2), (2, 3), (3, 3), (0, 2), (0
Posted: Tue May 10, 2022 7:10 am
Digraphs sage notebook Plot a digraph for each of the following relations: a) {(0,0), (1, 2), (2, 3), (3, 3), (0, 2), (0,3), (3,0), (2, 2), (2, 1), (1,3)} b) {(0,0), (0, 2), (2,0), (2, 2), (2,3), (3, 2), (3,3)} c) {(0,0),(1,1), (1, 2), (2, 1), (2, 2), (3,3)} d) {(0,0), (1, 1), (1,3), (2, 2), (2, 3), (3, 1), (3, 2), (3,3)} e) {(0,0), (0, 1), (0, 2), (1,0), (1, 1), (1, 2), (2,0), (2, 2), (3,3)} f) {(a, a),(a,b),(a,c),(a, d),(d, c), (c,d), (b, c), (6, d), (d, d), (6, b)}