User Tools

Site Tools


oer:amc:topics:numeral_systems:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
oer:amc:topics:numeral_systems:start [2024/04/16 19:44] – [Positional Numeral System] rolfoer:amc:topics:numeral_systems:start [2024/04/16 19:56] (current) – [Positional Numeral System] rolf
Line 4: Line 4:
 The common numeral (or number) system we use for arithmetic is called the decimal system. The name indicates that it is based on powers of 10 or, in short, on the base 10 (English: ten, Latin: decem, Ancient Greek: deka). When we write $652$, we mean $2\cdot 10^0 + 5\cdot 10^1 + 6\cdot 10^2$. When we write $256$, we mean $6\cdot 10^0 + 5\cdot 10^1 + 2\cdot 10^2$. The common numeral (or number) system we use for arithmetic is called the decimal system. The name indicates that it is based on powers of 10 or, in short, on the base 10 (English: ten, Latin: decem, Ancient Greek: deka). When we write $652$, we mean $2\cdot 10^0 + 5\cdot 10^1 + 6\cdot 10^2$. When we write $256$, we mean $6\cdot 10^0 + 5\cdot 10^1 + 2\cdot 10^2$.
  
-A numeral is a single or combined symbol representing a number. A digt is an elementary numeral. Example: 652 is a numeral. It consists of the digits (elementary numerals or symbols) '6' (six), '5' (five), and '2' (two). The numeral 256 consists of the same set of digits, but in different order. The order of the digits matter! The position of a decimal place represents a power of 10. The '6' in 652 represents $6 \cdot 10^2 = 600$, whereas '6' in 256 denotes $6 \cdot 10^0 = 6$.+A numeral is a single or combined symbol representing a number. A digt is an elementary numeral. Example: 652 is a numeral. It consists of the digits (elementary numerals or symbols) '6' (six), '5' (five), and '2' (two). The numeral 256 consists of the same set of digits, but in different order. The order of the digits matter! The position of a decimal place represents a power of 10. The '6' in 652 represents $6 \cdot 10^2 = 600$, whereas '6' in 256 denotes $6 \cdot 10^0 = 6$. The digits symbolize multipliers, the position the powers of 10 to multiply with
  
-Ten symbols are necessary to define ten multipliers, e.g. the symbol (aka digit) '5' means 'multiply by five'. The ten elementary symbols used in the decimal system are $\{0,1,2,3,4,5,6,7,8,9\}$. You need as many symbols (multipliers) as the value of the base, e.g. ten symbols in the decimal system (= base 10).+In the decimal system (base 10) ten symbols are necessary to define ten multipliers, e.g. the symbol (aka digit) '5' means 'multiply by five'. The ten elementary symbols used in the decimal system are $\{0,1,2,3,4,5,6,7,8,9\}$. You need as many symbols (multipliers) as the value of the base, e.g. ten symbols in the decimal system (= base 10).
  
 The most striking achievement in modern numeral systems is that **the position of a symbol determines the power of 10** it has to be multiplied with. In the example $652$ the symbol $6$ at position 3 from the right has to be multiplied by $10^2$. The **position** is also known as **decimal place**. The most striking achievement in modern numeral systems is that **the position of a symbol determines the power of 10** it has to be multiplied with. In the example $652$ the symbol $6$ at position 3 from the right has to be multiplied by $10^2$. The **position** is also known as **decimal place**.
Line 13: Line 13:
 {{ https://upload.wikimedia.org/wikipedia/commons/thumb/5/59/Values_of_digits_in_the_Decimal_numeral_system.svg/320px-Values_of_digits_in_the_Decimal_numeral_system.svg.png }} {{ https://upload.wikimedia.org/wikipedia/commons/thumb/5/59/Values_of_digits_in_the_Decimal_numeral_system.svg/320px-Values_of_digits_in_the_Decimal_numeral_system.svg.png }}
 */ */
 +
 +This principle of base (or radix) and an associated set of digits can be extended to any base. Common numeral systems are:
 +  * Base 10: decimal
 +  * Base 2: binary
 +  * Base 16: hexadecimal
  
 ===== Decimal System, Base $10$ ===== ===== Decimal System, Base $10$ =====
Line 97: Line 102:
 |                |          $00111100$ | |                |          $00111100$ |
 |                |          $11000011$ | |                |          $11000011$ |
 +
 +===== Links to Wikipedia =====
 +
 +  * [[https://en.wikipedia.org/wiki/Positional_notation|Positional Numeral System]]
 +  * [[https://en.wikipedia.org/wiki/Numeral_system|Numeral System]]
  
oer/amc/topics/numeral_systems/start.1713296652.txt.gz · Last modified: 2024/04/16 19:44 by rolf