CON (Ternary Gate): Difference between revisions

From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary
No edit summary
Line 182: Line 182:
</table>
</table>
</div>
</div>
[[Category:Ternary]]
[[Category:Logic_Gates]]

Revision as of 17:29, 26 June 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 B
- 0 +
A - - 0 0
0 0 0 0
+ 0 0 +
A B Y
- - -
- 0 0
- + 0
0 - 0
0 0 0
0 + 0
+ - 0
+ 0 0
+ + +

NCON

CON B
- 0 +
A - + 0 0
0 0 0 0
+ 0 0 -
A B Y
- - +
- 0 0
- + 0
0 - 0
0 0 0
0 + 0
+ - 0
+ 0 0
+ + -