About 112,000 results
Open links in new tab
  1. Any good boolean expression simplifiers out there? [closed]

    Anyway, I was wondering if any of you know of a good online simplifier I can use. I'm not interested in any specific language, just a simplifier that would take in for example: ( (A OR B) AND (!B AND C) …

  2. How to simplify Boolean expression with XOR? - Stack Overflow

    I want to simplify a boolean Expression. The Expression is something like this X1 xor (X2 || X3 && X4 || x5) How do I simplify this expression using rules of Boolean Algebra.

  3. Simplify boolean expression algorithm - Stack Overflow

    Mar 24, 2015 · Anybody knows of an algorithm to simplify boolean expressions? I remember the boolean algebra and Karnaught maps, but this is meant for digital hardware where EVERITHING is …

  4. How to simplify these boolean statements - Stack Overflow

    Apr 18, 2019 · 1 You can use sympy to evaluate and simplify boolean expressions: (Note: the parser in this example is rather naive):

  5. Simplification of boolean expression algorithms allowing multiple input ...

    Jul 9, 2024 · I am looking to algorithmically generate simplified diagrams of boolean logic that exists in a DCS program. I have come across a number of online boolean expression simplification tools, that …

  6. Can't simplify this boolean expression - Mathematics Stack Exchange

    Nov 18, 2015 · All of the above are logically equivalent (I've made a truth table for each) but I don't understand what steps am I missing trying to simplify the expression. I also couldn't find an …

  7. logic - Why can't brackets in a simplified Boolean expression be ...

    Nov 30, 2021 · No one told me this. I was originally trying to answer why i could not have groups larger than 2n. If a group is larger than 2n it always causes brackets to be separated by an AND. I have …

  8. Simplifying a Boolean expression for two-level NAND gate circuits

    Oct 13, 2015 · 1 The expression is: F = (X' + Y' + Z') (Y' + A') I have no clear idea on how to go about simplifying this with Boolean algebra. After it's simplified, I'll need to implement it only using NAND …

  9. Convert expression to NAND only - Mathematics Stack Exchange

    Nov 24, 2013 · Convert expression to NAND only Ask Question Asked 12 years ago Modified 9 years, 9 months ago

  10. Boolean algebra 2 different simplification? - Stack Overflow

    Oct 30, 2021 · Wondering why the following boolean expression seem to have 2 possible simplification? Are these two both correct ? Thank you very much ! How online tutorial solves it: How I simplify it …