MIN (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
(Created page with "<p> Modulo-3 Sum </p> == Truth Table == <div style="text-align: center; font-family: monospace; font-size: 20px;"> <table style="display: inline-block; border-collapse: collapse;"> <tr> <td class="tct" colspan="2" rowspan="2">SUM</td> <td colspan="3">B</td> </tr> <tr> <td class="tcb1">-</td> <td class="tcb2">0</td> <td class="tcb3">+</td> </tr> <tr> <td rowspan="3">A</td> <td class="tcr1">-</td> <td class="tc1">-</td> <td class="tc1">-</td> <td...") |
No edit summary |
||
Line 1: | Line 1: | ||
<p> | <p> | ||
Minimum | |||
</p> | </p> | ||
Revision as of 06:50, 24 May 2024
Minimum
Truth Table
SUM | B | |||
- | 0 | + | ||
A | - | - | - | - |
0 | - | 0 | 0 | |
+ | - | 0 | + |