A ternary
numeral system
A numeral system (or system of numeration) is a writing system for expressing numbers; that is, a mathematical notation for representing numbers of a given set, using digits or other symbols in a consistent manner.
The same sequence of symb ...
(also called base 3 or trinary) has
three as its
base. Analogous to a
bit
The bit is the most basic unit of information in computing and digital communications. The name is a portmanteau of binary digit. The bit represents a logical state with one of two possible values. These values are most commonly represented a ...
, a ternary
digit
Digit may refer to:
Mathematics and science
* Numerical digit, as used in mathematics or computer science
** Hindu-Arabic numerals, the most common modern representation of numerical digits
* Digit (anatomy), the most distal part of a limb, such ...
is a trit (trinary digit). One trit is equivalent to
log2 3 (about 1.58496) bits of
information
Information is an abstract concept that refers to that which has the power to inform. At the most fundamental level information pertains to the interpretation of that which may be sensed. Any natural process that is not completely random, ...
.
Although ''ternary'' most often refers to a system in which the three digits are all non–negative numbers; specifically , , and , the adjective also lends its name to the
balanced ternary system; comprising the digits
−1, 0 and +1, used in comparison logic and
ternary computer
A ternary computer, also called trinary computer, is one that uses ternary logic (i.e., base 3) instead of the more common binary system (i.e., base 2) in its calculations. This means it uses trits (instead of bits, as most computers do).
Ty ...
s.
Comparison to other bases
Representations of
integer numbers in ternary do not get uncomfortably lengthy as quickly as in
binary. For example,
decimal 365
365 may refer to:
* 365 (number), an integer
* a common year, consisting of 365 calendar days
* AD 365, a year of the Julian calendar
* 365 BC, a year of the 4th century BC
Media outlets
* 365 (media corporation), Icelandic TV company
* 365 Med ...
or
senary
A senary () numeral system (also known as base-6, heximal, or seximal) has 6, six as its radix, base. It has been adopted independently by a small number of cultures. Like decimal, it is a semiprime, though it is unique as the product of the only ...
1405 corresponds to binary 101101101 (nine digits) and to ternary 111112 (six digits). However, they are still far less compact than the corresponding representations in bases such as
decimalsee below for a compact way to codify ternary using nonary (base 9) and
septemvigesimal (base 27).
As for
rational number
In mathematics, a rational number is a number that can be expressed as the quotient or fraction of two integers, a numerator and a non-zero denominator . For example, is a rational number, as is every integer (e.g. ). The set of all ra ...
s, ternary offers a convenient way to represent 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 (nor for , , etc.), because
2 is not a
prime
A prime number (or a prime) is a natural number greater than 1 that is not a product of two smaller natural numbers. A natural number greater than 1 that is not prime is called a composite number. For example, 5 is prime because the only way ...
factor
Factor, a Latin word meaning "who/which acts", may refer to:
Commerce
* Factor (agent), a person who acts for, notably a mercantile and colonial agent
* Factor (Scotland), a person or firm managing a Scottish estate
* Factors of production, ...
of the base; as with base two, one-tenth (decimal, senary ) is not representable exactly (that would need e.g. decimal); nor is one-sixth (senary , decimal ).
Sum of the digits in ternary as opposed to binary
The value of a binary number with ''n'' bits that are all 1 is .
Similarly, for a number ''N''(''b'', ''d'') with base ''b'' and ''d'' digits, all of which are the maximal digit value , we can write:
:
:
:.
: and
:, so
:, or
:
Then
:
:
:
For a three-digit ternary number, .
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) can be used for compact representation of ternary, similar to how
octal
The octal numeral system, or oct for short, is the radix, base-8 number system, and uses the Numerical digit, digits 0 to 7. This is to say that 10octal represents eight and 100octal represents sixty-four. However, English, like most languages, ...
and
hexadecimal
In mathematics and computing, the hexadecimal (also base-16 or simply hex) numeral system is a positional numeral system that represents numbers using a radix (base) of 16. Unlike the decimal system representing numbers using 10 symbols, h ...
systems are used in place of
binary.
Practical usage
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 Transistor–transistor logic (TTL) is a logic family built from bipolar junction transistors. Its name signifies that transistors perform both the logic function (the first "transistor") and the amplifying function (the second "transistor"), as o ...
with
totem-pole output. The output is said to either be low (
grounded
Grounding or grounded may refer to:
Science and philosophy
* Grounding (metaphysics), a topic of wide philosophical interest
* Grounding (psychology), a strategy for coping with stress or other negative emotions
* Grounding in communication, th ...
), high, or open (
high-''Z''). In this configuration the output of the circuit is actually not connected to any
voltage
Voltage, also known as electric pressure, electric tension, or (electric) potential difference, is the difference in electric potential between two points. In a static electric field, it corresponds to the work needed per unit of charge t ...
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
Baseball is a bat-and-ball sport played between two teams of nine players each, taking turns batting and fielding. The game occurs over the course of several plays, with each play generally beginning when a player on the fielding ...
(usually just for
pitchers), to denote fractional parts of an inning. Since the team on offense is allowed three
outs
In baseball, an out occurs when the umpire rules a batter or baserunner out. When a batter or runner is out, they lose their ability to score a run and must return to the dugout until their next turn at bat. When three outs are recorded in a ...
, 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
In baseball, innings pitched (IP) are the number of innings a pitcher has completed, measured by the number of batters and baserunners that are put out while the pitcher is on the pitching mound in a game. Three outs made is equal to one inning ...
column for that game would be listed as 3.2, the equivalent of (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.
Ternary numbers can be used to convey self-similar structures like the
Sierpinski triangle or the
Cantor set
In mathematics, the Cantor set is a set of points lying on a single line segment that has a number of unintuitive properties. It was discovered in 1874 by Henry John Stephen Smith and introduced by German mathematician Georg Cantor in 1883.
T ...
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.
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
A mathematical constant is a key number whose value is fixed by an unambiguous definition, often referred to by a symbol (e.g., an alphabet letter), or by mathematicians' names to facilitate using it across multiple mathematical problems. Cons ...
''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.
Binary-coded ternary
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 bits used to encode each trit.
BCT encoding is analogous to
binary-coded decimal
In computing and electronic systems, binary-coded decimal (BCD) is a class of binary encodings of decimal numbers where each digit is represented by a fixed number of bits, usually four or eight. Sometimes, special bit patterns are used fo ...
(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.
A library of
C code supporting BCT arithmetic is available.
Tryte
Some
ternary computer
A ternary computer, also called trinary computer, is one that uses ternary logic (i.e., base 3) instead of the more common binary system (i.e., base 2) in its calculations. This means it uses trits (instead of bits, as most computers do).
Ty ...
s such as the
Setun
Setun (russian: Сетунь) was a computer developed in 1958 at Moscow State University. It was built under the leadership of Sergei Sobolev and Nikolay Brusentsov. It was the most modern ternary computer, using the balanced ternary numeral ...
defined a tryte to be six trits
or approximately 9.5
bit
The bit is the most basic unit of information in computing and digital communications. The name is a portmanteau of binary digit. The bit represents a logical state with one of two possible values. These values are most commonly represented a ...
s (holding more information than the ''de facto''
binary byte
The byte is a unit of digital information that most commonly consists of eight bits. Historically, the byte was the number of bits used to encode a single character of text in a computer and for this reason it is the smallest addressable unit ...
).
See also
*
Ternary logic
*
Tai Xuan Jing
*
Setun
Setun (russian: Сетунь) was a computer developed in 1958 at Moscow State University. It was built under the leadership of Sergei Sobolev and Nikolay Brusentsov. It was the most modern ternary computer, using the balanced ternary numeral ...
, a
ternary computer
A ternary computer, also called trinary computer, is one that uses ternary logic (i.e., base 3) instead of the more common binary system (i.e., base 2) in its calculations. This means it uses trits (instead of bits, as most computers do).
Ty ...
*
Qutrit
*
Ternary floating point
Setun (russian: Сетунь) was a computer developed in 1958 at Moscow State University. It was built under the leadership of Sergei Sobolev and Nikolay Brusentsov. It was the most modern ternary computer, using the balanced ternary numeral sys ...
References
Further reading
*
External links
Ternary Arithmetic
Ternary Base Conversionncludes fractional part, from Maths Is Fun
Gideon Frieder's replacement ternary numeral system
{{DEFAULTSORT:Ternary Numeral System
Computer arithmetic
Positional numeral systems
Ternary computers