enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Bulirsch–Stoer algorithm - Wikipedia

    en.wikipedia.org/wiki/Bulirsch–Stoer_algorithm

    In numerical analysis, the Bulirsch–Stoer algorithm is a method for the numerical solution of ordinary differential equations which combines three powerful ideas: Richardson extrapolation, the use of rational function extrapolation in Richardson-type applications, and the modified midpoint method, [1] to obtain numerical solutions to ordinary ...

  3. General number field sieve - Wikipedia

    en.wikipedia.org/wiki/General_number_field_sieve

    An optimal strategy for choosing these polynomials is not known; one simple method is to pick a degree d for a polynomial, consider the expansion of n in base m (allowing digits between −m and m) for a number of different m of order n 1/d, and pick f(x) as the polynomial with the smallest coefficients and g(x) as x − m.

  4. File:RationalRepresentation.pdf - Wikipedia

    en.wikipedia.org/.../File:RationalRepresentation.pdf

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us; Donate

  5. Rational sieve - Wikipedia

    en.wikipedia.org/wiki/Rational_sieve

    In mathematics, the rational sieve is a general algorithm for factoring integers into prime factors. It is a special case of the general number field sieve. While it is less efficient than the general algorithm, it is conceptually simpler. It serves as a helpful first step in understanding how the general number field sieve works.

  6. Rational reconstruction (mathematics) - Wikipedia

    en.wikipedia.org/wiki/Rational_reconstruction...

    The rational number / is unknown, and the goal of the problem is to recover it from the given information. In order for the problem to be solvable, it is necessary to assume that the modulus m {\displaystyle m} is sufficiently large relative to r {\displaystyle r} and s {\displaystyle s} .

  7. Roth's theorem - Wikipedia

    en.wikipedia.org/wiki/Roth's_theorem

    There are also numerous extensions, for example using the p-adic metric, [3] based on the Roth method. William J. LeVeque generalized the result by showing that a similar bound holds when the approximating numbers are taken from a fixed algebraic number field.

  8. Rational data type - Wikipedia

    en.wikipedia.org/wiki/Rational_data_type

    Julia provides rational numbers with the rational operator, //. For example, 6 // 9 == 2 // 3 && typeof (-4 // 9) == Rational {Int64}. [2] Haskell provides a Rational type, which is really an alias for Ratio Integer (Ratio being a polymorphic type implementing rational numbers for any Integral type of numerators and denominators). The fraction ...

  9. Arbitrary-precision arithmetic - Wikipedia

    en.wikipedia.org/wiki/Arbitrary-precision_arithmetic

    But even with the greatest common divisor divided out, arithmetic with rational numbers can become unwieldy very quickly: 1/99 − 1/100 = 1/9900, and if 1/101 is then added, the result is 10001/999900. The size of arbitrary-precision numbers is limited in practice by the total storage available, and computation time.