Fermat (computer algebra system)
| Fermat | |
|---|---|
| Developer | Robert H. Lewis |
| Stable release | 7.8
/ 20 September 2025 |
| Written in | C |
| Operating system | macOS, Classic Mac OS, Linux, Unix, Windows |
| Type | Computer algebra system |
| License | Freeware, GPL since 4 August 2018 |
| Website | home |
Fermat (named after Pierre de Fermat) is a computer algebra system developed by Prof. Robert H. Lewis of Fordham University. It can work on integers (of arbitrary size), rational numbers, real numbers, complex numbers, modular numbers, finite field elements, multivariable polynomials, rational functions, or polynomials modulo other polynomials. The main areas of application are multivariate rational function arithmetic and matrix algebra over rings of multivariate polynomials or rational functions. Fermat does not do simplification of transcendental functions or symbolic integration.
A session with Fermat usually starts by choosing rational or modular "mode" to establish the ground field (or ground ring) as or .[1] On top of this may be attached any number of symbolic variables thereby creating the polynomial ring and its quotient field. Further, some polynomials involving some of the can be chosen to mod out with, creating the quotient ring Finally, it is possible to allow Laurent polynomials, those with negative as well as positive exponents. Once the computational ring is established in this way, all computations are of elements of this ring. The computational ring can be changed later in the session.
The polynomial gcd procedures, which call each other in a highly recursive manner, are about 7000 lines of code.
Fermat has extensive built-in primitives for array and matrix manipulations, such as submatrix, sparse matrix, determinant, normalize, column reduce, row echelon, Smith normal form, and matrix inverse. It is consistently faster than some well known computer algebra systems, especially in multivariate polynomial gcd. It is also space efficient.
The basic data item in Fermat is a multivariate rational function or polynomial. The numerator and denominator are polynomials with no common factor. Polynomials are implemented recursively as general linked lists, unlike some systems that implement polynomials as lists of monomials. To implement (most) finite fields, the user finds an irreducible monic polynomial in a symbolic variable, say and commands Fermat to mod out by it. This may be continued recursively, etc. Low level data structures are set up to facilitate arithmetic and gcd over this newly created ground field. Two special fields, and are more efficiently implemented at the bit level. Since 2024, factoring of multivariate polynomials can be done, though this is not a key feature.
History
With Windows 10, and thanks to Bogdan Radu, it has been possible since May 2021 to run Fermat Linux natively on Windows.[2]
Fermat was last updated on 20 September 2025 (Mac and Linux; latest dedicated Windows version: 1 November 2011).
In an earlier version, called FFermat (Float Fermat), the basic number type is floating point numbers of 18 digits. That version allows for numerical computing techniques, has extensive graphics capabilities, no sophisticated polynomial gcd algorithms, and is available only for Mac OS 9.
Fermat was originally written in Pascal for a DEC VAX, then for the classic Mac OS during 1985–1996. It was ported to Microsoft Windows in 1998. In 2003 it was translated into C and ported to Linux (Intel machines) and Unix (Sparc/Sun). It is about 120,000 lines of C code.
The FFermat and (old) Windows Fermat Pascal source code have been made available to the public under a restrictive license.
The manual was extensively revised and updated on 25 July 2011 (small revision in June 2016, another revision on 25 March 2020; latest small revision June 2024).
Fermat is used extensively by physicists working on Feynman integral reduction. See the references to FIRE 6.5 and to Kira.
See also
References
- Alexander V. Smirnov, Mao Zeng. FIRE 6.5: Feynman Integral Reduction with New Simplification Library. arXiv:2311.02370v1 (2023)
- J. Klappert, F. Lange, P. Maierhofer, J. Usovitsch. Integral Reduction with Kira 2.0 and Finite Field Methods. arXiv:2008.06494v2 [hep-ph] (2020)
- Lloyd, N. G.; Pearson, J. M. A cubic differential system with nine limit cycles. Zbl 1304.34062. J. Appl. Anal. Comput. 2, No. 3, 293-304 (2012).
- J. M. Pearson and N. G. Lloyd, Kukles revisited: Advances in computing techniques. Computers and Mathematics with Applications, v. 60, issue 10, 2010, pp. 2797 - 2805.