MIN (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 ==
=== MIN ===
=== MIN ===
[[File:TempImage.png|thumb|alt=TempImage|TempImage]]
[[File:MIN_GATE.png|thumb|alt=Min Gate Symbol|Min Gate Symbol]]
<div class="tt">
<div class="tt">
<table class="tt">
<table class="tt">

Revision as of 20:26, 28 June 2024

Minimum

Uses

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

Truth Tables

MIN

Min Gate Symbol
Min Gate Symbol
MIN B
- 0 +
A - - - -
0 - 0 0
+ - 0 +
MIN
A B Y
- - -
- 0 -
- + -
0 - -
0 0 0
0 + 0
+ - -
+ 0 0
+ + +

NMIN

TempImage
TempImage
NMIN B
- 0 +
A - + + +
0 + 0 0
+ + 0 -
NMIN
A B Y
- - +
- 0 +
- + +
0 - +
0 0 0
0 + 0
+ - +
+ 0 0
+ + -