notes/uni/mmme/2051_electromechanical_devices/boolean_algebra.md

36 lines
694 B
Markdown
Raw Normal View History

2023-03-30 10:12:39 +00:00
---
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)