CON (Ternary Gate): Difference between revisions

From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary
No edit summary
Line 9: Line 9:
== Truth Tables ==
== Truth Tables ==
=== CON ===
=== CON ===
[[File:TempImage.png|thumb|alt=TempImage|TempImage]]
<div class="tt">
<div class="tt">
<table class="tt">
<table class="tt">
Line 97: Line 98:
<hr />
<hr />
=== NCON ===
=== NCON ===
[[File:TempImage.png|thumb|alt=TempImage|TempImage]]
<div class="tt">
<div class="tt">
<table class="tt">
<table class="tt">

Revision as of 06:19, 28 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

TempImage
TempImage
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

TempImage
TempImage
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
+ + -