Ternary numeral system

From Wikipedia, the free encyclopedia

Numeral systems by culture
Hindu-Arabic numerals
Western Arabic
Eastern Arabic
Khmer
Indian family
Brahmi
Thai
East Asian numerals
Chinese
Japanese
Korean
 
Alphabetic numerals
Abjad
Armenian
Cyrillic
Ge'ez
Hebrew
Ionian/Greek
Sanskrit
 
Other systems
Attic
Etruscan
Urnfield
Roman
Babylonian
Egyptian
Mayan
List of numeral system topics
Positional systems by base
Decimal (10)
2, 4, 8, 16, 32, 64
3, 9, 12, 24, 30, 36, 60, more…
v  d  e

Ternary or trinary is the base-3 numeral system. Ternary digits are known as trits (trinary digit), with a name analogous to "bit". Although ternary most often refers to a system in which the three digits, 0, 1, and 2, are all nonnegative integers, the adjective also lends its name to the balanced ternary system, used in comparison logic and ternary computers.

Contents

[edit] Comparison to other radixes

[edit] Compared to decimal and binary

Representations of integer numbers in ternary do not get uncomfortably lengthy as quickly as in binary. For example, decimal 365 corresponds to binary 101101101 (9 digits) and to ternary 111112 (6 digits). However, they are still far less compact than the corresponding representations in bases such as decimal — see below for a compact way to codify ternary using nonary and septemvigesimal.

Numbers zero to twenty-seven in standard ternary
Ternary 0 1 2 10 11 12 20 21 22 100 101 102 110 111
Binary 0 1 10 11 100 101 110 111 1000 1001 1010 1011 1100 1101
Decimal 0 1 2 3 4 5 6 7 8 9 10 11 12 13
Ternary 112 120 121 122 200 201 202 210 211 212 220 221 222 1000
Binary 1110 1111 10000 10001 10010 10011 10100 10101 10110 10111 11000 11001 11010 11011
Decimal 14 15 16 17 18 19 20 21 22 23 24 25 26 27
Powers of three in ternary
Ternary 1 10 100 1 000 10 000
Binary 1 11 1001 1 1011 101 0001
Decimal 1 3 9 27 81
Power 30 31 32 33 34
Ternary 100 000 1 000 000 10 000 000 100 000 000 1 000 000 000
Binary 1111 0011 10 1101 1001 1000 1000 1011 1 1001 1010 0001 100 1100 1110 0011
Decimal 243 729 2 187 6 561 19 683
Power 35 36 37 38 39

As for rational numbers, ternary offers a convenient way to represent one third (as opposed to its cumbersome representation as an infinite string of recurring digits in decimal); but a major drawback is that, in turn, ternary does not offer a finite representation for the most basic fraction: one half (and thus, neither for one quarter, one sixth, one eighth, one tenth, etc.), because 2 is not a prime factor of the base.

Fractions in ternary
Ternary 0.111111111111... 0.1 0.020202020202... 0.012101210121... 0.011111111111... 0.010212010212...
Binary 0.1 0.010101010101... 0.01 0.001100110011... 0.00101010101... 0.001001001001...
Decimal 0.5 0.333333333333... 0.25 0.2 0.166666666666... 0.142857142857...
Fraction 1/2 1/3 1/4 1/5 1/6 1/7
Ternary 0.010101010101... 0.01 0.002200220022... 0.002110021100... 0.002020202020... 0.002002002002...
Binary 0.001 0.000111000111... 0.000110011001... 0.000101110100... 0.000101010101... 0.000100111011...
Decimal 0.125 0.111111111111... 0.1 0.090909090909... 0.083333333333... 0.076923076923...
Fraction 1/8 1/9 1/10 1/11 1/12 1/13

[edit] Compact ternary representation: base 9 and 27

Nonary (base 9, each digit is two ternary digits) or septemvigesimal (base 27, each digit is three ternary digits) is often used, similar to how octal and hexadecimal systems are used in place of binary. Ternary also has a unit similar to a byte, the tryte, which is six ternary digits.

[edit] Practical usage

A base-three system is used in Islam to count to 100 on a single hand for counting prayers (as alternative for the rosary in Catholicism). The benefit —apart from allowing a single hand to count up to 100— is that counting doesn't distract the mind too much since the counter need only count to three.

[edit] External links