请输入您要查询的字词:

 

单词 real numbers
释义
real numbers

Computer
  • The numbers that allow a numerical quantity to be assigned to every point on an infinite line or continuum. Real numbers are thus used to measure and calculate exactly the sizes of any continuous line segments or quantities. The development of a number system that meets these requirements has proved to be a long and complex process that reached a conclusion only in the 19th century. Establishing theoretical foundations for mathematical developments such as the calculus have involved sorting out subtle, conflicting, and inconsistent ideas about the reals (such as infinitesimals). The set of reals is infinite and not countable: there does not exist a method of making finite representations or codings of real numbers. Research on the foundations of the continuum continues—for instance on computation with the reals and on the uses of infinitesimals.

    The real numbers, like the natural numbers, are one of the truly fundamental data types. Unlike the natural numbers, however, reals cannot be represented exactly in computations. They can be approximated to any degree of accuracy by rational numbers.

    A real number can be defined in several ways, for example as the limit of a sequence of rational numbers. A real x is represented by a sequence q(0), q(1),… of rational numbers that approximates x in the sense that for any degree of accuracy ε‎ there exists some natural number n such that

    forallk>n,|q(k)x|<ε
    A real number is a computable real number if there is an algorithm that allows us to compute an approximation to the number to any given degree of accuracy. A real x is computable if (a) there is an algorithm that lists a sequence q(0),q(1),… of rational numbers that converges to x, and (b) there is an algorithm that to any natural number k finds a natural number p(k) such that
    foralln>p(k),|q(n)x|<2k
    Most of the real numbers that we know and use come from solving equations (e.g. the algebraic numbers) and evaluating equationally defined sequences (e.g. e and Π‎) and are computable. However, most real numbers are noncomputable.

    The approximations to real numbers used in computers must have finite representations or codings. In particular, there are gaps and separations between adjacent pairs of the real numbers that are represented (see model numbers). The separation may be the same between all numbers (fixed-point) or may vary and depend on the size of the adjacent values (floating-point). Some programming languages ignore this difference, describing floating-point numbers as ‘real’. Calculations with real numbers on a computer must take account of these approximations.


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2025/2/11 2:05:47