Recent questions tagged relations

1 votes
2 answers
153
For given R={(1,1),(2,2),(3,3),(4,4),(1,2),(2,1),(3,4),(4,3)}Is the given relation transitive?
0 votes
2 answers
154
Let $T(n) = T(n-1) + \frac{1}{n} , T(1) = 1 ;$ then $T(n) = ? $$O(n^{2})$$O(logn)$$O(nlogn)$$O(n^{2}logn)$
0 votes
1 answer
155
State True or False?Empty set Φ is an equivalence relation.
1 votes
1 answer
156
Let $B=\{1, 2, 3, 4\}$. A set $S \subseteq B \times B$ called a symmetric set of $B$ if for all $x, y \in B$, $$ (x, y) \in S \Rightarrow (y,x) \in S.$$Find the number of...
0 votes
1 answer
157
What is the smallest binary relation possible from A to B? Is it Null Set? If so, how is it possible relations are subsets of AxB (cartesian product) and if AxB is not s...
13 votes
4 answers
160
Let $R$ be a binary relation on $A = \{a, b, c, d, e, f, g, h\}$ represented by the following two component digraph. Find the smallest integers $m$ and $n$ such that $m <...
0 votes
1 answer
161
Is empty relation an equivalence relation?
0 votes
1 answer
163
I am not getting the (2n-1) factor. n^2 is for matrix mul and multiplication is being done (n-1) times. so n^2(n-1) is understood. But what is (2n-1)??
3 votes
4 answers
177
The time complexity of computing the transitive closure of binary relation on a set of $n$ elements is known to be$O(n)$$O(n*\log(n))$$O(n^{\frac{3}{2}})$$O(n^{3})$
1 votes
1 answer
179
Consider a set S $\left \{ 2,3,4,.....,23,24 \right \}$ and R is relation on S such that aRb if a divides b, then find the number of minimal elements in its hasse diagram...
1 votes
1 answer
180
A binary relation R on Z × Z is defined as follows: ( a , b ) R ( c , d ) iff a = c or b = d Consider the following propositions:1. R is reflexive.2. R is symmetric. 3....