Quaternary numeral system

(Redirected from Base 4)

Quaternary /kwəˈtɜːrnəri/ is a numeral system with four as its base. It uses the digits 0, 1, 2, and 3 to represent any real number. Conversion from binary is straightforward.

Four is the largest number within the subitizing range and one of two numbers that is both a square and a highly composite number (the other being thirty-six), making quaternary a convenient choice for a base at this scale. Despite being twice as large, its radix economy is equal to that of binary. However, it fares no better in the localization of prime numbers (the smallest better base being the primorial base six, senary).

Quaternary shares with all fixed-radix numeral systems many properties, such as the ability to represent any real number with a canonical representation (almost unique) and the characteristics of the representations of rational numbers and irrational numbers. See decimal and binary for a discussion of these properties.

Relation to other positional number systems

Numbers zero to sixty-four in standard quaternary (0 to 1000)
Decimal0123456789101112131415
Binary01101110010111011110001001101010111100110111101111
Quaternary0123101112132021222330313233
Octal012345671011121314151617
Hexadecimal0123456789ABCDEF
Decimal16171819202122232425262728293031
Binary10000100011001010011101001010110110101111100011001110101101111100111011111011111
Quaternary100101102103110111112113120121122123130131132133
Octal20212223242526273031323334353637
Hexadecimal101112131415161718191A1B1C1D1E1F
Decimal32333435363738394041424344454647
Binary100000100001100010100011100100100101100110100111101000101001101010101011101100101101101110101111
Quaternary200201202203210211212213220221222223230231232233
Octal40414243444546475051525354555657
Hexadecimal202122232425262728292A2B2C2D2E2F
Decimal48495051525354555657585960616263
Binary110000110001110010110011110100110101110110110111111000111001111010111011111100111101111110111111
Quaternary300301302303310311312313320321322323330331332333
Octal60616263646566677071727374757677
Hexadecimal303132333435363738393A3B3C3D3E3F
Decimal64
Binary1000000
Quaternary1000
Octal100
Hexadecimal40

Relation to binary and hexadecimal

addition table
+123
12310
231011
3101112

As with the octal and hexadecimal numeral systems, quaternary has a special relation to the binary numeral system. Each radix four, eight, and sixteen is a power of two, so the conversion to and from binary is implemented by matching each digit with two, three, or four binary digits, or bits. For example, in quaternary,

2302104 = 10 11 00 10 01 002.

Since sixteen is a power of four, conversion between these bases can be implemented by matching each hexadecimal digit with two quaternary digits. In the above example,

23 02 104 = B2416
multiplication table
×123
1123
221012
331221

Although octal and hexadecimal are widely used in computing and computer programming in the discussion and analysis of binary arithmetic and logic, quaternary does not enjoy the same status.

Although quaternary has limited practical use, it can be helpful if it is ever necessary to perform hexadecimal arithmetic without a calculator. Each hexadecimal digit can be turned into a pair of quaternary digits. Then, arithmetic can be performed relatively easily before converting the end result back to hexadecimal. Quaternary is convenient for this purpose, since numbers have only half the digit length compared to binary, while still having very simple multiplication and addition tables with only three unique non-trivial elements.

By analogy with byte and nybble, a quaternary digit is sometimes called a crumb.

Fractions

Due to having only factors of two, many quaternary fractions have repeating digits, although these tend to be fairly simple:

Decimal base
Prime factors of the base: 2, 5
Prime factors of one below the base: 3
Prime factors of one above the base: 11
Other prime factors: 7 13 17 19 23 29 31
Quaternary base
Prime factors of the base: 2
Prime factors of one below the base: 3
Prime factors of one above the base: 5 (=114)
Other prime factors: 13 23 31 101 103 113 131 133
FractionPrime factors of
the denominator
Positional
representation
Positional
representation
Prime factors of
the denominator
Fraction
1/220.50.221/2
1/330.3333... = 0.30.1111... = 0.131/3
1/420.250.121/10
1/550.20.03111/11
1/62, 30.160.022, 31/12
1/770.1428570.021131/13
1/820.1250.0221/20
1/930.10.01331/21
1/102, 50.10.0122, 111/22
1/11110.090.01131231/23
1/122, 30.0830.012, 31/30
1/13130.0769230.010323311/31
1/142, 70.07142850.01022, 131/32
1/153, 50.060.013, 111/33
1/1620.06250.0121/100
1/17170.05882352941176470.00331011/101
1/182, 30.050.00322, 31/102
1/19190.0526315789473684210.0031132111031/103
1/202, 50.050.0032, 111/110
1/213, 70.0476190.0033, 131/111
1/222, 110.0450.0023222, 231/112
1/23230.04347826086956521739130.002302011211131/113
1/242, 30.04160.0022, 31/120
1/2550.040.0022033113111/121
1/262, 130.03846150.00213122, 311/122
1/2730.0370.00211323131/123
1/282, 70.035714280.00212, 131/130
1/29290.03448275862068965517241379310.002031033130231311/131
1/302, 3, 50.030.0022, 3, 111/132
1/31310.0322580645161290.002011331/133
1/3220.031250.00221/200
1/333, 110.030.001333, 231/201
1/342, 170.029411764705882350.001322, 1011/202
1/355, 70.02857140.00131111, 131/203
1/362, 30.0270.00132, 31/210

Occurrence in human languages

Many or all of the Chumashan languages (spoken by the Native American Chumash peoples) originally used a quaternary numeral system, in which the names for numbers were structured according to multiples of four and sixteen, instead of ten. There is a surviving list of Ventureño language number words up to thirty-two written down by a Spanish priest ca. 1819.[1]

The Kharosthi numerals (from the languages of the tribes of Pakistan and Afghanistan) have a partial quaternary numeral system from one to ten.

Hilbert curves

Quaternary numbers are used in the representation of 2D Hilbert curves. Here, a real number between 0 and 1 is converted into the quaternary system. Every single digit now indicates in which of the respective four sub-quadrants the number will be projected.

Genetics

Parallels can be drawn between quaternary numerals and the way genetic code is represented by DNA. The four DNA nucleotides in alphabetical order, abbreviated A, C, G, and T, can be taken to represent the quaternary digits in numerical order 0, 1, 2, and 3. With this encoding, the complementary digit pairs 0↔3, and 1↔2 (binary 00↔11 and 01↔10) match the complementation of the base pairs: A↔T and C↔G and can be stored as data in DNA sequence.[2] For example, the nucleotide sequence GATTACA can be represented by the quaternary number 2033010 (= decimal 9156 or binary 10 00 11 11 00 01 00). The human genome is 3.2 billion base pairs in length.[3]

Data transmission

Quaternary line codes have been used for transmission, from the invention of the telegraph to the 2B1Q code used in modern ISDN circuits.

The GDDR6X standard, developed by Nvidia and Micron, uses quaternary bits to transmit data.[4]

Computing

Some computers have used quaternary floating point arithmetic including the Illinois ILLIAC II (1962)[5] and the Digital Field System DFS IV and DFS V high-resolution site survey systems.[6]

See also

References