MAX (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary |
m (MrDyne moved page MAX Ternary Gate to MAX (Ternary Gate)) |
(No difference)
|
Revision as of 17:59, 29 May 2024
Maximum
Uses
Do not know if this gate is actually useful for anything yet.
Truth Tables
MAX | B | |||
- | 0 | + | ||
A | - | - | 0 | + |
0 | 0 | 0 | + | |
+ | + | + | + |
A | B | Y |
- | - | - |
- | 0 | 0 |
- | + | + |
0 | - | 0 |
0 | 0 | 0 |
0 | + | + |
+ | - | + |
+ | 0 | + |
+ | + | + |