Difference between revisions of "Real numbers"
Jump to navigation
Jump to search
(→Infinity: nothing to do with "Peano arithematic", which was misspelled anyway) |
m |
||
| Line 14: | Line 14: | ||
*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 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 fractions{{prove}} | *Any decimal representation which repeats or recurs, like 1.86292929292929..., because these can be shown to be fractions{{prove}} | ||
| − | *[[Irrational numbers]], like | + | *[[Irrational numbers]], like |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 22:53, April 11, 2007
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