Gujarat Technological University: Instructions
Gujarat Technological University: Instructions
Gujarat Technological University: Instructions
______
x1 x2 x3 x4 x5
Draw the graphs and find the maximal compatibility blocks of the
relation.
1
Q.3 (a) Define “Composite relation” and “Converse of a relation”. 07
Given the relation matrix MR of a relation R on the set {a, b, c}, find the
relation matrices of ~R (Converse of a R),
R2 = R o R and R o ~R.
MR = 1 0 1
1 1 0
1 1 1
(b) Prove the following Boolean Identities: 04
(i) a ⊕ (a ⊕ b' )' = a ⊕ b
(ii) a * (a * b' )' = a * b
(c) Find the six left cosets of H = {p1, p5, p6} in the group 03
〈 S3, * 〉 , given in the following table:
* p1 p2 p3 p4 p5 p6
p1 p1 p2 p3 p4 p5 p6
p2 p2 p1 p5 p6 p3 p4
p3 p3 p6 p1 p5 p4 p2
p4 p4 p5 p6 p1 p2 p3
p5 p5 p4 p2 p3 p6 p1
p6 p6 p3 p4 p2 p1 p5
OR
Q.3 (a) (i) Define “Partial order relation” and “Chain”. 07
(ii) The following figure gives the Hesse diagram of a partially ordered
set <P, R>, where P = {x1, x2, x3, x4, x5}.
x1
x2 x3
x4 x5
(c) Show that 〈 S3, * 〉 as given in the above table [i.e. Q.3(c) main part] is a 03
group. [Note: Only one non-trivial example to show associativity will be
sufficient.
2
Q.4 (a) Define “Group”, “Order of a group”, and “Abelian Group”. 07
For P = { p1, p2,…. p5} and Q = { q1, q2,…., q5} explain why (P, *) and
<Q, ∆ > are not groups. The operations * and ∆ are given in the
following table:
* p1 p2 p3 p4 p5 ∆ q1 q2 q3 q4 q5
p1 p1 p2 p3 p4 p5 q1 q4 q1 q5 q3 q2
p2 p2 p1 p4 p5 p3 q2 q3 q5 q2 q1 q4
p3 p3 p5 p1 p2 p4 q3 q1 q2 q3 q4 q5
p4 p4 p3 p5 p1 p2 q4 q2 q4 q1 q5 q3
p5 p5 p4 p2 p3 p4 q5 q5 q3 q4 q2 q1
Q.5 (a) Define Directed Graph, Cycle, Path, In degree, Binary Tree 05
(b) Can we say that any square Boolean Matrix will definitely represent a 05
directed graph? What does a 4x4 unit matrix represent?
Draw the graph corresponding to the following Boolean Matrix:
0 1 0 0 0
0 0 1 1 0
0 0 0 1 1
1 0 0 0 1
0 0 0 0 0
How many (>=0) cycles does this graph have? Write down all the cycles.
Which single edge is to be deleted to convert this graph into a cyclic
graph?
3
(c) From the adjacency matrix of a simple digraph, how will you determine 04
whether it is a directed tree? If it is a directed tree, how will you
determine its root and terminal nodes?
OR
Q.5 (a) Define Graph, Loop, Out Degree, Tree, Node Base 05
(b) Find the strong components of the digraph given below: 05
3 4 6
2 1 5
Also find its unilateral components. Give brief valid reasons/justification
for your answer.
(c) Define complete binary tree. Show through two examples with nt = 7 04
and nt = 8 of complete binary trees that the total number of edges is
given by 2(nt – 1), where nt is the number of terminal nodes.
*************