Michael Stoll
Mathematisches Institut
Universität Bayreuth
95440 Bayreuth, Germany
RatpointsThis 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-PointsJ-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:
Download j-points-1.2.tar.gz. |
|
CLISPCLISP 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.lispThis 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). 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). |