Answered step by step
Verified Expert Solution
Link Copied!
Question
1 Approved Answer

(a) Let V = {1,2,3,4,5,6,7} and let E = {(1,7), (2.1). (4.1), (6,5), (6,6)} be a binary relation on V. Find the equivalence closure

 (a) Let V = {1,2,3,4,5,6,7} and let E = {(1,7). (2, 1). (4.1), (6,5), (6,6)} be a binary relation on V. Find 

(a) Let V = {1,2,3,4,5,6,7} and let E = {(1,7), (2.1). (4.1), (6,5), (6,6)} be a binary relation on V. Find the equivalence closure of this relation and state the equivalence classes. (It may help to draw a diagram.) [4 marks] (b) The coefficients of the following system are taken from GF (2). Solve it using Gaus- sian elimination. X + x + x4 = 0 X + x3 + x4 =1 X2 + X5 = 0 X1 + x2 + x3 + X5 = 0 X + X3 = 0 [5 marks] (c) Let S be the smallest subset of {a,b}* such that all of the following conditions are satisfied: EES. If w S, then aabw S. If w S, then any anagram of w is also in S. (An anagram of w is a string that arises from w by a permutation of the letters.) (i) Show that aabababaa is in S. [2 marks] (ii) Argue that ababab is not in S by giving a property and proving that all elements of 5 satisfy this property. [5 marks] (d) Consider the following Java methods. Do they represent functions? If yes, are they injective, surjective, or bijective? Justify your answers. int doubleInt(int number) { return number * 2; } float addOneToFloat (float number) { return number + 1.0; } [4 marks]

Step by Step Solution

3.33 Rating (147 Votes )

There are 3 Steps involved in it

Step: 1

a Equivalence Closure and Equivalence Classes Final Answer Equivalence Closure 17 2 1 4 1 6 5 6 6 1 ... blur-text-image
Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Discrete Mathematics and Its Applications

Authors: Kenneth H. Rosen

7th edition

0073383090, 978-0073383095

More Books

Students explore these related Programming questions