diff --git a/education/computer engineering/ECE2700/Karnaugh Maps.md b/education/computer engineering/ECE2700/Karnaugh Maps.md new file mode 100644 index 0000000..e4df8bf --- /dev/null +++ b/education/computer engineering/ECE2700/Karnaugh Maps.md @@ -0,0 +1,6 @@ +A Karnaugh map is an alternative to a truth table for representing a function in boolean algebra, and serve as a way to derive minimum cost circuits for a truth table. + +![[karnaugh-maps.png]] + +Given the above truth table, the columns are labelled with $x_1$, and the rows are labelled with $x_2$. + diff --git a/education/computer engineering/ECE2700/assets/karnaugh-maps.png b/education/computer engineering/ECE2700/assets/karnaugh-maps.png new file mode 100644 index 0000000..6bbd131 Binary files /dev/null and b/education/computer engineering/ECE2700/assets/karnaugh-maps.png differ