[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
Boolean Algebra
Boolean Algebra
Boolean Algebra, invented by mathematician George Boole (1815-1864), is a way of expressing logic in mathematical terms. In a Boolean algebra, there are several common operations, which we can express as common logical statements:
http://www.digitalcentury.com/encyclo/update/boole.html
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
Boolean Algebra
Boolean Algebra
Boolean Algebra, invented by mathematician George Boole (1815-1864), is a way of expressing logic in mathematical terms. In a Boolean algebra, there are several common operations, which we can express as common logical statements:
- NOT: Inverts a number
- AND: Returns the greatest lower bound
- OR: Returns the least upper bound
- XOR: Returns the difference (which bits are different)
- NOT: Returns 1 if input is 0 and 0 if input is 1.
- AND: Returns 1 only if both inputs are 1.
- OR: Returns 1 if at least one input is 1.
- XOR: Returns 1 if the inputs are different (1,0) and 0 if they are the same (0,0 or 1,1).
http://www.digitalcentury.com/encyclo/update/boole.html
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
