This is an old revision of the document!
This is a Concept i been messing with in my free time for about 3 semesters and is the idea of what i think trinary logic might biol down to when given three variables as if u would as an example 0,1 is binary but what if trinary used something like A,B,C or 0,1,2 (all combinations of three things would work for ease of understanding and readability i will be using A,B,C)
Trinary logic gates
possible trinary inputs and out puts A B C
Part 0x0
The idea i am working on is not one output for every input, but two outputs for every input
Example 0x0
/-B
(A)-*
\-C
Part 0x1
However with this method the multiple combinations are near endless and must be ordered and managed which i have come up with a ordered set in ordered to understand what to do.
Example 0x1
/-B(first to be processed)
(A)A-*
\-C(second to be processed)
(B):C is to be processed first B second (C):both B and C are waiting for the third input
Which would indicate a second A which would tell the system to process the B or first order in order of possible inputs/outputs
Part 0x2
Now we are posed with another problem how to indicate if you want to use the second output at all how to indicate that is such
Example 0x2
/-B(to be processed entirely including potential outcomes of process)
(A)AA-*
\-C(to be dropped from process tree)
(B):C is to be processed entirely including potential outcomes of processand B is to be droped (C):Defualts to process B frist but only section one at a time which means to process Bs frist three outputs then Cs frist three outputs then back to B
so in essance a data stream will look like 3 sets of 3 inputs to get one or Two 1 set of 3 out put
part 0x3
Which brings me to name a set of 3 inputs is to be a Tryte and a single input to be called a Tithe
Possible single Tryte
AAA|BBB|CCC AAB|BBA|CCA AAC|BBC|CCB ABA|BAB|CAC ACA|BCB|CAB ABB|BAA|CBA ABC|BAC|CBC ACA|BCC|CAA ACB|BCA|CBB ACC| |
Some may be missing
Other thoughts:
This idea and concept opposes most conventional methods to process data and can be and is confusing to someone who is looking at the standard binary transistor that deals with only two states which i have no idea how to implement the idea
:DISCLAMER: MIND YOU ALL OF THIS IS AN IDEA IN MY HEAD AND I ONLY USE A B AND C TO REPRESENT THIS IDEA, IT COULD BE ANYTHING YOU WISH AND YOU DON'T HAVE TO AGREE OR EXCEPT THIS IDEA!