【问题标题】:How can I minimize this expression to a product of sums using rules of Boolean algebra?如何使用布尔代数规则将此表达式最小化为和的乘积?
【发布时间】:2014-11-20 20:41:07
【问题描述】:

表达式为:AD' + A'B + C'D + B'C。任何提示或其他东西都会非常棒。

谢谢。

【问题讨论】:

  • 这里离题了。使用Wolfram Alpha,我得到了 (A OR B OR C) AND (A OR NOT C OR NOT D) AND (NOT B OR NOT C OR D) 但没有中间转换。

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


【解决方案1】:

提示,分布规律:http://www.wolframalpha.com/input/?i=%28a+AND+b%29+OR+%28c+AND+d%29 你想要的是 CNF(连接范式)而不是 DNF。

【讨论】:

    猜你喜欢
    • 2012-04-04
    • 2017-01-18
    • 1970-01-01
    • 1970-01-01
    • 2017-04-06
    • 2011-08-16
    • 2022-01-19
    • 2014-11-14
    • 1970-01-01
    相关资源
    最近更新 更多