Radix

Numeral systems by culture
Hindu-Arabic numerals
Western Arabic (Hindu numerals)
Eastern Arabic
Indian family
Tamil
Burmese
Khmer
Lao
Mongolian
Thai
East Asian numerals
Chinese
Japanese
Suzhou
Korean
Vietnamese
Counting rods
Alphabetic numerals
Abjad
Armenian
Āryabhaṭa
Cyrillic
Ge'ez
Greek
Georgian
Hebrew
other historical systems
Aegean
Attic
Babylonian
Brahmi
Egyptian
Etruscan
Inuit
Kharosthi
Mayan
Quipu
Roman
Positional systems by base
Decimal (10)
2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 20, 24, 27, 30, 36, 60, 64
Balanced ternary
Non-positional system
Unary numeral system (Base 1)
List of numeral systems

In mathematical numeral systems, the radix or base is the number of unique digits, including zero, that a positional numeral system uses to represent numbers. For example, for the decimal system (the most common system in use today) the radix is ten, because it uses the ten digits from 0 through 9.

In any numeral system, the base is written as "10" in that base. In a base ten numeral system, "10" represents the number ten; in a base two system, "10" represents the number two.

Etymology

Radix is a Latin word for "root". Root can be considered a synonym for base in the arithmetical sense.

In numeral systems

In the system with radix 13, for example, a string of digits such as 398 denotes the decimal number 3 \times 13^2 + 9 \times 13^1 + 8 \times 13^0. More generally, in a system with radix b (b > 1), a string of digits d_1 \ldots d_n denotes the decimal number d_1 b^{n-1} + d_2 b^{n-2} + \cdots +  d_n b^0.

Commonly used numeral systems include:

The octal, hexadecimal and base-64 systems are often used in computing because of their ease as shorthand for binary. For example, every hexadecimal digit has an equivalent 4 digit binary number.

Radices are usually natural numbers. However, other positional systems are possible, e.g. golden ratio base (whose radix is a non-integer algebraic number), and negative base (whose radix is negative).

See also

External links