SUM (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 42: | Line 42: | ||
<td class="tt_bb"><b>A</b></td> | <td class="tt_bb"><b>A</b></td> | ||
<td class="tt_bb"><b>B</b></td> | <td class="tt_bb"><b>B</b></td> | ||
<td class="tt_bl tt_bb"><b> | <td class="tt_bl tt_bb"><b>Y</b></td> | ||
</tr> | </tr> | ||
<tr> | <tr> |
Revision as of 19:21, 28 May 2024
Modulo-3 Sum
Truth Tables
SUM | B | |||
- | 0 | + | ||
A | - | + | - | 0 |
0 | - | 0 | + | |
+ | 0 | + | - |
A | B | Y |
- | - | + |
- | 0 | - |
- | + | 0 |
0 | - | - |
0 | 0 | 0 |
0 | + | + |
+ | - | 0 |
+ | 0 | + |
+ | + | - |