ASSIGNMENT Discrete Mathematics
ASSIGNMENT Discrete Mathematics
GROUP-1
1. Consider an algebraic system (G,*), where G is the set of all non-zero real numbers and
* is a binary operation defined by a * b =a+b-1. Check if (G,*) is an abelian group?
2. Let R and S be relation on A={1,3,5} be defined by xRy iff y= x+2 and xRy iff x≤y . Find
(a) R° S (b) S° R (c) Is R° S = S° R?
5. Show that the relation R in the set of integers Z given by R= {(a, b): 2 divides a-b} is an
equivalence relation.
6. Consider the following collection of subsets of a set S = {1,2,3,4,5,6,7,8,9}
(i) { {1 , 2 ,3 } , { 4 , 5 ,6 } ,{6 ,7 ,8 ,9 }}
(ii) { {1 , 2 ,3 } , { 4 , 5 ,6 ,7 } , {8 ,9 }}
(iii) { {1 , 2 ,3 , 4 } , { 5 ,6 } ,{6 ,7 }, {8 , 9 }}
(iv) { {1 , 2 ,3 } , { 4 , 5 } ,{6 , 7 , 8}, {8 , 9 }}
ASSIGNMENT - II
Group-1
1. Solve the recurrence relation a n−8 an−1+ 16 an−2=n.5 n, with initial condition a 0=1 , a1=−2
2. Find the generating function from the recurrence relation
S(n -2) = S(n – 1) + S(n), where S(0) = 1, S(1) = 1 , n ≥ 0.
3. Prove by Mathematical induction that x- y divides xn – yn for n ≥1.
4. Prove the validity of following arguments using truth tables
“If the market is free then there is no inflation. If there is no inflation then there are price controls.
Since, there are price controls, therefore the market is free.”
GROUP-2
2
1. Solve the recurrence relation a n+2−an+1−an=n
2. Find the generating function from the recurrence relation given by
S(K) – 6 S( K – 1) + 5 S(K – 2) = 0, where S(0) = 1, S(1) = 2.
GROUP-3
5.
Solve the following recurrence relation Q(J) – Q(J – 1) – 12Q(J – 2) = ( -3)J + 6 . 4J
ASSIGNMENT - III
Group -1
Q.1. State and Prove Euler’s Formula.
Q.4 Find the length of shortest path from A to F using Dijkstra’s Algorithm
Group -2
1. Determine the minimum spanning tree of the weighted graph by using Kruskal’s algorithm
4. Explain proper coloring and chromatic number with example.
GROUP - 3
1. Impliment Dijkstra Algorithm to find shortest path from node 0 to 5. Also label all the nodes.
3. Write the steps of preorder traversal, postorder traversal and inorder traversal and determine the
preorder ,postorder and inorder traversal of the binary tree.
2 3
5 7 8
6
9 10
11
4.
GROUP – 4
1. Explain colouring and chromatic number in the graph. Give example also.
2. Discuss the Hamiltonian path and circuit. Find the Hamiltonian circuit in the given graph
below
b c
e d
3. Use Dijkstra Algorithm to determine distance from A to all the vertices of the weighted graph. Find
shortest path from A to Z by labeling all the nodes.
1. Draw undirected graph of k 3∧k 5. Verify whether they are planar or not by using properties.
2. Prove that any graph with n vertices and n-1 edges is a tree.
3. Give an example of a graph that has neither an Eulers circuit nor Hamiltonian circuit
4. Find the minimum spanning tree of the leveled connected graph as shown