CON (Ternary Gate)
From T729 Balanced Ternary Computer
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 |
+ | + | - |