complex-base system
{{short description|Positional numeral system}}
{{Numeral systems}}
In arithmetic, a complex-base system is a positional numeral system whose radix is an imaginary (proposed by Donald Knuth in 1955{{cite journal |last=Knuth |first=D.E. |title=An Imaginary Number System |journal=Communications of the ACM |year=1960 |volume=3 |issue=4 |pages=245–247 |doi=10.1145/367177.367233|s2cid=16513137 |doi-access=free }}{{cite book |last=Knuth |first=Donald |authorlink=Donald Knuth |title=The art of computer programming |publisher=Addison-Wesley |location=Boston |year=1998 |volume=2 |edition=3rd |pages=205 |isbn=0-201-89684-2 |chapter=Positional Number Systems |oclc=48246681}}) or complex number (proposed by S. Khmelnik in 1964{{cite journal |last=Khmelnik |first=S.I. |title=Specialized digital computer for operations with complex numbers
|journal=Questions of Radio Electronics (In Russian)|volume=XII |issue=2 |year=1964}} and Walter F. Penney in 1965W. Penney, A "binary" system for complex numbers, JACM 12 (1965) 247-248.{{cite journal |last=Jamil |first=T. |year=2002 |title=The complex binary number system |journal=IEEE Potentials |volume=20 |pages=39–41 |doi=10.1109/45.983342 |issue=5}}{{cite arXiv |last=Duda |first=Jarek |date=2008-02-24 |title=Complex base numeral systems |eprint=0712.1309 |class=math.DS }}).
In general
Let be an integral domain , and the (Archimedean) absolute value on it.
A number in a positional number system is represented as an expansion
:
where
:
class="table left" | ||
is the radix (or base) with , | ||
is the exponent (position or place), | ||
are digits from the finite set of digits , usually with |
The cardinality is called the level of decomposition.
A positional number system or coding system is a pair
:
with radix and set of digits , and we write the standard set of digits with digits as
:
Desirable are coding systems with the features:
- Every number in , e. g. the integers , the Gaussian integers or the integers , is uniquely representable as a finite code, possibly with a sign ±.
- Every number in the field of fractions , which possibly is completed for the metric given by yielding or , is representable as an infinite series 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 be minimal, i.e. for real numbers and for complex numbers.
In the real numbers
In this notation our standard decimal coding scheme is denoted by
:
the standard binary system is
:
the negabinary system is
:
and the balanced ternary system is
:
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 ( being the imaginary unit):
:, the quater-imaginary base, proposed by Donald Knuth in 1955.
- and
: (see also the section Base −1 ± i below).
- , where , and is a positive integer that can take multiple values at a given .{{cite journal |last=Khmelnik |first=S.I. |title=Positional coding of complex numbers
|journal=Questions of Radio Electronics (In Russian)|volume=XII |issue=9 |year=1966}} For and this is the system
:
- .{{cite book |last=Khmelnik |first=S.I. |title=Coding of Complex Numbers and Vectors (in Russian)|publisher=Mathematics in Computer |location=Israel |isbn=978-0-557-74692-7 | year=2004 |url=http://mic34.com/Magazine/94846.pdf}}
- , where the set consists of complex numbers , and numbers , e.g.
- , where
(-2)^{\tfrac{\nu}2} & \text{if } \nu \text{ even,}\\
(-2)^{\tfrac{\nu-1}2}\mathrm i & \text{if } \nu \text{ odd.}
Binary systems
Binary coding systems of complex numbers, i.e. systems with the digits , are of practical interest.
Listed below are some coding systems (all are special cases of the systems above) and resp. codes for the (decimal) numbers {{math|−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 {{math|i}}.
class="wikitable" style="text-align: right;"
|+ Some bases and some representations[http://www.math.uwaterloo.ca/~wgilbert/Research/ArithCxBases.pdf William J. Gilbert, "Arithmetic in Complex Bases" Mathematics Magazine Vol. 57, No. 2, March 1984] | ||||||
style="text-align: right;" | Radix
! style="text-align: left;" | –1 ← ! style="text-align: left;" | 2 ← ! style="text-align: left;" | –2 ← ! style="text-align: left;" |{{math|i}} ← ! style="text-align: center;" colspan="2" | Twins and triplets | ||||||
---|---|---|---|---|---|---|
2 | –1 | 10 | –10 | {{math|i}} | style="border-right: white" | 1 ← | 0.1 = 1.0 |
–2 | 11 | 110 | 10 | {{math|i}} | {{sfrac|1|3}} ← | 0.01 = 1.10 |
101 | 10100 | 100 | 10.101010100...infinite non-repeating sequence | ← | 0.0011 = 11.1100 | |
111 | 1010 | 110 | 11.110001100... | ← | 1.011 = 11.101 = 11100.110 | |
101 | 10100 | 100 | 10 | {{sfrac|1|3}} + {{sfrac|1|3}}{{math|i}} ← | 0.0011 = 11.1100 | |
–1+{{math|i}} | 11101 | 1100 | 11100 | 11 | {{sfrac|1|5}} + {{sfrac|3|5}}{{math|i}} ← | 0.010 = 11.001 = 1110.100 |
2{{math|i}} | 103 | 2 | 102 | 10.2 | {{sfrac|1|5}} + {{sfrac|2|5}}{{math|i}} ← | 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 {{math|−1 ± i}}
Of particular interest are the quater-imaginary base (base {{math|2i}}) and the base {{math|−1 ± i}} systems discussed below, both of which can be used to finitely represent the Gaussian integers without sign.
Base {{math|−1 ± i}}, using digits {{math|0}} and {{math|1}}, was proposed by S. Khmelnik in 1964 and Walter F. Penney in 1965.
= Connection to the twindragon =
The rounding region of an integer – i.e., a set 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 is, by definition, all points that can be written as with . can be decomposed into 16 pieces congruent to . Notice that if is rotated counterclockwise by 135°, we obtain two adjacent sets congruent to , because . The rectangle in the center intersects the coordinate axes counterclockwise at the following points: , , and , and . Thus, contains all complex numbers with absolute value ≤ {{sfrac|1|15}}.Knuth 1998 p.206
As a consequence, there is an injection of the complex rectangle
:
into the interval of real numbers by mapping
:
with .Base cannot be taken because both, and . However, is unequal to .
Furthermore, there are the two mappings
:
Z_2^\N & \to & S \\
\left(x_k\right)_{k\in\N} & \mapsto & \sum_{k\geq 1}x_k (\mathrm i-1)^{-k}
\end{array}
and
:
Z_2^\N & \to & [0,1) \\
\left(x_k\right)_{k\in\N} & \mapsto & \sum_{k\geq 1}x_k 2^{-k}
\end{array}
both surjective, which give rise to a surjective (thus space-filling) mapping
:
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
{{reflist}}
External links
- "[http://demonstrations.wolfram.com/NumberSystemsUsingAComplexBase/ Number Systems Using a Complex Base]" by Jarek Duda, the Wolfram Demonstrations Project
- "[http://demonstrations.wolfram.com/TheBoundaryOfPeriodicIteratedFunctionSystems/ The Boundary of Periodic Iterated Function Systems]" by Jarek Duda, the Wolfram Demonstrations Project
- "[http://demonstrations.wolfram.com/NumberSystemsIn3D/ Number Systems in 3D]" by Jarek Duda, the Wolfram Demonstrations Project
- "[https://community.wolfram.com/groups/-/m/t/3035669 Large introduction to complex base numeral systems]" with Mathematica sources by Jarek Duda