Boolean Simplifier

Simplify boolean algebraic expressions.

Boolean Simplifier

Supported Identities (Demo):

  • Idempotent: A & A = A
  • Identity: A & 1 = A
  • Null: A & 0 = 0
  • Double Negation: !!A = A

How to use Boolean Simplifier

This free online boolean simplifier allows you to simplify boolean algebraic expressions.It is fast, secure, and runs entirely in your browser.

More in Computer Science