Michael Stoll
Mathematisches Institut
Universität Bayreuth
95440 Bayreuth, Germany

Program Files and Packages

Ratpoints

This is a program that uses an optimized quadratic sieve algorithm in order to find rational points on hyperelliptic curves.

The program is distributed under the GNU GPL, version 2 (or later).

Read the documentation.  arXiv (the arXiv version may not be completely up to date)

The current version is ratpoints-2.2.2 from May 15, 2023. This version can use 256-bit AVX registers and has been optimized further, so that it now runs considerably faster.

Download ratpoints-2.2.2.tar.gz.

ratpoints on Github.

J-Points

J-points searches for rational points on the Jacobian of a genus 2 curve. This is done by searching for points on the associated Kummer Surface that lift to the Jacobian. The implementation is based on a fast quadratic sieve algorithm.

Notes:

  • Version 1.1 fixes a bug that caused j-points-1.0 to miss points in some (rather specific) cases (August 10, 2006).
  • Version 1.2 (of April 14, 2016) lifts the height bound on the resulting points (previously the coordinates had to be machine-size integers) when the '-a' option is given. This is important in the context of using the improved height difference bounds in this paper.

Download j-points-1.2.tar.gz.

CLISP

CLISP is a Common Lisp implementation that was originally started by Bruno Haible and myself. I am no longer active as a developer. See the CLISP Website for more information.

reals.lisp

This is a Common Lisp program that implements “lazy reals”. You can construct real numbers from rational numbers, field operations, and the basic transcendental functions, and have them compute themselves to any desired precision afterwards. The code is essentially free (see the statement at the beginning of the file).
Note: This is meant as a case study, not as an efficient implementation.

The code is available under the 3-Clause BSD License.

Download reals.lisp.

See also https://github.com/stylewarning/computable-reals for a version maintained by Robert Smith (stylewarning).


Michael Stoll,  May 15, 2023