Skip to content

kyle-west/truthfulness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

truthfulness

This is a Truth Table Generator I am making for fellow students to use in my Discrete Math Class. You may access it here

Example

Lets evaluate the expression: p ∧ ¬q. The Truth Table Generator will result with the following table.

| p | q | ¬q | p∧¬q |
|---+---+----+------|
| 0 | 0 | 1  |  0   |
| 0 | 1 | 0  |  0   |
| 1 | 0 | 1  |  1   |
| 1 | 1 | 0  |  0   |

We can also view the table with the results inline to the expression (accessed via the settings menu) like so:

| p | ∧ | ¬ | q |
|---+---+---+---|
| 0 | 0 | 1 | 0 |
| 0 | 0 | 0 | 1 |
| 1 | 1 | 1 | 0 |
| 1 | 0 | 0 | 1 |

If we wish, we may also change out the 1/0's for T\F's in the settings menu.

| p | ∧ | ¬ | q |
|---+---+---+---|
| F | F | T | F |
| F | F | F | T |
| T | T | T | F |
| T | F | F | T |

About

🧮 This is a truth table generator I am making for fellow students to use in my Discrete Math Class.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published