CON (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
== Uses == | == Uses == | ||
CON gate is the ternary equivalent to the | CON gate is the ternary equivalent to the [[AND (Binary Gate)|Binary AND]]. | ||
The | The [[NEG (Ternary Gate)|Negated]] form NCON is a universal gate just like [[AND (Binary Gate)|Binary NAND]]. Every other logic gate can be made with the correct pattern of NCON gates. | ||
== Truth Tables == | == Truth Tables == |
Latest revision as of 17:56, 10 March 2025
Consensus


Uses
CON gate is the ternary equivalent to the Binary AND.
The Negated form NCON is a universal gate just like Binary NAND. Every other logic gate can be made with the correct pattern of NCON gates.
Truth Tables
CON
CON | B | |||
- | 0 | + | ||
A | - | - | 0 | 0 |
0 | 0 | 0 | 0 | |
+ | 0 | 0 | + |
CON | ||
A | B | Y |
- | - | - |
- | 0 | 0 |
- | + | 0 |
0 | - | 0 |
0 | 0 | 0 |
0 | + | 0 |
+ | - | 0 |
+ | 0 | 0 |
+ | + | + |
NCON
NCON | B | |||
- | 0 | + | ||
A | - | + | 0 | 0 |
0 | 0 | 0 | 0 | |
+ | 0 | 0 | - |
NCON | ||
A | B | Y |
- | - | + |
- | 0 | 0 |
- | + | 0 |
0 | - | 0 |
0 | 0 | 0 |
0 | + | 0 |
+ | - | 0 |
+ | 0 | 0 |
+ | + | - |