To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Numerical digit

From Wikipedia, the free encyclopedia

Numbers written from 0 to 9
The ten digits of the Arabic numerals, in order of value.

A numerical digit (often shortened to just digit) or numeral is a single symbol used alone (such as "1") or in combinations (such as "15"), to represent numbers in a positional numeral system. The name "digit" comes from the fact that the ten digits (Latin digiti meaning fingers)[1] of the hands correspond to the ten symbols of the common base 10 numeral system, i.e. the decimal (ancient Latin adjective decem meaning ten)[2] digits.

For a given numeral system with an integer base, the number of different digits required is given by the absolute value of the base. For example, the decimal system (base 10) requires ten digits (0 through to 9), whereas the binary system (base 2) requires two digits (0 and 1).

YouTube Encyclopedic

  • 1/5
    Views:
    246 074
    37 688
    22 898
    517
    902 174
  • DIGIT || NUMERAL || NUMBER
  • Digit, Number and Numeral | Math For All
  • Math | Digits, Numbers & Numerals | The Learning Horizon
  • Numerical digit
  • Math Antics - Number Patterns

Transcription

Overview

In a basic digital system, a numeral is a sequence of digits, which may be of arbitrary length. Each position in the sequence has a place value, and each digit has a value. The value of the numeral is computed by multiplying each digit in the sequence by its place value, and summing the results.

Digital values

Each digit in a number system represents an integer. For example, in decimal the digit "1" represents the integer one, and in the hexadecimal system, the letter "A" represents the number ten. A positional number system has one unique digit for each integer from zero up to, but not including, the radix of the number system.

Thus in the positional decimal system, the numbers 0 to 9 can be expressed using their respective numerals "0" to "9" in the rightmost "units" position. The number 12 can be expressed with the numeral "2" in the units position, and with the numeral "1" in the "tens" position, to the left of the "2" while the number 312 can be expressed by three numerals: "3" in the "hundreds" position, "1" in the "tens" position, and "2" in the "units" position.

Computation of place values

The decimal numeral system uses a decimal separator, commonly a period in English, or a comma in other European languages,[3] to denote the "ones place" or "units place",[4][5][6] which has a place value one. Each successive place to the left of this has a place value equal to the place value of the previous digit times the base. Similarly, each successive place to the right of the separator has a place value equal to the place value of the previous digit divided by the base. For example, in the numeral 10.34 (written in base 10),

the 0 is immediately to the left of the separator, so it is in the ones or units place, and is called the units digit or ones digit;[7][8][9]
the 1 to the left of the ones place is in the tens place, and is called the tens digit;[10]
the 3 is to the right of the ones place, so it is in the tenths place, and is called the tenths digit;[11]
the 4 to the right of the tenths place is in the hundredths place, and is called the hundredths digit.[11]

The total value of the number is 1 ten, 0 ones, 3 tenths, and 4 hundredths. The zero, which contributes no value to the number, indicates that the 1 is in the tens place rather than the ones place.

The place value of any given digit in a numeral can be given by a simple calculation, which in itself is a complement to the logic behind numeral systems. The calculation involves the multiplication of the given digit by the base raised by the exponent n − 1, where n represents the position of the digit from the separator; the value of n is positive (+), but this is only if the digit is to the left of the separator. And to the right, the digit is multiplied by the base raised by a negative (−) n. For example, in the number 10.34 (written in base 10),

the 1 is second to the left of the separator, so based on calculation, its value is,
the 4 is second to the right of the separator, so based on calculation its value is,

History

Western Arabic 0 1 2 3 4 5 6 7 8 9
Eastern Arabic ٠ ١ ٢ ٣ ٤ ٥ ٦ ٧ ٨ ٩
Persian ۰ ۱ ۲ ۳ ۴ ۵ ۶ ۷ ۸ ۹
Devanagari

