2022-11-09 11:55
Tags:
# De Morgan's Principle

A NAND is equivalent to an OR with inverted inputs, and a NOR is equivalent to an AND with inverted inputs.
Can be used to simplify boolean logic or design pull up and pull down networks.
[^1]
---
# References
[^1]: [Science Direct Digital Design](https://www.sciencedirect.com/topics/computer-science/de-morgans-theorem#:~:text=De%20Morgan's%20Theorem%2C%20T12%2C%20is,the%20complement%20of%20each%20term.)