MAX (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 186: | Line 186: | ||
</table> | </table> | ||
</div> | </div> | ||
[[Category:Ternary]] | |||
[[Category:Logic_Gates]] |
Revision as of 17:31, 26 June 2024
Maximum
Uses
Do not know if this gate is actually useful for anything yet.
Truth Tables
MAX
MAX | B | |||
- | 0 | + | ||
A | - | - | 0 | + |
0 | 0 | 0 | + | |
+ | + | + | + |
MAX | ||
A | B | Y |
- | - | - |
- | 0 | 0 |
- | + | + |
0 | - | 0 |
0 | 0 | 0 |
0 | + | + |
+ | - | + |
+ | 0 | + |
+ | + | + |
NMAX
NMAX | B | |||
- | 0 | + | ||
A | - | + | 0 | - |
0 | 0 | 0 | - | |
+ | - | - | - |
NMAX | ||
A | B | Y |
- | - | + |
- | 0 | 0 |
- | + | - |
0 | - | 0 |
0 | 0 | 0 |
0 | + | - |
+ | - | - |
+ | 0 | - |
+ | + | - |