MAX (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
== Truth Tables == | == Truth Tables == | ||
=== MAX === | === MAX === | ||
[[File: | [[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 99: | Line 99: | ||
<hr /> | <hr /> | ||
=== NMAX === | === NMAX === | ||
<div class="tt"> | <div class="tt"> | ||
<table class="tt"> | <table class="tt"> |
Latest revision as of 04:00, 13 September 2024
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 | - |
+ | + | - |