【问题标题】:Getting a dual of a boolean expression获取布尔表达式的对偶
【发布时间】:2014-08-23 11:24:41
【问题描述】:

我正在复习我的布尔代数,但我很困惑哪一个实际上是正确的方法?

What's the difference between the dual and the complement of a boolean expression?

duality principle in boolean algebra

F(X,Y) = X + Y

DUAL: XY

还是DUAL: X'Y'

【问题讨论】:

    标签: boolean-logic discrete-mathematics boolean-expression boolean-operations


    【解决方案1】:

    一句话就是:X'Y'duality principle 就是:

    令 (S,∨,∧) 为布尔代数。 则 (S,∨,∧) 中的任何定理如果 ∨ 和 ∧ 互换,并且⊥ 和 ⊤ 在整个定理中互换,则仍然有效。

    所以你必须将+.TrueFalse 互换。所以无论XY 是真还是假,都必须替换为X'Y'

    如果您想更好地理解,请阅读this。你也可以在this论坛看到一些很好的例子。

    【讨论】:

      猜你喜欢
      • 2023-03-04
      • 2017-03-07
      • 2012-07-31
      • 2010-09-21
      • 2012-04-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多