Information about Positional Notation

A positional notation or place-value notation system is a numeral system in which each position is related to the next by a constant multiplier, a common ratio, called the base or radix of that numeral system. Each position may be represented by a unique symbol or by a limited set of symbols. The resultant value of each position is the value of its symbol or symbols multiplied by a power of the base. The total value of a positional number is the total of the resultant values of all positions. The decimal system uses ten unique symbols, whereas the sexagesimal system usually uses a pseudo-decimal system for each position and separates each position from the next by punctuation. Modern computers use binary, octal, and hexadecimal numbers, the last using decimal numerals (0–9) plus the letters A–F to provide the sixteen possible symbols in each position.

Before positional notation became standard, simple additive systems (sign-value notation) were used such as Roman Numerals. Roman numerals did not support arithmetic operations, but were used for writing down numbers. That is why accountants in ancient Rome and during the Middle Ages used the abacus or stone counters to do arithmetic.[1] With an abacus to perform arithmetic operations, the writing of the starting, intermediate and final values of a calculation could easily be done with a simple additive system in each position or column. This approach required no memorization of tables (as does positional notation) and could produce practical results quickly. For four centuries (13th - 16th) there was strong disagreement between those who believed in adopting the positional system in writing numbers and those who wanted to stay with the additive-system-plus-abacus. Although electronic calculators made the abacus obsolete, the abacus continues to be used in Japan and other Asian countries.

A key argument against the positional system was its susceptibility to easy fraud by simply putting a number at the beginning or end of a quantity, thereby changing (e.g.) 100 into 5100, or 100 into 1000. Modern bank cheques require a natural language spelling of an amount, as well as the amount itself, to prevent such fraud.

Generalising the positional system to infinite sequences of digits yields an intuitive description of the real line.

Decimal system



In the decimal (base-10) Hindu-Arabic numeral system, each position starting from the right is a higher power of 10. The first position represents 100 (1), the second position 101 (10), the third position 102 (10 × 10 or 100), the fourth position 103 (10 × 10 × 10 or 1000), and so on.

Fractional values are indicated by a separator, which varies by locale. Usually this separator is a period or full stop, or a comma. Digits to the right of it are multiplied by 10 raised to a negative power or exponent. The first position to the right of the separator indicates 10-1 (0.1), the second position 10-2 (0.01), and so on for each successive position.

As an example, the number 2674 in a base 10 numeral system is :

( 2 × 103 ) + ( 6 × 102 ) + ( 7 × 101 ) + ( 4 × 100 )


or

( 2 × 1000 ) + ( 6 × 100 ) + ( 7 × 10 ) + ( 4 × 1 )

Digits and numerals

For a positional system up to ten the ubiquitous digits 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9 are used, for octal only eight digits up to 7 and for binary only two digits 0 and 1 are needed. For bases above 10, extra digits are needed. For hexadecimal the first six letters of the alphabet A, B, C, D, E, and F are commonly used for decimal values 10 to 15. The alphabet can cover numeral systems with a base up to 10 + 26 = 36. However, some uppercase letters can be confused with 'existing' digits such as an I with a 1 and O with 0. When these are omitted it can reach 34. Adding lowercase letters (none of them can be confused with 'existing' digits, except l in some fonts) extends the digit set to 62 (or 60 when uppercase I and O are omitted). For a base 60 system a 'mixed' base with 10 as 'secondary' base is commonly used, please see below.

Sexagesimal system

The sexagesimal or base sixty system was used for the integral and fractional portions of Babylonian numerals, by Hellenistic astronomers using Greek numerals for the fractional portion only, and is still used for modern time and angles, but only for minutes and seconds.

Modern time separates each position by a colon or point. For example, the time might be 10:25:59 (10 hours 25 minutes 59 seconds). Angles use similar notation. For example, an angle might be 10°25'59" (10 degrees 25 minutes 59 seconds). In both cases, only minutes and seconds use sexagesimal notation — angular degrees can be larger than 59 (one rotation around a circle is 360°, two rotations are 720°, etc.), and both time and angles use decimal fractions of a second. This contrasts with the numbers used by Hellenistic and Renaissance astronomers, who used thirds, fourths, etc. for finer increments. Where we might write 10°25'59.392", they would have written 10°25′59″23‴31''''12''''' or 10°25I59II23III31IV12V.

Using a digit set of digits with upper and lowercase letters allows short notation for sexagesimal numbers, e.g. 10:25:59 becomes 'ARz', which be useful for use in URLs, etc., but it is not very intelligible to humans.

In the 1930s, Otto Neugebauer introduced a modern notational system for Babylonian and Hellenistic numbers that substitutes modern decimal notation from 0 to 59 in each position, while using a semicolon (;) to separate the integral and fractional portions of the number and using a comma (,) to separate the positions within each portion. For example, the mean synodic month used by both Babylonian and Hellenistic astronomers and still used in the Hebrew calendar is 29;31,50,8,20 days, and the angle used in the example above would be written 10;25,59,23,31,12 degrees.

Non-positional positions

Each position does not need to be positional itself. Hellenistic astronomers used one or two alphabetic Greek numerals for each position (one chosen from 5 letters representing 10–50 and/or one chosen from 9 letters representing 1–9, or a zero symbol), whereas Babylonian numerals used groups of two kinds of wedges representing ones and tens (a narrow vertical wedge ( | ) and an open left pointing wedge (<)) — up to 14 symbols per position (5 tens (<<<<<) and 9 ones ( ||||||||| ) grouped into one or two near squares containing up to three tiers of symbols, or a place holder (\\) for the lack of a position).

A hypothetical Roman numeral positional system would separate each position with punctuation marks but would not necessarily require a symbol for zero. For example, 144 might be I.IV.IV. in decimal notation (medieval Roman numerals were always terminated by a point to show that they were a number). To indicate zero, its position might not be present, for example I.IV.. would mean 140. About 725, Bede or a colleague used N for zero (the initial of the Latin word nulla meaning nothing), so the latter might be I.IV.N.

See also

External links

References

  • Donald Knuth. The Art of Computer Programming, Volume 2: Seminumerical Algorithms, Third Edition. Addison-Wesley, 1997. ISBN 0-201-89684-2. Section 4.1: Positional Number Systems, pp.195–213.
  • Georges Ifrah. The Universal History of Numbers: From Prehistory to the Invention of the Computer, Wiley, 2000. ISBN 0-471-37568-3.
1. ^ Ifrah, page 187
numeral system (or system of numeration) is a framework where a set of numbers are represented by numerals in a consistent manner. It can be seen as the context that allows the numeral "11" to be interpreted as the binary numeral for three
..... Click the link for more information.
In mathematics and the mathematical sciences, a constant is a fixed, but possibly unspecified, value. This is in contrast to a variable, which is not fixed.

Unspecified constants

The most widely mentioned sort of constant
..... Click the link for more information.
geometric progression, also known as a geometric sequence, is a sequence of numbers where each term after the first is found by multiplying the previous one by a fixed non-zero number called the common ratio. For example, the sequence 2, 6, 18, 54, ...
..... Click the link for more information.
base or radix is usually the number of various unique digits, including zero, that a positional numeral system uses to represent numbers. For example, the decimal system, the most common system in use today, uses base ten, hence the maximum number a single digit will ever
..... Click the link for more information.
base or radix is usually the number of various unique digits, including zero, that a positional numeral system uses to represent numbers. For example, the decimal system, the most common system in use today, uses base ten, hence the maximum number a single digit will ever
..... Click the link for more information.
decimal (base ten or occasionally denary) numeral system has ten as its base. It is the most widely used numeral system, perhaps because humans have four fingers and a thumb on each hand, giving a total of ten digits over both hands.
..... Click the link for more information.
Sexagesimal (base-sixty) is a numeral system with sixty as the base. It originated with the ancient Sumerians in the 2000s BC, was transmitted to the Babylonians, and is still used in modified form nowadays for measuring time, angles, and geographic coordinates.
..... Click the link for more information.
binary numeral system, or base-2 number system, is a numeral system that represents numeric values using two symbols, usually 0 and 1. More specifically, the usual base-2 system is a positional notation with a radix of 2.
..... Click the link for more information.
octal numeral system, or oct for short, is the base-8 number system, and uses the digits 0 to 7.

Octal numerals can be made from binary numerals by grouping consecutive digits into groups of three (starting from the right).
..... Click the link for more information.
hexadecimal, base-16, or simply hex, is a numeral system with a radix, or base, of 16, usually written using the symbols 0–9 and A–F, or a–f.
..... Click the link for more information.

