mmme2051 boolean algebra

This commit is contained in:
Akbar Rahman 2023-03-30 11:12:39 +01:00
parent 572d86e60f
commit f3580ea182
Signed by: alvierahman90
GPG Key ID: 20609519444A1269
3 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
---
author: Akbar Rahman
date: \today
title: MMME2051 // Boolean Algebra
tags: [ boolean_algebra, binary]
uuid: 9971309a-94aa-430f-9332-d3b030c2eeb4
lecture_slides: [ ./lecture_slides/MMME2051EMD_Lecture9.pdf ]
lecture_notes: []
exercise_sheets: []
---
There's almost nothing in this topic.
There aren't even any exercise sheets.
Relevant slides are 28-47.
Significant slides are 44-47 (the rest are adding numbers in binary and explaining computers again).
i dislike de Morgan's law from A level cs tho
# Symbols
## AND
$$ A . B = A \wedge B $$
## OR
$$ A + B = A \vee B $$
## NOT
$$ A' = \bar A $$
# Shortcut Thingies
![](./images/vimscrot-2023-03-30T11:10:55,934889205+01:00.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB