De Morgan's theorems
By DarthVader
Date: 2024-12-31
Topic: 222 see comments
Post views: 74
- (A.B)' = A' + B' (NAND = negative OR)
- A.B = (A'+B')' (AND = negative NOR)
- A+B = (A'.B')' (OR = negative NAND)
- (A+B)' = A'.B' (NOR = negative AND)
Comments | Creator | Date | ID |
---|