Chinese go beyond binary with ternary molecule
Scientists in Singapore and Taiwan have developed an organic molecule which can have three electrically-readable states, making a ternary rather than binary device possible. Binary devices have two electrically readable states, corresponding to a one or zero. Ternary devices have three: zero, one or two. Consequently they could …
Russians did this in the 50's?
Did the Russians not do this in the 50's (vastly different technology)
Reminded me of an old Computer Science lecturer tell us all about this.
http://en.wikipedia.org/wiki/Setun
Ternary not a problem
Even today, Ternary systems are widely used in combination with binary ones. For example the UK0 Interface of German phoneline uses a Ternary voltage levels to transmit binary signals.
So essentially a final product probably would have binary connections, but convert that to ternary internally.
Existing software could still work
In theory, the trinary nature of RAM/CPU wouldn't have to affect software.
Most software we write these days don't care about number bases at all.
It would be reasonable to run existing Java applications in base 3.
The whole x86 architecture could be ported to base 3 internally such that the software doesn't see the difference.
Certain opcodes, such as SHL, ROR, which are base 2 would be less efficient, but still possible on a base 3 (or base 6) machine.
Mind you, keeping the x86 architecture alive is a terrible waste of man power.
Not all that new, I think
See http://en.wikipedia.org/wiki/Multi-level_cell
There's no need to change your infrastructure. You need a whole layer of error-correcting logic anyway so making that logic convert ternary to binary doesn't even make it much more complicated, I would guess.
No chance
"Don't expect a ternary iPad in your lifetime. Sorry!"
Like tri-state data would ever get past the T & C!
Does that mean
I'll have to learn my powers of three now?
We'll need to re-write some of the old jokes too:
There are 10 types of people in the world. Those that understand ternary, those that understand binary and those that don't.
Can't help feeling it loses something in translation.
Does that mean... 11 shurely??
As you've added another state there's another outcome...
There are 11 types of people in the world. Those that understand ternary, those that understand binary, those that understand both and those that understand neither.
Which is a truly awful mess of a geek joke ;-)
Already done...
There are 10 types of people in this world: those who've heard of ternary, those who haven't, and a million jobbing codemonkeys who think "hur, hur - it's funny 'cos it's binary".
Maybe its a marxist thing?
According to 'Mike Hally-Electronic Brains' the Russians had a ternary computer in the 1950's using core store
What do we call it?
If a Binary digIT is a BIT, what's a Ternary digIT going to be called?
@What do we call it?
Superb :)
And we have 3 states for Yes, No and Maybe.
New Keyboard
Seriously dont worry about it, it needed replacing anyway
Thank you for that comment !!!
How 'bout this?
Yes, No and Fuck it
Paris 'cause she is a 'bit' more!
Long March Computerisation for Massive Collective and Subjective Objective Control*
"It's very interesting science, but the entire binary computing infrastructure would have to alter to use it."
However, a little tweaking of ternary would render the entire binary computing infrastructure a capture to its proprietary instructions/System Wipes and ReWrites.
* for Virtually Advanced Post Modernist Confucianism and CyberIntelAIgent Taoism.
And bet against that if you want to walk naked as a J.
Will never happen
Nobody is going to run 3-logic computers. Not now, not in a 1000 years.
Even if some development makes 3-logic hardware attractive, it would be WAY WAY easier to just ignore and remove the 3rd state then to deal with 3-logic.
By the time someone comes up with a good 3-logic design, there will be a faster 2-logic machine, making 3-logic forever obsolete.
4-logic or 8-logic might be nice though.....
not quite
maybe not for large applications such as PC's but there are smaller applications that would benefit. I thought ternary was traditionally balanced i.e. -1 0 and 1 anyway so a ternary system could always be backwards compatible (by ignoring the sign). Code could be compressed to use ternary making the negative bit negligible - an instant saving in memory for common storage.
not electrical anyway
one of the limitiations of binary based electronics is how fast you can switch between "1" & "0" voltage levels and still accurately tell what you had (against noise). I imagine any gain from using ternary bits would be lost in speed, plus the associated logic would need to be more complex - almost getting towards old analogue electronics!
still, nice to see the Chinese trying to develop new stuff.
Ternary logic
For storage, you can use two ternary "trits" to store three bits (with one unused combination).
Ternary logic could also be used for asynchronous binary logic, which has three natural states: 0, 1 and not ready.
But I doubt we will see ternary numbers replace binary numbers in computers.
Not munching 3 bits
Ternary only means munching 1.585 bits (ln(3)/ln(2)) per cell.
Put another way: to store the equivalent of 64 bits, you would need 41 of these ternary cells.
(3^40 < 2^64 < 3^41)
Seconded
El Reg does it again! Indeed, a ternary digit is not three bits. Three bits is an octal digit.
A ternary digit is, of course, called a tit.
Ternary? Trinary!
Robert Heinlein used this idea in his novels, calling it 'trinary' - instead of one and zero, his scheme had values zero, 'unit' and 'pair'. He also proposed that future storage should be on a 'tell-you-three-times' basis (or 'tell-you-six-times' for really critical info - reminds me of Arthur C Clarke's Ramans). Though I think that Heinlein got the 'tell-me-three-times' from Edward Lear ('what I tell you three times is true')?
" ...munches three bits"
Oh no it doesn't!
What do you mean the panto season's over?
22 = 9
In a ternary system wouldn't it be "There are 02 types of people in this world, those who know ternary, those who don't, and a bunch of really confused nerds."
@Tinal
Congratulations on being the first person to get it right.
There are 2 types of people in this world, those that do understand ternary, those that think they understand ternary and those that don't.
The joke still works.
truth table
decimal, binary, ternary
0, 0, 0
1, 1, 1
2, 10, 02
3, 11, 10
hope this helps.
What?
Bollocks! In "Fry and the Slurm Facrory" Fry's 'see through things' torch (I seem to recall it was a z-ray?) clearly shows that bender runs on a 6502.
Martians
With their fondness for all things in threes, I bet the Martians have had these from the beginning.
...and De La Soul, of course.
Base-4 is good enough for humans
Base-3 is closest to the most efficient encoding representation which is base 2.718..., but fractional bases are not possible in practice. Heat dissipation is a major problem for chip designers and base-3 would enable them to use a lot fewer components (assuming the power consumption of a base-3 device was comparable to a base-2 device), so there could be a major cost/performance incentive in years to come to use base-3 devices.
Us human are are derived from a base-4 encoding, i.e., DNA.
@Derek Jones
"Base-3 is closest to the most efficient encoding representation which is base 2.718"
Not sure how you can prove e is the most efficient coding representation but (on paper) at least number systems based on non integer bases *are* possible. You might like to browse the back issues of the J. American Mathematical Association. A key issue for a viable number system is weather it can *uniquely * convert a decimal number into its number base and back without ambiguity.
Mine will be the one with some photocopies in it.
@John Smith 19
> Not sure how you can prove e is the most efficient coding representation ...
The inestimable Hacker's Delight covers that IIRC (outstanding book, a real eye opener). Another link is wiki, where else <http://en.wikipedia.org/wiki/Radix_economy>
> ...number systems based on non integer bases *are* possible
and negative nums. Maths teacher, a long time ago, tried to show us how to count in minus ten. Wiki link? Certainly <http://en.wikipedia.org/wiki/Negative_base>.
Snarky response to Tom Cooke
Unless Carroll pinched it from Lear, "What I tell you three times is true." first appeared
in "The Hunting of the Snark".
Snarks?
Wasn't there some story in that Bible book about "Before a rooster crows, you will deny Me three times." - I always thought that came first and inspired the other two.
Anyway, I'm off Snark hunting now....
timing and decimal values?
Ternary could never replace binary as traditional timing circuits avoid certain frequencies and timings (e.g. 10Hz / .1s) as they cannot be accurately stored as binary numbers - much like 1/3 in decimal. When you introduce base 3 timing, you eliminate most of the frequencies in use today.
trinary computer's been done long time ago
so I believe. I understand that the optimal base is e (2.718...) and given that a church dude settled on trinary to account for his alms payments to the poor, apparently building a wooden 'computer' (this would be very pre-20th century) that used trinary. I understand there's very little record of this thing.
useful root link <http://en.wikipedia.org/wiki/Ternary_numeral_system> gets you to radix economy etc.
And bless wiki, here's the wooden pooter ref <http://en.wikipedia.org/wiki/Thomas_Fowler_%28inventor%29>
What I tell you three times is true (why?)
"Tell you three times" is Lewis Carroll, [The Hunting of the Snark]. Probably online. Stated, never justified. However, the Space Shuttle has at least three computers that have to agree on navigation et cetera.
"0, 1 and not ready" is feminine logic (ducks)
I think Star Trek had three-state computers, or maybe I'm thinking of something else, such as James Blish's adapted stories. They had duotronics which evidently was electronics with knobs on, they had brand-new multitronics which was the subject of "The Ultimate Computer" and didn't go well at all, but they also had tricorders.
How do you do parity with trits?
Title
"What I tell you three times is true (why?)"
One computer may get it wrong. Of two computers, one may get it wrong, but you wouldn't know which. With three computers, the correct answer wins by popular vote. The chance of a rare-as-it-is fluke of getting it wrong in the first place, TWICE, is an "acceptible margin of error." (most likely in the realm of <0.0000000000001%).
Why do you think any kind of true vote-based system uses odd numbers? There will always be a tie-breaker vote, since "yea" or "nay" is binary after all.
Nothin New
Thomas fowler built a wooden calculating machine using balanced ternary in 1840.
Someone has built a copy recently, see:
http://www.mortati.com/glusker/fowler/index.htm
Strangely, the machine appears in a stained glas window at St. Michael’s Church in Torrington, Devon.
I believe the Russians tried ternary machines in a university sometime in the late 1950's.
Trinary used for chip design
IIRC (Electronics Weekly/Electronics Times mid 80s) either or both Ferranti and GEC did some chip designs, especially for gate arrays, using some kind of 3 level logic. Think it *might* have some links into Current Mode Logic, a cousin of ECL for V.high speed logic apps at lower power.
3 levels meant you could use fewer gates to do the same function. Handy if you have tight limits on number of gates per chip and each gate is pretty thirsty in the current department.
should this 8ever* get out of the lab it would give the same benefits in terms of simplified manufacturing (fewer "gates" to lay down and connect).
Maybe.
No enough states
Keep increasing the number of values that can be carried on a single conductor and you'll end up with a new computing concept - maybe call it Analogue (or Analog for those that can't spell). For specific applications they are still much faster than any digital solutions yet invented.
Mine's the one with the patch cords haning out of the pocket.
