MIN (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
(→NMIN) |
No edit summary |
||
Line 99: | Line 99: | ||
<hr /> | <hr /> | ||
=== NMIN === | === NMIN === | ||
<div class="tt"> | <div class="tt"> | ||
<table class="tt"> | <table class="tt"> |
Latest revision as of 03:59, 13 September 2024
Minimum
Uses
Do not know if this gate is actually useful for anything yet.
Truth Tables
MIN

MIN | B | |||
- | 0 | + | ||
A | - | - | - | - |
0 | - | 0 | 0 | |
+ | - | 0 | + |
MIN | ||
A | B | Y |
- | - | - |
- | 0 | - |
- | + | - |
0 | - | - |
0 | 0 | 0 |
0 | + | 0 |
+ | - | - |
+ | 0 | 0 |
+ | + | + |
NMIN
NMIN | B | |||
- | 0 | + | ||
A | - | + | + | + |
0 | + | 0 | 0 | |
+ | + | 0 | - |
NMIN | ||
A | B | Y |
- | - | + |
- | 0 | + |
- | + | + |
0 | - | + |
0 | 0 | 0 |
0 | + | 0 |
+ | - | + |
+ | 0 | 0 |
+ | + | - |