Jump to content

Integer relation algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 152.3.68.8 (talk) at 14:55, 24 September 2010 (History). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

An integer relation between a set of real numbers x1, x2, ..., xn is a set of integers a1, a2, ..., an, not all 0, such that

An integer relation algorithm is an algorithm for finding integer relations. Specifically, given a set of real numbers known to a given precision, an integer relation algorithm will either find an integer relation between them, or will determine that no integer relation exists with coefficients whose magnitudes are less than a certain upper bound.[1]

History

For the case n = 2, an extension of the Euclidean algorithm can determine whether there is an integer relation between any two real numbers x1 and x2. The algorithm generates successive terms of the continued fraction expansion of x1/x2; if there is an integer relation between the numbers then their ratio is rational and the algorithm eventually terminates.

The first general algorithm that was proved to work for all values of n was the Ferguson–Forcade algorithm, published in 1979 by Helaman Ferguson and R.W. Forcade.[2] Subsequent developments, focussing on improving both efficiency and numerical stability, produced the following algorithms:

In 2000 the PSLQ algorithm was selected as one of the "Top Ten Algorithms of the Century" by Jack Dongarra and Francis Sullivan.[8]

Applications

Integer relation algorithms have two main applications. The first application is to determine whether a given real number x is likely to be algebraic, by searching for an integer relation between a set of powers of x {1, x, x2, ..., xn}. The second application is to search for an integer relation between a real number x and a set of mathematical constants such as e, π and ln(2), which will lead to an expression for x as a linear combination of these constants.

A typical approach in experimental mathematics is to use numerical methods and arbitrary precision arithmetic to find an approximate value for an infinite series, infinite product or an integral to a high degree of precision (usually at least 100 significant figures), and then use an integer relation algorithm to search for an integer relation between this value and a set of mathematical constants. If an integer relation is found, this suggests a possible closed-form expression for the original series, product or integral. This conjecture can then be validated by formal algebraic methods. The higher the precision to which the inputs to the algorithm are known, the greater the level of confidence that any integer relation that is found is not just a numerical artifact.

A notable success of this approach was the use of the PSLQ algorithm to find the integer relation that led to the Bailey-Borwein-Plouffe formula for the value of π.

Integer relation algorithms are combined with tables of high precision mathematical constants and heuristic search methods in applications such as the Inverse Symbolic Calculator or Plouffe's Inverter.

References

  1. ^ Since the set of real numbers can only be specified up to a finite precision, an algorithm that did not place limits on the size of its coefficients would always find an integer relation for sufficiently large coefficients. Results of interest occur when the size of the coefficients in an integer relation is small compared to the precision with which the real numbers are specified.
  2. ^ Weisstein, Eric W. "Integer Relation". MathWorld.
  3. ^ Weisstein, Eric W. "LLL Algorithm". MathWorld.
  4. ^ Weisstein, Eric W. "PSOS Algorithm". MathWorld.
  5. ^ Weisstein, Eric W. "HJLS Algorithm". MathWorld.
  6. ^ Weisstein, Eric W. "PSLQ Algorithm". MathWorld.
  7. ^ A Polynomial Time, Numerically Stable Integer Relation Algorithm by Helaman R. P. Ferguson and David H. Bailey; RNR Technical Report RNR-91-032; July 14, 1992
  8. ^ Barry A. Cipra. "The Best of the 20th Century: Editors Name Top 10 Algorithms" (PDF). SIAM News. 33 (4).