CON (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<big><b>Consensus</b></big> | <big><b>Consensus</b></big> | ||
[[File:CON_GATE.png|thumb|Con Gate Symbol]] | |||
[[File:BCT_CON.png|thumb|BCT Con Gate]] | |||
== Uses == | == Uses == | ||
Line 9: | Line 10: | ||
== Truth Tables == | == Truth Tables == | ||
=== CON === | === CON === | ||
<div class="tt"> | <div class="tt"> | ||
<table class="tt"> | <table class="tt"> |
Revision as of 18:56, 21 January 2025
Consensus


Uses
CON gate is the ternary equivalent to the binary AND gate.
The negated form NCON is a universal gate just like binary NAND. Every other logic gate can be made with the correct partern 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 |
+ | + | - |