CON (Ternary Gate): Difference between revisions
From TernaryWiki
Jump to navigationJump to search
Created page with "<big><b>Consensus</b></big> thumb|Con Gate Symbol thumb|BCT Con Gate == 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 === <div class="tt"> <table class="tt"> <tr> <td class..." |
No edit summary |
||
Line 1: | Line 1: | ||
<big><b>Consensus</b></big> | <big><b>Consensus</b></big> | ||
== Uses == | == Uses == | ||
Line 190: | Line 189: | ||
</table> | </table> | ||
</div> | </div> | ||
==References== | |||
* [https://homepage.cs.uiowa.edu/~dwjones/ternary/ The Ternary Manifesto by Douglas W. Jones] | |||
[[Category:Ternary]] | [[Category:Ternary]] | ||
[[Category:Logic_Gates]] | [[Category:Logic_Gates]] |
Latest revision as of 00:42, 4 May 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 |
+ | + | - |