The first true written positional numeral system is considered to be the Hindu–Arabic numeral system. This system was established by the 7th century in India,[12] but was not yet in its modern form because the use of the digit zero had not yet been widely accepted. Instead of a zero sometimes the digits were marked with dots to indicate their significance, or a space was used as a placeholder. The first widely acknowledged use of zero was in 876.[13] The original numerals were very similar to the modern ones, even down to the glyphs used to represent digits.[12]

The digits of the Maya numeral system

By the 13th century, Western Arabic numerals were accepted in European mathematical circles (Fibonacci used them in his Liber Abaci). They began to enter common use in the 15th century.[14] By the end of the 20th century virtually all non-computerized calculations in the world were done with Arabic numerals, which have replaced native numeral systems in most cultures.

Other historical numeral systems using digits

The exact age of the Maya numerals is unclear, but it is possible that it is older than the Hindu–Arabic system. The system was vigesimal (base 20), so it has twenty digits. The Mayas used a shell symbol to represent zero. Numerals were written vertically, with the ones place at the bottom. The Mayas had no equivalent of the modern decimal separator, so their system could not represent fractions.

The Thai numeral system is identical to the Hindu–Arabic numeral system except for the symbols used to represent digits. The use of these digits is less common in Thailand than it once was, but they are still used alongside Arabic numerals.

The rod numerals, the written forms of counting rods once used by Chinese and Japanese mathematicians, are a decimal positional system able to represent not only zero but also negative numbers. Counting rods themselves predate the Hindu–Arabic numeral system. The Suzhou numerals are variants of rod numerals.

Rod numerals (vertical)
0 1 2 3 4 5 6 7 8 9
–0 –1 –2 –3 –4 –5 –6 –7 –8 –9

Modern digital systems

In computer science

The binary (base 2), octal (base 8), and hexadecimal (base 16) systems, extensively used in computer science, all follow the conventions of the Hindu–Arabic numeral system.[15] The binary system uses only the digits "0" and "1", while the octal system uses the digits from "0" through "7". The hexadecimal system uses all the digits from the decimal system, plus the letters "A" through "F", which represent the numbers 10 to 15 respectively.[16] When the binary system is used, the term "bit(s)" is typically used as an alternative for "digit(s)", being a portmanteau of the term "binary digit". Similar terms exist for other number systems, such as "trit(s)" for a ternary system and "dit(s) for the decimal system, although less frequently used.

Unusual systems

The ternary and balanced ternary systems have sometimes been used. They are both base 3 systems.[17]

Balanced ternary is unusual in having the digit values 1, 0 and –1. Balanced ternary turns out to have some useful properties and the system has been used in the experimental Russian Setun computers.[18]

Several authors in the last 300 years have noted a facility of positional notation that amounts to a modified decimal representation. Some advantages are cited for use of numerical digits that represent negative values. In 1840 Augustin-Louis Cauchy advocated use of signed-digit representation of numbers, and in 1928 Florian Cajori presented his collection of references for negative numerals. The concept of signed-digit representation has also been taken up in computer design.

Digits in mathematics

Despite the essential role of digits in describing numbers, they are relatively unimportant to modern mathematics.[19] Nevertheless, there are a few important mathematical concepts that make use of the representation of a number as a sequence of digits.

Digital roots

The digital root is the single-digit number obtained by summing the digits of a given number, then summing the digits of the result, and so on until a single-digit number is obtained.[20]

Casting out nines

Casting out nines is a procedure for checking arithmetic done by hand. To describe it, let represent the digital root of , as described above. Casting out nines makes use of the fact that if , then . In the process of casting out nines, both sides of the latter equation are computed, and if they are not equal, the original addition must have been faulty.[21]

Repunits and repdigits

Repunits are integers that are represented with only the digit 1. For example, 1111 (one thousand, one hundred and eleven) is a repunit. Repdigits are a generalization of repunits; they are integers represented by repeated instances of the same digit. For example, 333 is a repdigit. The primality of repunits is of interest to mathematicians.[22]

Palindromic numbers and Lychrel numbers

Palindromic numbers are numbers that read the same when their digits are reversed.[23] A Lychrel number is a positive integer that never yields a palindromic number when subjected to the iterative process of being added to itself with digits reversed.[24] The question of whether there are any Lychrel numbers in base 10 is an open problem in recreational mathematics; the smallest candidate is 196.[25]

History of ancient numbers

Counting aids, especially the use of body parts (counting on fingers), were certainly used in prehistoric times as today. There are many variations. Besides counting ten fingers, some cultures have counted knuckles, the space between fingers, and toes as well as fingers. The Oksapmin culture of New Guinea uses a system of 27 upper body locations to represent numbers.[26]

To preserve numerical information, tallies carved in wood, bone, and stone have been used since prehistoric times.[27] Stone age cultures, including ancient indigenous American groups, used tallies for gambling, personal services, and trade-goods.

A method of preserving numeric information in clay was invented by the Sumerians between 8000 and 3500 BC.[28] This was done with small clay tokens of various shapes that were strung like beads on a string. Beginning about 3500 BC, clay tokens were gradually replaced by number signs impressed with a round stylus at different angles in clay tablets (originally containers for tokens) which were then baked. About 3100  BC, written numbers were dissociated from the things being counted and became abstract numerals.

Between 2700 and 2000 BC, in Sumer, the round stylus was gradually replaced by a reed stylus that was used to press wedge-shaped cuneiform signs in clay. These cuneiform number signs resembled the round number signs they replaced and retained the additive sign-value notation of the round number signs. These systems gradually converged on a common sexagesimal number system; this was a place-value system consisting of only two impressed marks, the vertical wedge and the chevron, which could also represent fractions.[29] This sexagesimal number system was fully developed at the beginning of the Old Babylonia period (about 1950 BC) and became standard in Babylonia.[30]

Sexagesimal numerals were a mixed radix system that retained the alternating base 10 and base 6 in a sequence of cuneiform vertical wedges and chevrons. By 1950 BC, this was a positional notation system. Sexagesimal numerals came to be widely used in commerce, but were also used in astronomical and other calculations. This system was exported from Babylonia and used throughout Mesopotamia, and by every Mediterranean nation that used standard Babylonian units of measure and counting, including the Greeks, Romans and Egyptians. Babylonian-style sexagesimal numeration is still used in modern societies to measure time (minutes per hour) and angles (degrees).[31]

History of modern numbers

In China, armies and provisions were counted using modular tallies of prime numbers. Unique numbers of troops and measures of rice appear as unique combinations of these tallies. A great convenience of modular arithmetic is that it is easy to multiply.[32] This makes use of modular arithmetic for provisions especially attractive. Conventional tallies are quite difficult to multiply and divide. In modern times modular arithmetic is sometimes used in digital signal processing.[33]

The oldest Greek system was that of the Attic numerals,[34] but in the 4th century BC they began to use a quasidecimal alphabetic system (see Greek numerals).[35] Jews began using a similar system (Hebrew numerals), with the oldest examples known being coins from around 100 BC.[36]

The Roman empire used tallies written on wax, papyrus and stone, and roughly followed the Greek custom of assigning letters to various numbers. The Roman numerals system remained in common use in Europe until positional notation came into common use in the 16th century.[37]

The Maya of Central America used a mixed base 18 and base 20 system, possibly inherited from the Olmec, including advanced features such as positional notation and a zero.[38] They used this system to make advanced astronomical calculations, including highly accurate calculations of the length of the solar year and the orbit of Venus.[39]

The Incan Empire ran a large command economy using quipu, tallies made by knotting colored fibers.[40] Knowledge of the encodings of the knots and colors was suppressed by the Spanish conquistadors in the 16th century, and has not survived although simple quipu-like recording devices are still used in the Andean region.

Some authorities believe that positional arithmetic began with the wide use of counting rods in China.[41] The earliest written positional records seem to be rod calculus results in China around 400. Zero was first used in India in the 7th century CE by Brahmagupta.[42]

The modern positional Arabic numeral system was developed by mathematicians in India, and passed on to Muslim mathematicians, along with astronomical tables brought to Baghdad by an Indian ambassador around 773.[43]

From India, the thriving trade between Islamic sultans and Africa carried the concept to Cairo. Arabic mathematicians extended the system to include decimal fractions, and Muḥammad ibn Mūsā al-Ḵwārizmī wrote an important work about it in the 9th  century.[44] The modern Arabic numerals were introduced to Europe with the translation of this work in the 12th century in Spain and Leonardo of Pisa's Liber Abaci of 1201.[45] In Europe, the complete Indian system with the zero was derived from the Arabs in the 12th century.[46]

The binary system (base 2), was propagated in the 17th century by Gottfried Leibniz.[47] Leibniz had developed the concept early in his career, and had revisited it when he reviewed a copy of the I Ching from China.[48] Binary numbers came into common use in the 20th century because of computer applications.[47]

Numerals in most popular systems

West Arabic 0 1 2 3 4 5 6 7 8 9
Asomiya (Assamese); Bengali
Devanagari
East Arabic ٠ ١ ٢ ٣ ٤ ٥ ٦ ٧ ٨ ٩
Persian ٠ ١ ٢ ٣ ۴ ۵ ۶ ٧ ٨ ٩
Gurmukhi
Urdu ۰ ۱ ۲ ۳ ۴ ۵ ۶ ۷ ۸ ۹
Chinese (everyday)
Chinese (Traditional)
Chinese (Simplified)
Chinese (Suzhou)
Ge'ez (Ethiopic)
Gujarati
Hieroglyphic Egyptian 𓏺 𓏻 𓏼 𓏽 𓏾 𓏿 𓐀 𓐁 𓐂
Japanese (everyday)
Japanese (formal)
Kannada
Khmer (Cambodia)
Lao
Limbu
Malayalam
Mongolian
Burmese
Oriya
Roman I II III IV V VI VII VIII IX
Shan
Sinhala 𑇡 𑇢 𑇣 𑇤 𑇥 𑇦 𑇧 𑇨 𑇩
Tamil
Telugu
Thai
Tibetan
New Tai Lue
Javanese

Additional numerals

1 5 10 20 30 40 50 60 70 80 90 100 500 1000 10000 108
Chinese
(simple)
二十 三十 四十 五十 六十 七十 八十 九十 五百 亿
Chinese
(complex)
贰拾 叁拾 肆拾 伍拾 陆拾 柒拾 捌拾 玖拾 伍佰
Ge'ez
(Ethiopic)
፭፻ ፲፻ ፼፼
Roman I V X XX XXX XL L LX LXX LXXX XC C D M X

See also

