Complex-base system

From HandWiki
Short description: Positional numeral system

In arithmetic, a complex-base system is a positional numeral system whose radix is an imaginary (proposed by Donald Knuth in 1955[1][2]) or complex number (proposed by S. Khmelnik in 1964[3] and Walter F. Penney in 1965[4][5][6]).

In general

Let D be an integral domain , and || the (Archimedean) absolute value on it.

A number XD in a positional number system is represented as an expansion

X=±νxνρν,

where

ρD is the radix (or base) with |ρ|>1,
ν is the exponent (position or place),
xν are digits from the finite set of digits ZD, usually with |xν|<|ρ|.

The cardinality R:=|Z| is called the level of decomposition.

A positional number system or coding system is a pair

ρ,Z

with radix ρ and set of digits Z, and we write the standard set of digits with R digits as

ZR:={0,1,2,,R1}.

Desirable are coding systems with the features:

  • Every number in D, e. g. the integers , the Gaussian integers [i] or the integers [1+i72], is uniquely representable as a finite code, possibly with a sign ±.
  • Every number in the field of fractions K:=Quot(D), which possibly is completed for the metric given by || yielding K:= or K:=, is representable as an infinite series X which converges under || for ν, and the measure of the set of numbers with more than one representation is 0. The latter requires that the set Z be minimal, i.e. R=|ρ| for real numbers and R=|ρ|2 for complex numbers.

In the real numbers

In this notation our standard decimal coding scheme is denoted by

10,Z10,

the standard binary system is

2,Z2,

the negabinary system is

2,Z2,

and the balanced ternary system[2] is

3,{1,0,1}.

All these coding systems have the mentioned features for and , and the last two do not require a sign.

In the complex numbers

Well-known positional number systems for the complex numbers include the following (i being the imaginary unit):

  • R,ZR, e.g. ±i2,Z2 [1] and
±2i,Z4,[2] the quater-imaginary base, proposed by Donald Knuth in 1955.
  • 2e±π2i=±i2,Z2 and
2e±3π4i=1±i,Z2[3][5] (see also the section Base −1 ± i below).
  • Reiφ,ZR, where φ=±arccos(β/(2R)), β<min(R,2R) and β is a positive integer that can take multiple values at a given R.[7] For β=1 and R=2 this is the system
1+i72,Z2.
  • 2eπ3i,A4:={0,1,e2π3i,e2π3i}.[8]
  • R,AR2, where the set AR2 consists of complex numbers rν=αν1+αν2i, and numbers ανZR, e.g.
