메인 콘텐츠로 이동
>danielku.com
>

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
#ABCA ∧ B¬CA ∧ B ∨ ¬C
0000011
1001000
2010011
3011000
4100011
5101000
6110111
7111101
// 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.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 ↔ <->
// apps.truthTableGenerator.ui.hint