edited by
622 views
1 votes
1 votes
Let R be a relation on a set A. Explain how to use the directed
graph representing R to obtain the directed graph
representing the complementary relation $\overline{R}$
edited by

2 Answers

3 votes
3 votes
$\bar{R}= U-R$
Here U is Complete Directed graph
Draw a graph where each vertices is connected to another vertices and then remove all those edges that where present in Original Graph

This will give you Compliment

A={1,2}

Eg: R={(1,1),(2,1)}

$\bar{R}=${(1,2),(2,2)}
edited by
0 votes
0 votes

Connect the unconnected vertices 

For example if  vertices a and b are not connected, then connect them as a to b and b to a

and remove edges of already connected vertices

for example if b and c are connected as b to c , then remove that edge. ( here c to b is not connected , so connect those vertices with an edge, to form the complement)

Related questions

1 votes
1 votes
1 answer
1
ANKUSH KUMAR asked Apr 13, 2017
431 views
If Relation S is Transitive then what can we say about Transitivity of Sn ?
0 votes
0 votes
0 answers
2
Nirmal Gaur asked Apr 1, 2017
639 views
Given the directed graphs representing two relations, how can the directed graph of the union, intersection, symmetric difference, difference, and composition of these re...
0 votes
0 votes
1 answer
3
Abhisek Das asked Jun 29, 2018
591 views
Find a recurrence relation for the number of bit stringsof length n that contain a pair of consecutive 0s.
2 votes
2 votes
1 answer
4
h4kr asked Dec 27, 2022
363 views
Is the statement true that all reflexive relations are anti-symmetric?