In Computers

Sign-value notation (sign-magnitude notation) in computers is the use of the high-order bit (left end) of a binary word to represent the numeric sign: 0 for + and 1 for - followed by a binary number that is an absolute magnitude or a two's complement of an
..... Click the link for more information.
Roman numerals is a numeral system originating in ancient Rome, adapted from Etruscan numerals. The system used in classical antiquity was slightly modified in the Middle Ages to produce the system we use today. It is based on certain letters which are given values as numerals.
..... Click the link for more information.


An abacus (plurals abacuses or abaci), also called a counting frame, is a calculating tool for performing arithmetical processes, often constructed as a wooden frame with beads
..... Click the link for more information.
decimal representation of a non-negative real number r is an expression of the form



where is a nonnegative integer, and are integers satisfying ; this is usually written more briefly as


..... Click the link for more information.
R, two distinct elements 0 and 1 of R, two binary operations + and * on R (called addition and multiplication, resp.), a binary relation ≤ on R, satisfying the following properties.

1. (R, +, *) forms a field.
..... Click the link for more information.
decimal representation of a non-negative real number r is an expression of the form



where is a nonnegative integer, and are integers satisfying ; this is usually written more briefly as


..... Click the link for more information.
decimal (base ten or occasionally denary) numeral system has ten as its base. It is the most widely used numeral system, perhaps because humans have four fingers and a thumb on each hand, giving a total of ten digits over both hands.
..... Click the link for more information.
Hindu-Arabic numeral system (also called Algorism) is a positional decimal numeral system documented from the 9th century.

The symbols (glyphs) used to represent the system are in principle independent of the system itself.
..... Click the link for more information.

0 1 2 3 4 5 6 7 8 9

..... Click the link for more information.
10 (ten) is an even natural number following 9 and preceding 11.

0

..... Click the link for more information.
100 (one hundred) (the Roman numeral is C for centum) is the natural number following 99 and preceding 101.

In mathematics

One hundred is the square of 10 (in scientific notation it is written as ).
..... Click the link for more information.
1 e3 can refer to
  • The integer 1000
  • The chess opening move 1.e3, Van 't Kruijs Opening

..... Click the link for more information.
decimal (base ten or occasionally denary) numeral system has ten as its base. It is the most widely used numeral system, perhaps because humans have four fingers and a thumb on each hand, giving a total of ten digits over both hands.
..... Click the link for more information.
This article requires authentication or verification by an expert.
Please assist in recruiting an expert or [ improve this article] yourself. See the talk page for details. This article has been tagged since June 2007.
..... Click the link for more information.
locale is a set of parameters that defines the user's language, country and any special variant preferences that the user wants to see in their user interface. Usually a locale identifier consists of at least a language identifier and a region identifier.
..... Click the link for more information.
Full Stop is an album released in 2000 by Annabelle Chvostek.

Track listing

  1. "Icy blue"
  2. "Messages get through"
  3. "Body Work"
  4. "Gray's Pussycat Edie"
  5. "Chills"
  6. "Blows me away"
  7. "La La La"
  8. "Booby Boo"
  9. "That in itself"

..... Click the link for more information.
A comma, ) is a punctuation mark. It has the same shape as an apostrophe or single closing quotation mark in many typefaces, but it differs from them in being placed on the baseline of the text.
..... Click the link for more information.
This list compares various sizes of positive numbers, including counts of things, dimensionless numbers and probabilities.



Smaller than 10-36

  • Computing: The number 510-324

..... Click the link for more information.
This list compares various sizes of positive numbers, including counts of things, dimensionless numbers and probabilities.



Smaller than 10-36

  • Computing: The number 510-324

..... Click the link for more information.
Sexagesimal (base-sixty) is a numeral system with sixty as the base. It originated with the ancient Sumerians in the 2000s BC, was transmitted to the Babylonians, and is still used in modified form nowadays for measuring time, angles, and geographic coordinates.
..... Click the link for more information.


This article is copied from an article on Wikipedia.org - the free encyclopedia created and edited by online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of the wikipedia encyclopedia articles provide accurate and timely information please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.
Herod_Archelaus


page counter