>
apps.truthTableGenerator.name
apps.truthTableGenerator.description
// apps.truthTableGenerator.ui.expression
$
// apps.truthTableGenerator.ui.presets
// apps.truthTableGenerator.ui.summary
apps.truthTableGenerator.ui.classification
apps.truthTableGenerator.ui.contingency
apps.truthTableGenerator.ui.variables
A · B · C
apps.truthTableGenerator.ui.rows
8
apps.truthTableGenerator.ui.trueRows
5 / 8
// apps.truthTableGenerator.ui.truthTable
| # | A | B | C | A ∧ B | ¬C | A ∧ B ∨ ¬C |
|---|---|---|---|---|---|---|
| 0 | 0 | 0 | 0 | 0 | 1 | 1 |
| 1 | 0 | 0 | 1 | 0 | 0 | 0 |
| 2 | 0 | 1 | 0 | 0 | 1 | 1 |
| 3 | 0 | 1 | 1 | 0 | 0 | 0 |
| 4 | 1 | 0 | 0 | 0 | 1 | 1 |
| 5 | 1 | 0 | 1 | 0 | 0 | 0 |
| 6 | 1 | 1 | 0 | 1 | 1 | 1 |
| 7 | 1 | 1 | 1 | 1 | 0 | 1 |
// apps.truthTableGenerator.ui.normalForms
apps.truthTableGenerator.ui.minterms(¬A ∧ ¬B ∧ ¬C) ∨ (¬A ∧ B ∧ ¬C) ∨ (A ∧ ¬B ∧ ¬C) ∨ (A ∧ B ∧ ¬C) ∨ (A ∧ B ∧ C)Σm(0, 2, 4, 6, 7)
apps.truthTableGenerator.ui.maxterms(A ∨ B ∨ ¬C) ∧ (A ∨ ¬B ∨ ¬C) ∧ (¬A ∨ B ∨ ¬C)ΠM(1, 3, 5)
// apps.truthTableGenerator.ui.syntax// apps.truthTableGenerator.ui.hint
apps.truthTableGenerator.ui.op.notNOT ¬ ! ~
apps.truthTableGenerator.ui.op.andAND ∧ & *
apps.truthTableGenerator.ui.op.orOR ∨ | +
apps.truthTableGenerator.ui.op.xorXOR ⊕ ^
apps.truthTableGenerator.ui.op.impliesIMPLIES → ->
apps.truthTableGenerator.ui.op.iffIFF ↔ <->