ANY (Ternary Gate): Difference between revisions

From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary
No edit summary
Line 8: Line 8:
== Truth Tables ==
== Truth Tables ==
=== ANY ===
=== ANY ===
[[File:TempImage.png|thumb|alt=TempImage|TempImage]]
[[File:ANY_GATE.png|thumb|alt=Any Gate Symbol|Any Gate Symbol]]
<div class="tt">
<div class="tt">
<table class="tt">
<table class="tt">
Line 101: Line 101:


=== NANY ===
=== NANY ===
[[File:TempImage.png|thumb|alt=TempImage|TempImage]]
[[File:NANY_GATE.png|thumb|alt=Negated Any Gate Symbol|Negated Any Gate Symbol]]
<div class="tt">
<div class="tt">
<table class="tt">
<table class="tt">

Revision as of 19:59, 28 June 2024

Any

Uses

ANY gate is the ternary equivalent to the binary OR gate.

The negated form NANY is a universal gate just like binary NOR. Every other logic gate can be made with the correct partern of NANY gates.

Truth Tables

ANY

Any Gate Symbol
Any Gate Symbol
ANY B
- 0 +
A - - - 0
0 - 0 +
+ 0 + +
ANY
A B Y
- - -
- 0 -
- + 0
0 - -
0 0 0
0 + +
+ - 0
+ 0 +
+ + +

NANY

Negated Any Gate Symbol
Negated Any Gate Symbol
ANY B
- 0 +
A - + + 0
0 + 0 -
+ 0 - -
NANY
A B Y
- - +
- 0 +
- + 0
0 - +
0 0 0
0 + -
+ - 0
+ 0 -
+ + -