non-standard positional numeral systems
| Numeral systems by culture | |
|---|---|
| Hindu-Arabic numerals | |
| Western Arabic Eastern Arabic Khmer |
Indian family Brahmi Thai |
| East Asian numerals | |
| Chinese Counting rods |
Korean Japanese |
| Alphabetic numerals | |
| Abjad Armenian Cyrillic Ge'ez |
Hebrew Ionian/Greek Sanskrit |
| Other systems | |
| Attic Etruscan Urnfield Roman |
Babylonian Egyptian Mayan |
| List of numeral system topics | |
| Positional systems by base | |
| Decimal (10) | |
| 2, 4, 8, 16, 32, 64 | |
| 3, 9, 12, 24, 30, 36, 60, more… | |
Non-standard positional numeral systems here designates numeral systems that may be denoted positional systems, but that deviate in one way or another from the following description of standard positional systems:
- In a standard positional numeral system, the base b is a positive integer, and b different numerals are used to represent all non-negative integers. Each numeral represents one of the values 0, 1, 2, etc., up to b-1, but the value also depends on the position of the digit in a number. The value of a digit string like d3d2d1d0 in base b is
-
- d3×b3 + d2×b2 + d1×b + d0.
- For instance, in hexadecimal (b=16), using A=10, B=11 etc., the digit string 1F3A means
-
- 1×163 + 15×162 + 3×16 + 10.
- Introducing a radix point "." and a minus sign "–", all real numbers can be represented.
This article summarizes facts on some non-standard positional numeral systems. In all cases except the last one below on mixed bases, the expression
- d3×b3 + d2×b2 + d1×b + d0
in the description of standard systems applies.
Certain historical numeral systems like the Babylonian (standard) sexagesimal notation or the Chinese rod numerals could be classified as standard systems, if the 60 resp. 10 distinct numerals are considered as digits, unconventionally counting the space representing zero as a numeral. However, they could also be classified as non-standard systems (more specifically, mixed-base systems with unary components), if the primitive repeated glyphs making up the numerals are considered.
Bijective numeration systems
A bijective numeral system with base b uses b different numerals to represent all non-negative integers. However, the numerals have values 1, 2, 3, etc. up to and including b, where as zero is represented by an empty digit string. For example it is possible to have decimal without a zero.
Base one (unary numeral system)
Unary is the bijective numeral system with base b=1. In unary, one numeral is used to represent all positive integers. The value of the digit string d3d2d1d0 can be simplified into d3 + d2 + d1 + d0 since bn = 1 for all n. The non-standard features of this system are:
- The value of a digit does not depend on its position. Thus, one can easily argue that unary is not a positional system at all.
- Introducing a radix point in this system will not enable representation of non-integer values.
- The single numeral represents the value 1, not the value 0=b-1.
- The value 0 cannot be represented (or is implicitly represented by an empty digit string).
Signed-digit representation
In some systems, while the base is a positive integer, negative digits are allowed. Non-adjacent form is a particular system where the base is b=2. In the balanced ternary system, the base is b=3, and the numerals have the values −1, 0 and +1 (rather than 0, 1 and 2 as in the standard ternary system, or 1, 2 and 3 as in the bijective ternary system).
Bases that are not positive integers
A few positional systems have been suggested in which the base b is not a positive integer.
Negative base
Negative-base systems include negabinary, negaternary and negadecimal; in base −b the number of different numerals used is b.
Imaginary base
In base bi the b² numbers from 0 to b²-1 are used as digits.
Non-integral base
In these systems, the number of different numerals used clearly cannot be b. Example: Golden ratio base (phinary).
Mixed bases
It is sometimes convenient to consider positional numeral systems where the weights associated with the positions do not form a geometric sequence 1, b, b2, b3, etc., starting from the least significant position. In a mixed radix system such as the factoradic system, the weights form a sequence where each weight is an integral multiple of the previous one. However, any sequence can be used, but in the more general case, every number does not necessarily have a unique representation, though unique representations may be guaranteed by imposing suitable constraints on the digit sequence. For example, using the Fibonacci sequence (1, 2, 3, 5, 8, ...) and the digits 0 and 1 leads to Fibonacci coding; requiring no consecutive 1's ensures a unique representation of all non-negative integers.
For calendrical use, the Mayan numeral system was a mixed radix system, since one of its positions represents a multiplication by 18 rather than 20, in order to fit a 360-day calendar. Also, giving an angle in degrees, minutes and seconds (with decimals), or a time in days, hours, minutes and seconds, can be interpreted as mixed radix systems.
External links
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)



