[Math Lair] Boolean Algebra

Math Lair Home > Topics > Boolean Algebra

Boolean algebra is a type of algebra first developed by George Boole. It differs from regular algebra in that it uses only two values, usually denoted 0 and 1. It has many different applications in logic, computer hardware and software development, and set theory.

There are three basic operators:

Since there are only two values, the "addition" and "multiplication" tables are much simpler than they are for ordinary calculations:
·01
000
001
+01
001
011