CON (Ternary Gate): Difference between revisions

From T729 Balanced Ternary Computer
Jump to navigationJump to search
Line 43: Line 43:


<table class="tt">
<table class="tt">
<tr>
<td colspan="3">CON</td>
</tr>
<tr>
<tr>
<td class="tt_bb"><b>A</b></td>
<td class="tt_bb"><b>A</b></td>
Line 97: Line 100:


<hr />
<hr />
=== ACON ===
=== ACON ===
<div class="tt">
<div class="tt">

Revision as of 15:05, 29 August 2024

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 Gate Symbol
Con Gate Symbol
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
+ + +

ACON

ACON B
- 0 +
A - + 0 0
0 0 0 0
+ 0 0 -
ACON
A B Y
- - +
- 0 0
- + 0
0 - 0
0 0 0
0 + 0
+ - 0
+ 0 0
+ + -