Template:Short description Template:Use dmy dates Template:Sidebar with collapsible groups A ternary Template:IPAc-en numeral system (also called base 3 or trinary<ref name="Kindra2022">Template:Cite journal</ref>) has three as its base. Analogous to a bit, a ternary digit is a trit (trinary digit). One trit is equivalent to log2 3 (about 1.58496) bits of information.

Although ternary most often refers to a system in which the three digits are all non–negative numbers; specifically Template:Num, Template:Num, and Template:Num, the adjective also lends its name to the balanced ternary system; comprising the digits −1, 0 and +1, used in comparison logic and ternary computers.

Comparison to other basesEdit

Representations of integer numbers in ternary do not get uncomfortably lengthy as quickly as in binary. For example, decimal 365(10) or senary Template:Gaps(6) corresponds to binary Template:Gaps(2) (nine bits) and to ternary Template:Gaps(3) (six 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 (base 9) and septemvigesimal (base 27).

A ternary multiplication table
× 1 2 10 11 12 20 21 22 100
1 1 2 10 11 12 20 21 22 100
2 2 11 20 22 101 110 112 121 200
10 10 20 100 110 120 200 210 220 1,000
11 11 22 110 121 202 220 1,001 1,012 1,100
12 12 101 120 202 221 1,010 1,022 1,111 1,200
20 20 110 200 220 1,010 1,100 1,120 1,210 2,000
21 21 112 210 1,001 1,022 1,120 1,211 2,002 2,100
22 22 121 220 1,012 1,111 1,210 2,002 2,101 2,200
100 100 200 1,000 1,100 1,200 2,000 2,100 2,200 10,000
Numbers from 0 to 33 − 1 in standard ternary
Ternary 0 1 2 10 11 12 20 21 22
Binary 0 1 10 11 100 101 110 111 Template:Gaps
Senary 0 1 2 3 4 5 10 11 12
Decimal 0 1 2 3 4 5 6 7 8
Ternary 100 101 102 110 111 112 120 121 122
Binary 1001 1010 1011 1100 1101 1110 1111 Template:Gaps Template:Gaps
Senary 13 14 15 20 21 22 23 24 25
Decimal 9 10 11 12 13 14 15 16 17
Ternary 200 201 202 210 211 212 220 221 222
Binary Template:Gaps Template:Gaps Template:Gaps Template:Gaps Template:Gaps Template:Gaps Template:Gaps Template:Gaps Template:Gaps
Senary 30 31 32 33 34 35 40 41 42
Decimal 18 19 20 21 22 23 24 25 26
Powers of 3 in ternary
Ternary 1 10 100 Template:Gaps Template:Gaps
Binary 1 11 1001 Template:Gaps Template:Gaps
Senary 1 3 13 43 213
Decimal 1 3 9 27 81
Power Template:Big0 Template:Big1 Template:Big2 Template:Big3 Template:Big4
Ternary Template:Gaps Template:Gaps Template:Gaps Template:Gaps Template:Gaps
Binary Template:Gaps Template:Gaps Template:Gaps Template:Gaps Template:Gaps
Senary Template:Gaps Template:Gaps Template:Gaps Template:Gaps Template:Gaps
Decimal 243 729 Template:Gaps Template:Gaps Template:Gaps
Power Template:Big5 Template:Big6 Template:Big7 Template:Big8 Template:Big9

As for rational numbers, ternary offers a convenient way to represent Template:Sfrac as same as senary (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 Template:Sfrac (nor for Template:Sfrac, Template:Sfrac, etc.), because 2 is not a prime factor of the base; as with base two, one-tenth (decimalTemplate:Sfrac, senary Template:Sfrac) is not representable exactly (that would need e.g. decimal); nor is one-sixth (senary Template:Sfrac, decimal Template:Sfrac).

Fractions in ternary
Fraction Template:Sfrac Template:Sfrac Template:Sfrac Template:Sfrac Template:Sfrac Template:Sfrac Template:Sfrac Template:Sfrac Template:Sfrac Template:Sfrac Template:Sfrac Template:Sfrac
Ternary 0.Template:Overline 0.1 0.Template:Overline 0.Template:Overline 0.0Template:Overline 0.Template:Overline 0.Template:Overline 0.01 0.Template:Overline 0.Template:Overline 0.0Template:Overline 0.Template:Overline
Binary 0.1 0.Template:Overline 0.01 0.Template:Overline 0.0Template:Overline 0.Template:Overline 0.001 0.Template:Overline 0.0Template:Overline 0.Template:Overline 0.00Template:Overline 0.Template:Overline
Senary 0.3 0.2 0.13 0.Template:Overline 0.1 0.Template:Overline 0.043 0.04 0.0Template:Overline 0.Template:Overline 0.03 0.Template:Overline
Decimal 0.5 0.Template:Overline 0.25 0.2 0.1Template:Overline 0.Template:Overline 0.125 0.Template:Overline 0.1 0.Template:Overline 0.08Template:Overline 0.Template:Overline

Sum of the digits in ternary as opposed to binaryEdit

The value of a binary number with n bits that are all 1 is Template:Math.

Similarly, for a number N(b, d) with base b and d digits, all of which are the maximal digit value Template:Math, we can write:

Template:Math
Template:Math
Template:Math.
Template:Math and
Template:Math, so
Template:Math, or
Template:Math

Then

Template:Math
Template:Math
Template:Math

For a three-digit ternary number, Template:Math.

Compact ternary representation: base 9 and 27Edit

Comparison between ternary and nonary
ternary nonary
00 0
01 1
02 2
10 3
11 4
12 5
20 6
21 7
22 8

Nonary Template:IPAc-en (base 9, each digit is two ternary digits) or septemvigesimal (base 27, each digit is three ternary digits) can be used for compact representation of ternary, similar to how octal and hexadecimal systems are used in place of binary.

Practical usageEdit

File:Fewest weights balance puzzle.svg
Use of ternary numbers to balance an unknown integer weight from 1 to 40 kg with weights of 1, 3, 9 and 27 kg (4 ternary digits actually gives 34 = 81 possible combinations: −40 to +40, but only the positive values are useful)




In certain analog logic, the state of the circuit is often expressed ternary. This is most commonly seen in CMOS circuits, and also in transistor–transistor logic with totem-pole output. The output is said to either be low (grounded), high, or open (high-Z). In this configuration the output of the circuit is actually not connected to any voltage reference at all. Where the signal is usually grounded to a certain reference, or at a certain voltage level, the state is said to be high impedance because it is open and serves its own reference. Thus, the actual voltage level is sometimes unpredictable.

A rare "ternary point" in common use is for defensive statistics in American baseball (usually just for pitchers), to denote fractional parts of an inning. Since the team on offense is allowed three outs, each out is considered one third of a defensive inning and is denoted as .1. For example, if a player pitched all of the 4th, 5th and 6th innings, plus achieving 2 outs in the 7th inning, his innings pitched column for that game would be listed as 3.2, the equivalent of Template:Frac (which is sometimes used as an alternative by some record keepers). In this usage, only the fractional part of the number is written in ternary form.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Ternary numbers can be used to convey self-similar structures like the Sierpinski triangle or the Cantor set conveniently. Additionally, it turns out that the ternary representation is useful for defining the Cantor set and related point sets, because of the way the Cantor set is constructed. The Cantor set consists of the points from 0 to 1 that have a ternary expression that does not contain any instance of the digit 1.<ref name="Soltanifar_2006_1"/><ref name="Soltanifar_2006_2"/> Any terminating expansion in the ternary system is equivalent to the expression that is identical up to the term preceding the last non-zero term followed by the term one less than the last non-zero term of the first expression, followed by an infinite tail of twos. For example: 0.1020 is equivalent to 0.1012222... because the expansions are the same until the "two" of the first expression, the two was decremented in the second expansion, and trailing zeros were replaced with trailing twos in the second expression.

Ternary is the integer base with the lowest radix economy, followed closely by binary and quaternary. This is due to its proximity to the mathematical constant e. It has been used for some computing systems because of this efficiency. It is also used to represent three-option trees, such as phone menu systems, which allow a simple path to any branch.

A form of redundant binary representation called a binary signed-digit number system, a form of signed-digit representation, is sometimes used in low-level software and hardware to accomplish fast addition of integers because it can eliminate carries.<ref name="Phatak_1994"/>

Binary-coded ternaryEdit

Simulation of ternary computers using binary computers, or interfacing between ternary and binary computers, can involve use of binary-coded ternary (BCT) numbers, with two or three bits used to encode each trit.<ref name="Frieder_1975"/><ref name="Parhami_2013"/> BCT encoding is analogous to binary-coded decimal (BCD) encoding. If the trit values 0, 1 and 2 are encoded 00, 01 and 10, conversion in either direction between binary-coded ternary and binary can be done in logarithmic time.<ref name="Jones_2016_1"/> A library of C code supporting BCT arithmetic is available.<ref name="Jones_2016_2"/>

TryteEdit

Some ternary computers such as the Setun defined a tryte to be six trits<ref name="Impagliazzo_2006"/> or approximately 9.5 bits (holding more information than the de facto binary byte).<ref name="Brousentsov_2010"/>

See alsoEdit

ReferencesEdit

Template:Reflist

Further readingEdit

External linksEdit

Template:Data types