MIN (Ternary Gate)

From T729 Balanced Ternary Computer
Revision as of 06:44, 24 May 2024 by MrDyne (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Modulo-3 Sum

Truth Table

SUM B
- 0 +
A - - - -
0 - 0 0
+ - 0 +