MIN (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary |
(→NMIN) |
||
Line 99: | Line 99: | ||
<hr /> | <hr /> | ||
=== NMIN === | === NMIN === | ||
[[File: | [[File:NMIN_GATE.png|thumb|alt=Negated Min Gate Symbol|Negated Min Gate Symbol]] | ||
<div class="tt"> | <div class="tt"> | ||
<table class="tt"> | <table class="tt"> |
Revision as of 20:48, 28 June 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 |
+ | + | - |