List of types of numbers

From HandWiki
Short description: none

Numbers can be classified according to how they are represented or according to the properties that they have.

Main types

  • Natural numbers ([math]\displaystyle{ \mathbb{N} }[/math]): The counting numbers {1, 2, 3, ...} are commonly called natural numbers; however, other definitions include 0, so that the non-negative integers {0, 1, 2, 3, ...} are also called natural numbers. Natural numbers including 0 are also sometimes called whole numbers.[1][2]
  • Integers ([math]\displaystyle{ \mathbb{Z} }[/math]): Positive and negative counting numbers, as well as zero: {..., −3, −2, −1, 0, 1, 2, 3, ...}.
  • Rational numbers ([math]\displaystyle{ \mathbb{Q} }[/math]): Numbers that can be expressed as a ratio of an integer to a non-zero integer.[3] All integers are rational, but there are rational numbers that are not integers, such as −2/9.
  • Real numbers ([math]\displaystyle{ \mathbb{R} }[/math]): Numbers that correspond to points along a line. They can be positive, negative, or zero. All rational numbers are real, but the converse is not true.
  • Irrational numbers ([math]\displaystyle{ \mathbb{R} \setminus \mathbb{Q} }[/math]): Real numbers that are not rational.
  • Imaginary numbers: Numbers that equal the product of a real number and the imaginary unit [math]\displaystyle{ i }[/math], where [math]\displaystyle{ i^2 = -1 }[/math]. The number 0 is both real and imaginary.
  • Complex numbers ([math]\displaystyle{ \mathbb{C} }[/math]): Includes real numbers, imaginary numbers, and sums and differences of real and imaginary numbers.
  • Hypercomplex numbers include various number-system extensions: quaternions ([math]\displaystyle{ \mathbb{H} }[/math]), octonions ([math]\displaystyle{ \mathbb{O} }[/math]), and other less common variants.[4]
  • p-adic numbers: Various number systems constructed using limits of rational numbers, according to notions of "limit" different from the one used to construct the real numbers.

Number representations

Main page: List of numeral systems
  • Decimal: The standard Hindu–Arabic numeral system using base ten.
  • Binary: The base-two numeral system used by computers, with digits 0 and 1.
  • Ternary: The base-three numeral system with 0, 1, and 2 as digits.
  • Quaternary: The base-four numeral system with 0, 1, 2, and 3 as digits.
  • Hexadecimal: Base 16, widely used by computer system designers and programmers, as it provides a more human-friendly representation of binary-coded values.
  • Octal: Base 8, occasionally used by computer system designers and programmers.
  • Duodecimal: Base 12, a numeral system that is convenient because of the many factors of 12.
  • Sexagesimal: Base 60, first used by the ancient Sumerians in the 3rd millennium BC, was passed down to the ancient Babylonians.
  • See positional notation for information on other bases.
  • Roman numerals: The numeral system of ancient Rome, still occasionally used today, mostly in situations that do not require arithmetic operations.
  • Tally marks: Usually used for counting things that increase by small amounts and do not change very quickly.
  • Fractions: A representation of a non-integer as a ratio of two integers. These include improper fractions as well as mixed numbers.
  • Continued fraction: An expression obtained through an iterative process of representing a number as the sum of its integer part and the reciprocal of another number, then writing this other number as the sum of its integer part and another reciprocal, and so on.
  • Scientific notation: A method for writing very small and very large numbers using powers of 10. When used in science, such a number also conveys the precision of measurement using significant figures.
  • Knuth's up-arrow notation and Conway chained arrow notation: Notations that allow the concise representation of some extremely large integers such as Graham's number.

Signed numbers

  • Positive numbers: Real numbers that are greater than zero.
  • Negative numbers: Real numbers that are less than zero. Because zero itself has no sign, neither the positive numbers nor the negative numbers include zero. When zero is a possibility, the following terms are often used:
  • Non-negative numbers: Real numbers that are greater than or equal to zero. Thus a non-negative number is either zero or positive.
  • Non-positive numbers: Real numbers that are less than or equal to zero. Thus a non-positive number is either zero or negative.

Types of integer

Algebraic numbers

Non-standard numbers

Computability and definability

See also

References

  1. Weisstein, Eric W.. "Natural Number". http://mathworld.wolfram.com/NaturalNumber.html. 
  2. "natural number", Merriam-Webster.com (Merriam-Webster), http://www.merriam-webster.com/dictionary/natural%20number, retrieved 4 October 2014 
  3. W., Weisstein, Eric. "Rational Number". http://mathworld.wolfram.com/RationalNumber.html. 
  4. Sedenions ([math]\displaystyle{ \mathbb{S} }[/math]), trigintaduonions ([math]\displaystyle{ \mathbb{T} }[/math]), tessarines, coquaternions, and biquaternions.