MAX (Ternary Gate): Difference between revisions

From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary
No edit summary
Line 7: Line 7:
== Truth Tables ==
== Truth Tables ==
=== MAX ===
=== MAX ===
[[File:TempImage.png|thumb|alt=TempImage|TempImage]]
<div class="tt">
<div class="tt">
<table class="tt">
<table class="tt">
Line 98: Line 99:
<hr />
<hr />
=== NMAX ===
=== NMAX ===
[[File:TempImage.png|thumb|alt=TempImage|TempImage]]
<div class="tt">
<div class="tt">
<table class="tt">
<table class="tt">

Revision as of 06:49, 28 June 2024

Maximum

Uses

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

Truth Tables

MAX

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

NMAX

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