MAX (Ternary Gate): Difference between revisions

From TernaryWiki
Jump to navigationJump to search
Created page with "<big><b>Maximum</b></big> == Uses == Do not know if this gate is actually useful for anything yet. == Truth Tables == === MAX === thumb|alt=Max Gate Symbol|Max Gate Symbol <div class="tt"> <table class="tt"> <tr> <td class="tt_br tt_bb" colspan="2" rowspan="2">MAX</td> <td colspan="3" class="tce"><b>B</b></td> </tr> <tr> <td class="tt_r tt_bb">-</td> <td class="tt_g tt_bb">0</td> <td class="tt_b tt_bb">+</td> </tr> <tr>..."
 
No edit summary
Line 7: Line 7:
== Truth Tables ==
== Truth Tables ==
=== MAX ===
=== MAX ===
[[File:MAX_GATE.png|thumb|alt=Max Gate Symbol|Max Gate Symbol]]
 
<div class="tt">
<div class="tt">
<table class="tt">
<table class="tt">
Line 187: Line 187:
</table>
</table>
</div>
</div>
==References==
* [https://homepage.cs.uiowa.edu/~dwjones/ternary/ The Ternary Manifesto by Douglas W. Jones]


[[Category:Ternary]]
[[Category:Ternary]]
[[Category:Logic_Gates]]
[[Category:Logic_Gates]]

Revision as of 00:44, 4 May 2025

Maximum

Uses

Do not know if this gate is actually useful for anything yet.

Truth Tables

MAX

MAX B
- 0 +
A - - 0 +
0 0 0 +
+ + + +
MAX
A B Y
- - -
- 0 0
- + +
0 - 0
0 0 0
0 + +
+ - +
+ 0 +
+ + +

NMAX

NMAX B
- 0 +
A - + 0 -
0 0 0 -
+ - - -
NMAX
A B Y
- - +
- 0 0
- + -
0 - 0
0 0 0
0 + -
+ - -
+ 0 -
+ + -

References