From 518bd4620f3d13361fe58231255d21c21f7827ee Mon Sep 17 00:00:00 2001 From: arc Date: Mon, 13 Jan 2025 13:09:26 -0700 Subject: [PATCH] vault backup: 2025-01-13 13:09:26 --- education/computer engineering/ECE2700/Binary Logic.md | 1 + 1 file changed, 1 insertion(+) diff --git a/education/computer engineering/ECE2700/Binary Logic.md b/education/computer engineering/ECE2700/Binary Logic.md index c425ee5..0023b49 100644 --- a/education/computer engineering/ECE2700/Binary Logic.md +++ b/education/computer engineering/ECE2700/Binary Logic.md @@ -23,6 +23,7 @@ | 15. DeMorgan's Theorem | $\overline{x \cdot y} = \overline{x} + \overline{y}$ | | $x + y = \overline{x} \cdot \overline{y}$ | | | 16. | $x + \overline{x} \cdot y = x + y$ | | $x \cdot (\overline{x} + y) = x \cdot y$ | | | 17. Consensus | $x \cdot y + y \cdot z + \overline{x} \cdot z = x \cdot y + \overline{x} \cdot z$ | | $(x + y) \cdot (y + z) \cdot (\overline{x} + z) = (x + y) \cdot (\overline{x} + z)$ | | +# Synthesis # Logic Gates