Ai Dreams Forum

AI Dreams => General Chat => Topic started by: LOCKSUIT on October 30, 2019, 03:35:37 am

Title: "Why Not Ternary Computers?"
Post by: LOCKSUIT on October 30, 2019, 03:35:37 am
Wow.......we missed out......

https://www.techopedia.com/why-not-ternary-computers/2/32427

https://hackaday.com/2016/12/16/building-the-first-ternary-microprocessor/

Title: Re: "Why Not Ternary Computers?"
Post by: LOCKSUIT on October 30, 2019, 03:40:12 am
(# OF COMBOS PER EXTRA BIT)

BINARY
TERNARY

2
3

4
9

8 < 3 bits
27 < 3 trits

16
81

32
243

64
729

128
2,187

256
6,561

512
19,683

1,024
59,049

2,048
177,147

4,096
531,441

8,192
1,594,323

16,384
4.782.969

32,768
14.348.907

65,536
43.046.721

131,072
129.140,163

262,144
387,420,489

524,288
1,162,261,467
Title: Re: "Why Not Ternary Computers?"
Post by: LOCKSUIT on October 30, 2019, 03:43:55 am
What if you developed a disc or Solid-State drive that has not as many bit storage, BUT, each were 100 :) ?

100 1bit
10,000 2bits
1,000,000 3bits
100,000,000 4bits
10,000,000,000 5bits
1,000,000,000,000 6bits
100,000,000,000,000 7bits

Maybe not that fast, but has massive storage. More than 2TB!

2TB
=
16,000,000,000,000 bits!

wait miscalculation...
2 bits is 4 combos.....eh....

Ok so, my 2TB disc has say 50 bits....

50bits=1,125,899,906,842,624 combos
50bits=1 0000000000 0000000000 0000000000 0000000000 0000000000 0000000000 0000000000 0000000000 0000000000 0000000000 combos

funny thing is every bit in this new idea gives you 2 0s; 00......binary however gives you a new 2 digits every ~7 bits.....1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384

Meaning,
20 bits
1,000,000 combos.......1 0000000000 0000000000 0000000000 0000000000
6 0s VS 40 0s
Above I showed for 50 bits it was 15 digits VS 100 digits.....
6.666666666666667 greater always!



So....
50bits=1,125,899,906,842,624
50bits=1 0000000000 0000000000 0000000000 0000000000 0000000000 0000000000 0000000000 0000000000 0000000000 0000000000

30bits=1,073,741,824
30bits=1 0000000000 0000000000 0000000000 0000000000 0000000000 0000000000

20bits=1,000,000
20bits=1 0000000000 0000000000 0000000000 0000000000

10bits=1,024
10bits=1 0000000000 0000000000



So....By the time ordinary bits reach 100 0s, it would take 330 bits because that's 33 3-digits it adds on per 10 bits. But for this 100 bit drive it is just 50 bits....6.666666666666667 less storage. Not impressed, hmmm

At this rate, it'd take 300GB to make us a 2TB drive.