2,{0,1,i,1+i}.[8]
  • ρ=ρ2,Z2, where ρ2={(2)ν2if ν even,(2)ν12iif ν odd. [9]

Binary systems

Binary coding systems of complex numbers, i.e. systems with the digits Z2={0,1}, are of practical interest.[9] Listed below are some coding systems ρ,Z2 (all are special cases of the systems above) and resp. codes for the (decimal) numbers −1, 2, −2, i. The standard binary (which requires a sign, first line) and the "negabinary" systems (second line) are also listed for comparison. They do not have a genuine expansion for i.

Some bases and some representations[10]
Radix –1 ← 2 ← –2 ← i Twins and triplets
2 –1 10 –10 i 1 ← 0.1 = 1.0
–2 11 110 10 i 1/3 0.01 = 1.10
i2 101 10100 100 10.101010100...[11] 13+13i2 0.0011 = 11.1100
1+i72 111 1010 110 11.110001100...[11] 3+i74 1.011 = 11.101 = 11100.110
ρ2 101 10100 100 10 1/3 + 1/3i 0.0011 = 11.1100
–1+i 11101 1100 11100 11 1/5 + 3/5i 0.010 = 11.001 = 1110.100
2i 103 2 102 10.2 1/5 + 2/5i 0.0033 = 1.3003 = 10.0330 = 11.3300

As in all positional number systems with an Archimedean absolute value, there are some numbers with multiple representations. Examples of such numbers are shown in the right column of the table. All of them are repeating fractions with the repetend marked by a horizontal line above it.

If the set of digits is minimal, the set of such numbers has a measure of 0. This is the case with all the mentioned coding systems.

The almost binary quater-imaginary system is listed in the bottom line for comparison purposes. There, real and imaginary part interleave each other.

Base −1 ± i

The complex numbers with integer part all zeroes in the base i – 1 system

Of particular interest are the quater-imaginary base (base 2i) and the base −1 ± i systems discussed below, both of which can be used to finitely represent the Gaussian integers without sign.

Base −1 ± i, using digits 0 and 1, was proposed by S. Khmelnik in 1964[3] and Walter F. Penney in 1965.[4][6]

Connection to the twindragon

The rounding region of an integer – i.e., a set S of complex (non-integer) numbers that share the integer part of their representation in this system – has in the complex plane a fractal shape: the twindragon (see figure). This set S is, by definition, all points that can be written as k1xk(i1)k with xkZ2. S can be decomposed into 16 pieces congruent to 14S. Notice that if S is rotated counterclockwise by 135°, we obtain two adjacent sets congruent to 12S, because (i1)S=S(S+1). The rectangle RS in the center intersects the coordinate axes counterclockwise at the following points: 2150.00001100, 115i0.00000011, and 8150.11000000, and 415i0.00110000. Thus, S contains all complex numbers with absolute value ≤ 1/15.[12]

As a consequence, there is an injection of the complex rectangle

[815,215]×[415,115]i

into the interval [0,1) of real numbers by mapping

k1xk(i1)kk1xkbk

with b>2.[13]

Furthermore, there are the two mappings

Z2S(xk)kk1xk(i1)k

and

Z2[0,1)(xk)kk1xk2k

both surjective, which give rise to a surjective (thus space-filling) mapping

[0,1)S

which, however, is not continuous and thus not a space-filling curve. But a very close relative, the Davis-Knuth dragon, is continuous and a space-filling curve.

See also

References

  1. 1.0 1.1 Knuth, D.E. (1960). "An Imaginary Number System". Communications of the ACM 3 (4): 245–247. doi:10.1145/367177.367233. 
  2. 2.0 2.1 2.2 Knuth, Donald (1998). "Positional Number Systems". The art of computer programming. 2 (3rd ed.). Boston: Addison-Wesley. pp. 205. ISBN 0-201-89684-2. OCLC 48246681. 
  3. 3.0 3.1 3.2 Khmelnik, S.I. (1964). "Specialized digital computer for operations with complex numbers". Questions of Radio Electronics (In Russian) XII (2). 
  4. 4.0 4.1 W. Penney, A "binary" system for complex numbers, JACM 12 (1965) 247-248.
  5. 5.0 5.1 Jamil, T. (2002). "The complex binary number system". IEEE Potentials 20 (5): 39–41. doi:10.1109/45.983342. 
  6. 6.0 6.1 Duda, Jarek (2008-02-24). "Complex base numeral systems". arXiv:0712.1309 [math.DS].
  7. Khmelnik, S.I. (1966). "Positional coding of complex numbers". Questions of Radio Electronics (In Russian) XII (9). 
  8. 8.0 8.1 Khmelnik, S.I. (2004). Coding of Complex Numbers and Vectors (in Russian). Israel: Mathematics in Computer. ISBN 978-0-557-74692-7. http://mic34.com/Magazine/94846.pdf. 
  9. 9.0 9.1 Khmelnik, S.I. (2001). Method and system for processing complex numbers. Patent USA, US2003154226 (A1). http://worldwide.espacenet.com/publicationDetails/biblio?DB=EPODOC&adjacent=true&locale=en_EP&FT=D&date=20030814&CC=US&NR=2003154226A1&KC=A1. 
  10. William J. Gilbert, "Arithmetic in Complex Bases" Mathematics Magazine Vol. 57, No. 2, March 1984
  11. 11.0 11.1 infinite non-repeating sequence
  12. Knuth 1998 p.206
  13. Base b=2 cannot be taken because both, 21=0.1bin=0.5dec and k22k=0.01bin=0.1bin=0.5dec. However, (i1)1=0.1bin0.1bini=0.5dec0.5deci   is unequal to   k2(i1)k=0.1dec+0.3deci.