ID: boole.riazavalverde.com
Version: 2.1.4
File Size: 0.4Mb
Boole Screenshots
Boole Description
Enter a boolean function and generates its truth table or Karnaugh map! Boole allows you to get from boolean expression of any number of variables:- Truth table
- Karnaugh map
- Simplified expression for Karnaugh
- Dual expression
- Canonical form (sum of products and product of sums)
- Circuit diagram (not yet available)
It is flexible in the expression syntax (you can read this rules in the "Help with expressions" section):
- Variables name must be composed by one or more alfanumeric characters.
- AND operation (logical conjunction) can be represented by &, && and *.
- OR operation (logical disjunction) can be represented by |, || and +.
- Variables can be grouped by parenthesis () and brackets [].
- Variables and grouped expressions can be negated by single quotes ' and exclamations !.
What's new in Boole 2.1.4
- ADDED: Application available in two new languages (Portuguese and French)- FIXED: Dual function
- ADDED: Tabs
- UPDATED: Better simplification algorithm
- UPDATED: Design