References

  1. ^ ""Digit" Origin". dictionary.com. Retrieved 23 May 2015.
  2. ^ ""Decimal" Origin". dictionary.com. Retrieved 23 May 2015.
  3. ^ Weisstein, Eric W. "Decimal Point". mathworld.wolfram.com. Retrieved 22 July 2020.
  4. ^ Snyder, Barbara Bode (1991). Practical math for the technician : the basics. Englewood Cliffs, N.J.: Prentice Hall. p. 225. ISBN 0-13-251513-X. OCLC 22345295. units or ones place
  5. ^ Andrew Jackson Rickoff (1888). Numbers Applied. D. Appleton & Company. pp. 5–. units' or ones' place
  6. ^ John William McClymonds; D. R. Jones (1905). Elementary Arithmetic. R.L. Telfer. pp. 17–18. units' or ones' place
  7. ^ Richard E. Johnson; Lona Lee Lendsey; William E. Slesnick (1967). Introductory Algebra for College Students. Addison-Wesley Publishing Company. p. 30. units' or ones', digit
  8. ^ R. C. Pierce; W. J. Tebeaux (1983). Operational Mathematics for Business. Wadsworth Publishing Company. p. 29. ISBN 978-0-534-01235-9. ones or units digit
  9. ^ Max A. Sobel (1985). Harper & Row algebra one. Harper & Row. p. 282. ISBN 978-0-06-544000-3. ones, or units, digit
  10. ^ Max A. Sobel (1985). Harper & Row algebra one. Harper & Row. p. 277. ISBN 978-0-06-544000-3. every two-digit number can be expressed as 10t+u when t is the tens digit
  11. ^ a b Taggart, Robert (2000). Mathematics. Decimals and percents. Portland, Me.: J. Weston Walch. pp. 51–54. ISBN 0-8251-4178-8. OCLC 47352965.
  12. ^ a b O'Connor, J. J. and Robertson, E. F. Arabic Numerals. January 2001. Retrieved on 2007-02-20.
  13. ^ Bill Casselman (February 2007). "All for Nought". Feature Column. AMS.
  14. ^ Bradley, Jeremy. "How Arabic Numbers Were Invented". www.theclassroom.com. Retrieved 22 July 2020.
  15. ^ Ravichandran, D. (1 July 2001). Introduction To Computers And Communication. Tata McGraw-Hill Education. pp. 24–47. ISBN 978-0-07-043565-0.
  16. ^ "Hexadecimals". www.mathsisfun.com. Retrieved 22 July 2020.
  17. ^ "Third Base" (PDF). 30 October 2019. Archived from the original (PDF) on 30 October 2019. Retrieved 22 July 2020.
  18. ^ "Development of ternary computers at Moscow State University. Russian Virtual Computer Museum". www.computer-museum.ru. Retrieved 22 July 2020.
  19. ^ Kirillov, A.A. "What are numbers?" (PDF). math.upenn. p. 2. True, if you open a modern mathematical journal and try to read any article, it is very probable that you will see no numbers at all.
  20. ^ Weisstein, Eric W. "Digital Root". mathworld.wolfram.com. Retrieved 22 July 2020.
  21. ^ Weisstein, Eric W. "Casting Out Nines". mathworld.wolfram.com. Retrieved 22 July 2020.
  22. ^ Weisstein, Eric W. "Repunit". MathWorld.
  23. ^ Weisstein, Eric W. "Palindromic Number". mathworld.wolfram.com. Retrieved 22 July 2020.
  24. ^ Weisstein, Eric W. "Lychrel Number". mathworld.wolfram.com. Retrieved 22 July 2020.
  25. ^ Garcia, Stephan Ramon; Miller, Steven J. (13 June 2019). 100 Years of Math Milestones: The Pi Mu Epsilon Centennial Collection. American Mathematical Soc. pp. 104–105. ISBN 978-1-4704-3652-0.
  26. ^ Saxe, Geoffrey B. (2012). Cultural development of mathematical ideas : Papua New Guinea studies. Esmonde, Indigo. Cambridge: Cambridge University Press. pp. 44–45. ISBN 978-1-139-55157-1. OCLC 811060760. The Okspamin body system includes 27 body parts...
  27. ^ Tuniz, C. (Claudio) (24 May 2016). Humans : an unauthorized biography. Tiberi Vipraio, Patrizia, Haydock, Juliet. Switzerland. p. 101. ISBN 978-3-319-31021-3. OCLC 951076018. ...even notches cut into sticks made out of wood, bone or other materials dating back 30,000 years (often referred to as "notched tallies").{{cite book}}: CS1 maint: location missing publisher (link)
  28. ^ Ifrah, Georges (1985). From one to zero : a universal history of numbers. New York: Viking. p. 154. ISBN 0-670-37395-8. OCLC 11237558. And so, by the beginning of the third millennium B.C., the Sumerians and Elamites had adopted the practice of recording numerical information on small, usually rectangular clay tablets
  29. ^ London Encyclopædia, Or, Universal Dictionary of Science, Art, Literature, and Practical Mechanics: Comprising a Popular View of the Present State of Knowledge; Illustrated by Numerous Engravings and Appropriate Diagrams. T. Tegg. 1845. p. 226.
  30. ^ Neugebauer, O. (11 November 2013). Astronomy and History Selected Essays. Springer Science & Business Media. ISBN 978-1-4612-5559-8.
  31. ^ Powell, Marvin A. (2008). "Sexagesimal System". Encyclopaedia of the History of Science, Technology, and Medicine in Non-Western Cultures. Berlin/Heidelberg: Springer-Verlag. pp. 1998–1999. doi:10.1007/978-1-4020-4425-0_9055. ISBN 978-1-4020-4559-2.
  32. ^ Knuth, Donald Ervin (1998). The art of computer programming. Reading, Mass.: Addison-Wesley Pub. Co. ISBN 0-201-03809-9. OCLC 823849. The advantages of a modular representation are that addition, subtraction, and multiplication are very simple
  33. ^ Echtle, Klaus; Hammer, Dieter; Powell, David (21 September 1994). Dependable Computing - EDCC-1: First European Dependable Computing Conference, Berlin, Germany, October 4-6, 1994. Proceedings. Springer Science & Business Media. p. 439. ISBN 978-3-540-58426-1.
  34. ^ Woodhead, A. G. (Arthur Geoffrey) (1981). The study of Greek inscriptions (2nd ed.). Cambridge: Cambridge University Press. pp. 109–110. ISBN 0-521-23188-4. OCLC 7736343.
  35. ^ Ushakov, Igor (22 June 2012). In the Beginning Was the Number (2). Lulu.com. ISBN 978-1-105-88317-0.
  36. ^ Chrisomalis, Stephen (2010). Numerical notation : a comparative history. Cambridge: Cambridge University Press. p. 157. ISBN 978-0-511-67683-3. OCLC 630115876. The first safely dated instance in which the use of Hebrew alphabetic numerals is certain is on coins from the reign of Hasmonean king Alexander Janneus(103 to 76 BC)...
  37. ^ Silvercloud, Terry David (2007). The Shape of God: Secrets, Tales, and Legends of the Dawn Warriors. Terry David Silvercloud. p. 152. ISBN 978-1-4251-0836-6.
  38. ^ Wheeler, Ruric E.; Wheeler, Ed R. (2001), Modern Mathematics, Kendall Hunt, p. 130, ISBN 9780787290627.
  39. ^ Swami, Devamrita (2002). Searching for Vedic India. The Bhaktivedanta Book Trust. ISBN 978-0-89213-350-5. Maya astronomy finely calculated both the duration of the solar year and the synodical revolution of Venus
  40. ^ "Quipu | Incan counting tool". Encyclopedia Britannica. Retrieved 23 July 2020.
  41. ^ Chen, Sheng-Hong (21 June 2018). Computational Geomechanics and Hydraulic Structures. Springer. p. 8. ISBN 978-981-10-8135-4. … definitely before 400 BC they possessed a similar positional notation based on the ancient counting rods.
  42. ^ "Foundations of mathematics – The reexamination of infinity". Encyclopædia Britannica. Retrieved 23 July 2020.
  43. ^ The Encyclopedia Britannica. 1899. p. 626.
  44. ^ Struik, Dirk J. (Dirk Jan) (1967). A concise history of mathematics (3d rev. ed.). New York: Dover Publications. ISBN 0-486-60255-9. OCLC 635553.
  45. ^ Sigler, Laurence (11 November 2003). Fibonacci's Liber Abaci: A Translation into Modern English of Leonardo Pisano's Book of Calculation. Springer Science & Business Media. ISBN 978-0-387-40737-1.
  46. ^ Deming, David (2010). Science and technology in world history. Volume 1, The ancient world and classical civilization. Jefferson, N.C.: McFarland & Co. p. 86. ISBN 978-0-7864-5657-4. OCLC 650873991.
  47. ^ a b Yanushkevich, Svetlana N. (2008). Introduction to logic design. Shmerko, Vlad P. Boca Raton: CRC Press. p. 56. ISBN 978-1-4200-6094-2. OCLC 144226528.
  48. ^ Sloane, Sarah (2005). The I Ching for writers : finding the page inside you. Novato, Calif.: New World Library. p. 9. ISBN 1-57731-496-4. OCLC 56672043.
This page was last edited on 8 March 2024, at 16:03
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.