type
status
slug
summary
tags
category
password
date
icon
Boolean Algebra
Logical Operation
- The three basic logical operations are:
- AND
- OR
- NOT
- AND is denoted by a dot ( · )
- OR is denoted by a plus ( + )
- NOT is denoted by an overbar, a single quote mark ( ' ), or ( ~ ) before the variable
Logical Gate
Universal Gates
非门可以看成是一个与非门
Boolean Algebra
Duality rules
- The dual of an algebraic expression is obtained by interchanging + and ⋅ interchanging 0's and 1's, while variables don't inverted
- Seek the dual of a function, the operation order kept as same as the origin function
- The identities appear in dual pairs. When there is only one identity on a line the identity is self-dual. i.e., the dual expression = the original expression.
- Unless it happens to be self-dual, the dual of an expression does not equal the expression itself.
步骤:
- 先处理括号中的内容
- 按照优先级的顺序进行化简处理
- 观察是否有self-dual的式子
Duality rules (Cont.)¶
- If the function G is the dual of F, then F is also G of duality. G and F are mutually duality formula.
- 👩🏼💼If the two logical functions F and G are equal, then the duality formula F' and G' are the same.
- Example:
Complementing Functions¶
- For logic function F, interchange + and ⋅ operators and complement each constant value and literal, then obtained the new function is the inverse function of the original function, referred to as F`
- 求出反函数的形式
- Example:
Useful Theroms
Example1:
使用定理的关键:
1. 简化率
2. 吸收率
3. 消去率
4. 一致性定理
先把A提取出来,然后使用德摩根定律进行转换
- 作者:fufu酱
- 链接:https://csfufu.life/fabe033c78db4df08434e054eee0b9aa
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。