*** Welcome to piglix ***

Radix


In mathematical numeral systems, the radix or base is the number of unique digits, including zero, used to represent numbers in a positional numeral system. 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 standard positional numeral system, the number x and its base y are conventionally written as (x)y, although for base ten the subscript is usually assumed and not written, as it is the most common way to express value. For example, (100)10 (in the decimal system) represents the number one hundred, while (100)2 (in the binary system with base 2) represents the number four.

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

In the system with radix 13, for example, a string of digits such as 398 denotes the number 3 × 132 + 9 × 131 + 8 × 130.

More generally, in a system with radix b (b > 1), a string of digits d1dn denotes the number d1bn−1 + d2bn−2 + … + dnb0, where 0 ≤ di < b.

Commonly used numeral systems include:

For a larger list, see List of numeral systems.

The octal and hexadecimal systems are often used in computing because of their ease as shorthand for binary. Every hexadecimal digit corresponds to a sequence of four binary digits, since sixteen is the fourth power of two; for example, hexadecimal 7816 is binary 11110002. A similar relationship holds between every octal digit and every possible sequence of three binary digits, since eight is the cube of two.

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).


...
Wikipedia

...