Real numbers
This is an old revision of this page, as edited by Qa1I68 (talk | contribs) at 22:53, April 11, 2007. It may differ significantly from current revision.
Real numbers can be thought of as numbers which can be represented by some infinite or finite decimal representation, such as 0.707106781187...
In classical physics, measurements of things that can vary smoothly and continuously, like speed or temperature, are treated as real numbers.
In a number line representation, the real numbers correspond to all the points on a geometric line. The distance between any two points on a line is a real number.
In computer programming, some computer languages such as FORTRAN include a real data type that is intended to represent real numbers.[1]
The real numbers include within them all of these other kinds of numbers:
- The "natural numbers" or positive integers, 1, 2, 3, ...
- Zero and the negative integers
- Fractions, like 355/113
- Any decimal representation which terminates (comes to an end), like 6.023, because this is just a way of writing a fraction (in this case, 6023/1000)
- Any decimal representation which repeats or recurs, like 1.86292929292929..., because these can be shown to be fractionsTemplate:Prove
- Irrational numbers, like
- â In reality, the actual values the computer uses are very-high-precision fractions which can equal or approximate real numbers