From 1deb209d3aabc1b62c22ce63f1a9c01c7b0ef51d Mon Sep 17 00:00:00 2001 From: arc Date: Mon, 13 Jan 2025 12:20:31 -0700 Subject: [PATCH] vault backup: 2025-01-13 12:20:31 --- education/computer engineering/ECE2700/Binary Logic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/computer engineering/ECE2700/Binary Logic.md b/education/computer engineering/ECE2700/Binary Logic.md index e0dc2a3..d3fd225 100644 --- a/education/computer engineering/ECE2700/Binary Logic.md +++ b/education/computer engineering/ECE2700/Binary Logic.md @@ -7,7 +7,7 @@ | 4. | if $x = 0$ then $\overline{x} = 1$ | | if $x = 1$ then $\overline{x} = 0$ | | | 5. | $x \cdot 0 = 0$ | | $x + 1 = 1$ | | | 6. | $x \cdot 1 = x$ | | $x + 0 = x$ | | -| 7. | | | | | +| 7. | $x \cdot | | | | | 8. | | | | | | 9. | | | | | | 10. | | | | |