MIN (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
== Truth Tables == | == Truth Tables == | ||
=== MIN === | === MIN === | ||
[[File: | [[File:MIN_GATE.png|thumb|alt=Min Gate Symbol|Min Gate Symbol]] | ||
<div class="tt"> | <div class="tt"> | ||
<table class="tt"> | <table class="tt"> |
Revision as of 20:26, 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 |
+ | + | - |