Skip to content

This is an android project that simplify all form of Boolean expression.

License

Notifications You must be signed in to change notification settings

superibk/BloleanAlgebraicSimplifier

Repository files navigation

BloleanAlgebraicSimplifier

This is an android project that simplify all form of Boolean expression.

This project use all the algebraic boolean expression in simplification of the expression

The 12 Rules of Boolean Algebra

  • A + 0 = A
  • A + 1 = 1
  • A · 0 = 0
  • A · 1 = A
  • A + A = A
  • A + A' = 1
  • A · A = A
  • A · A' = 0
  • A'' = A
  • A + AB = A
  • A + AB = A + B
  • (A + B)(A + C) = A + BC

Also, Demorgan's Theorems was used;

  • (XY)' = X' + Y'
  • (X + Y)' = X'Y'

About

This is an android project that simplify all form of Boolean expression.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages