ANY (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary |
(→NANY) |
||
Line 100: | Line 100: | ||
<hr /> | <hr /> | ||
=== | === AANY === | ||
<div class="tt"> | <div class="tt"> | ||
<table class="tt"> | <table class="tt"> | ||
<tr> | <tr> | ||
<td class="tt_br tt_bb" colspan="2" rowspan="2"> | <td class="tt_br tt_bb" colspan="2" rowspan="2">AANY</td> | ||
<td colspan="3" class="tce"><b>B</b></td> | <td colspan="3" class="tce"><b>B</b></td> | ||
</tr> | </tr> | ||
Line 136: | Line 135: | ||
<table class="tt"> | <table class="tt"> | ||
<tr> | <tr> | ||
<td colspan="3"> | <td colspan="3">AANY</td> | ||
</tr> | </tr> | ||
<tr> | <tr> |
Revision as of 15:08, 29 August 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 | B | |||
- | 0 | + | ||
A | - | - | - | 0 |
0 | - | 0 | + | |
+ | 0 | + | + |
ANY | ||
A | B | Y |
- | - | - |
- | 0 | - |
- | + | 0 |
0 | - | - |
0 | 0 | 0 |
0 | + | + |
+ | - | 0 |
+ | 0 | + |
+ | + | + |
AANY
AANY | B | |||
- | 0 | + | ||
A | - | + | + | 0 |
0 | + | 0 | - | |
+ | 0 | - | - |
AANY | ||
A | B | Y |
- | - | + |
- | 0 | + |
- | + | 0 |
0 | - | + |
0 | 0 | 0 |
0 | + | - |
+ | - | 0 |
+ | 0 | - |
+ | + | - |