[x] Close ad

TERNARY NUMERAL SYSTEM

Numeral systems
Hindu-Arabic numerals
Western Arabic
Eastern Arabic
Indian family
Brahmi
East Asian numerals
Chinese
Japanese
Khmer
Korean
Thai
 
Alphabetic numerals
Abjad
Armenian
Cyrillic
Ge'ez
Hebrew
Ionian
Sanskrit
 
Other systems
Attic
Etruscan
Roman
Babylonian
Egyptian
Mayan
Numeral system topics
 
Positional systems
Decimal base,
Binaries2, 4, 8, 16, 32, 64, 128
other:  3, 9, 12, 24, 30, 36, 60, more.   

+/-

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

Comparison to other radixes

Compared to base 10 and 2

Standard ternary
Decimal 0 1 2 3 4 5 6 7 8 9 10
Binary 0 1 10 11 100 101 110 111 1000 1001 1010
Ternary 0 1 2 10 11 12 20 21 22 100 101

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.

Practical usage

A base-three system isn't necessarily inefficient for human usage. It is used in Islam to count to 100 on a single hand for worship (as alternative for the rosary in Christianity). The benefit—apart from allowing a single hand to count up to 100—is that counting doesn't distract the mind too much since you only need to count to three. Once one has to count to four, counting would become exceedingly challenging.

A rare ternary point is used to denote fractional parts of an inning in baseball. Since each inning consists of 3 outs, each out is considered \begin{matrix} \frac{1}{3} \end{matrix} (one third) of an inning and is denoted as .1. For example, if a player pitched all of the 4th, 5th and 6th innings, plus 2 outs of the 7th inning, his Innings pitched column for that game would be listed as 3.2, meaning 3 \begin{matrix} \frac{2}{3} \end{matrix}.

External links