diff --git a/Pasted image 20250224110819.png b/Pasted image 20250224110819.png new file mode 100644 index 0000000..a4e9416 Binary files /dev/null and b/Pasted image 20250224110819.png differ diff --git a/education/computer engineering/ECE2700/Karnaugh Maps.md b/education/computer engineering/ECE2700/Karnaugh Maps.md index aa59b3c..9395d16 100644 --- a/education/computer engineering/ECE2700/Karnaugh Maps.md +++ b/education/computer engineering/ECE2700/Karnaugh Maps.md @@ -23,4 +23,14 @@ To convert a 3 variable Karnaugh map to a minimal boolean expression, start by l ![[Pasted image 20250224110124.png]] -From there, describe the pair of 1s using boolean a \ No newline at end of file +From there, describe the pair of 1s using boolean algebra. + +In the above example, the top pair of 1s is in the column where $x_3$ is equal to zero ($\overline{x_3}$), and $x_1$ is equal to $1$ ($x_1$). This describes a single term in the resulting equation ($x_1\overline{x_3}$). + + +![[Pasted image 20250224110632.png]] +> Similar logic can be employed using more than just a *pair* of ones. + + +# Four Variable Maps +![[Pasted image 20250224110819.png]] diff --git a/Pasted image 20250224110124.png b/education/computer engineering/ECE2700/assets/Pasted image 20250224110124.png similarity index 100% rename from Pasted image 20250224110124.png rename to education/computer engineering/ECE2700/assets/Pasted image 20250224110124.png diff --git a/education/computer engineering/ECE2700/assets/Pasted image 20250224110632.png b/education/computer engineering/ECE2700/assets/Pasted image 20250224110632.png new file mode 100644 index 0000000..c521264 Binary files /dev/null and b/education/computer engineering/ECE2700/assets/Pasted image 20250224110632.png differ