Here you can ask questions and find or give answers to organizational, academic and other questions about studying computer science.

1.1k questions

1.2k answers

1.6k comments

529 users

0 votes
Question is to show that we can modulate with the operator base {→, ¬} all the functions of the boolean operator base {¬, ∧, ∨}.

My solutions are a&b=!(a->!b), a|b=!a->b,  but in the solutions they have way longer modulations for those two cases.

a ∨ b = (a → ¬b) → (¬b → a)

a ∧ b = ¬((¬a → b) → (b → ¬a))

Would my solution be sufficient or did i made a mistake?
in * Other Teaching Fields by (410 points)
You find your solution also in Aufgabe 4b of the exam from March 28, 2018 where the same problem was asked once more.

1 Answer

0 votes
Your solutions are shorter and can therefore be considered to be even better! Note, however, that it was not required to find the simplest solutions.
by (166k points)

Related questions

0 votes
1 answer
asked Aug 21, 2020 in * Other Teaching Fields by Eichi (200 points)
0 votes
1 answer
asked Aug 21, 2020 in * Other Teaching Fields by Eichi (200 points)
+1 vote
1 answer
asked Aug 18, 2020 in * Other Teaching Fields by davidschulz (410 points)
+1 vote
1 answer
asked Aug 18, 2020 in * Other Teaching Fields by Eichi (200 points)
0 votes
1 answer
asked Aug 18, 2020 in * Other Teaching Fields by davidschulz (410 points)
Imprint | Privacy Policy
...