Difference between revisions of "Radix"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "In mathematical numeral systems, the '''radix''' or '''base''' is the number of unique digits, including zero, used to represent numbers in a positional num...") |
Karl Jones (Talk | contribs) (→External links) |
||
Line 18: | Line 18: | ||
* [https://en.wikipedia.org/wiki/Radix Radix] @ Wikipedia | * [https://en.wikipedia.org/wiki/Radix Radix] @ Wikipedia | ||
+ | |||
+ | [[Category:Mathematics]] | ||
+ | [[Category:Numbers]] |
Latest revision as of 08:24, 21 April 2016
In mathematical numeral systems, the radix or base is the number of unique digits, including zero, used to represent numbers in a positional numeral system.
Description
For example, for the decimal system (the most common system in use today) the radix is ten, because it uses the ten digits from 0 through 9.
In any standard positional numeral system, the number x and its base y are conventionally written as (x)_y, although for base ten the subscript is usually assumed and not written, as it is the most common way to express value.
For example, (100)_{10} (in the decimal system) represents the number one hundred, while (100)_2 (in the binary system with base 2) represents the number four.
See also
External links
- Radix @ Wikipedia