User Tools

Site Tools


user:nsano:portfolio:trinaryresearch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
user:nsano:portfolio:trinaryresearch [2014/09/23 17:23] – [Not Logic proposal] Nsanouser:nsano:portfolio:trinaryresearch [2014/09/23 17:49] (current) – [Ternary logical not gate] Nsano
Line 1: Line 1:
-=====Trinary after thought research===== +=====Ternary after thought research===== 
- 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)+ This is a Concept i been messing with in my free time for about 3 semesters and is the idea of what i think ternary logic might boil down to when given three variables as if u would as an example 0,1 is binary but what if ternary 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)
  
  
 ====== Research ====== ====== Research ======
  
-  * [[http://en.wikipedia.org/wiki/Ternary_computer]] :: what is Trinary or Ternary computing simple put its the use of 3 states insted of the more common and standard binary or 2 state computing +  * [[http://en.wikipedia.org/wiki/Ternary_computer]] :: what is Ternary or Ternary computing simple put its the use of 3 states instead of the more common and standard binary or 2 state computing 
-  * [[http://en.wikipedia.org/wiki/Ternary_numeral_system]] ::  number system conversions for decmial binary and ternary +  * [[http://en.wikipedia.org/wiki/Ternary_numeral_system]] ::  number system conversions for decimal binary and ternary 
-  * [[http://en.wikipedia.org/wiki/Ternary_logic]] :: one possible way to use Ternaruy logic (i dont like it leaves to much out and alot of dta could be more utlized +  * [[http://en.wikipedia.org/wiki/Ternary_logic]] :: one possible way to use Ternary logic (i don'like it leaves to much out and a lot of data could be more utilized 
-  * [[http://stackoverflow.com/questions/764439/why-binary-and-not-ternary-computing]] :: Started reading this but relized it was far ebyond wher i was in the logic steps and still am+  * [[http://stackoverflow.com/questions/764439/why-binary-and-not-ternary-computing]] :: Started reading this but realized it was far beyond where i was in the logic steps and still am
   * [[http://tunguska.sourceforge.net/docs.html]] :: a report and manual i found about Ternary computing that will be useful if i ever deiced to make an emulator   * [[http://tunguska.sourceforge.net/docs.html]] :: a report and manual i found about Ternary computing that will be useful if i ever deiced to make an emulator
  
  
-====== Ternary logic Sequence ======+====== Ternary logical not gate ======
  
 Ternary logic gates Ternary logic gates
Line 70: Line 70:
 Possible single Tryte Possible single Tryte
 ---------------------------------------------------------------------------- ----------------------------------------------------------------------------
-AAA|BBB|CCC +AAA|BBB|CCC\\ 
-AAB|BBA|CCA +AAB|BBA|CCA\\ 
-AAC|BBC|CCB +AAC|BBC|CCB\\ 
-ABA|BAB|CAC +ABA|BAB|CAC\\ 
-ACA|BCB|CAB +ACA|BCB|CAB\\ 
-ABB|BAA|CBA +ABB|BAA|CBA\\ 
-ABC|BAC|CBC +ABC|BAC|CBC\\ 
-ACA|BCC|CAA +ACA|BCC|CAA\\ 
-ACB|BCA|CBB+ACB|BCA|CBB\\
 ACC|   | ACC|   |
  
Line 128: Line 128:
 AAB : AA denotes end of byte B declares stop\\  AAB : AA denotes end of byte B declares stop\\ 
  
- continuing this process we follow the ABCACBABBACC with not a AAB but a AAA and we would pull the\\ next since the 3rd ternary integer is A meaning pull next 5 trytes and process\\+continuing this process we follow the ABCACBABBACC with not a AAB but a AAA and we would pull the next since the 3rd ternary integer is A meaning pull next 5 trytes and process
 so we pull an additional ABCACBABBACCAAB so we see a \\ so we pull an additional ABCACBABBACCAAB so we see a \\
 ABCACBABBACAAAABCACBABBACCAAB : 1001110010011100 \\ ABCACBABBACAAAABCACBABBACCAAB : 1001110010011100 \\
Line 141: Line 141:
 break down farther\\ break down farther\\
 ABC : 10 ACB :01 ABB : 11 ACC : 00 AAC : 10011100\\ ABC : 10 ACB :01 ABB : 11 ACC : 00 AAC : 10011100\\
 +
 Other thoughts: Other thoughts:
  
user/nsano/portfolio/trinaryresearch.1411493016.txt.gz · Last modified: 2014/09/23 17:23 by Nsano