  |
NTL: A Library for doing Number Theory - http://www.shoup.net/ntl/
A high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields. |
  |
SAGE - http://modular.fas.harvard.edu/SAGE/
System for Arithmetic Geometry Experimentation: a framework for number theory, algebra, and geometry, initially designed for computing with elliptic curves and modular forms, by William Stein. Open source under GPL. |
  |
ECMNET - http://www.loria.fr/~zimmerma/records/ecmnet.html
Elliptic curve factoring software. |
  |
Magma Computational Algebra System Home Page - http://magma.maths.usyd.edu.au/
A large, well-supported software package for computationally hard problems in algebra, number theory, geometry and combinatorics. |
  |
GIMPS FAQ list - http://www.mersenne.org/faq.htm
About the Mersenne Prime Freeware. |
  |
CALC - http://www.numbertheory.org/calc/krm_calc.html
A calculator program for doing arbitrary precision integer arithmetic, written in ANSI C and Yacc, with a number of built-in functions for number theory, by Keith Matthews. |
  |
Implementations of Extended LLL - http://www.math.uu.nl/people/vdkallen/lllimplementations.html
By Wilberd van der Kallen. |
  |
Multiprecision Software Directory - http://crd.lbl.gov/~dhbailey/mpdist/mpdist.html
Fortran multiprecision software by David H. Bailey of Lawrence Berkeley Lab. |
  |
Aliquot - http://archives.math.utk.edu/software/msdos/dynamics/aliquot/.html
A DOS tool to compute aliquot chains with small starting numbers, by Ivo Düntsch. |
  |
NZMATH - http://tnt.math.metro-u.ac.jp/nzmath/
Python based number theory oriented calculation system, developed at Tokyo Metropolitan University. Downloads, mailing list. |
  |
L - http://pmmac03.math.uwaterloo.ca/~mrubinst/L_function_public/L.html
A C++ class library, datasets and command line program for computing zeros and values of L-functions, by Michael Rubinstein. |
  |
MAGMA/PARI Calculator - http://modular.fas.harvard.edu/calc/
Web interface for short programs in either language. |
  |
Number Field Sieve NET - http://www.iaeste.dk/~henrik/projects/nfsnet.html
A client/server system for NFSNET by Henrik Olsen. |
  |
Factorizer - http://www.hermetic.ch/factors/factors.htm
A Windows program to find all factors of any positive integer less than 2^31 - 1; decompose numbers into their prime constituents; find prime numbersand pairs of primes; and to plot Erdos-Kac and Palmen Color histograms. Down load free demo, order full version online. |
  |
Kaprekar Series Generator - http://kaprekar.sourceforge.net/
A java application for determining the Kaprekar Constants and Series for numbers in various radixes. |
  |
GNUBC - http://www.numbertheory.org/gnubc/gnubc.html
Supports arbitrary precision integer arithmetic calculations with interactive execution: it is a superior version of the basic bc program which comes with the UNIX operating system. Keith Matthews has written several number-theoretic programs. |
  |
Schulenberg and Associates - http://www.schulenberg.com/
Factoring programs. Windows, free download. |
  |
ZEN - http://fchabaud.free.fr/English/ZEN/
A toolbox for computation in finite rings, by Florent Chabaud and Reynald Lercier. ANSI-C source, free download, GPL. |
  |
Java PHASER Project - http://www.math.miami.edu/~phaser
An application for numerically and graphically analyzing dynamical systems. |
  |
cBigNumber - http://www.imach.uran.ru/cbignum/
Portable C++ class for integers with unlimited range, designed to be fast, functional and simple in use. |