SageMath | |
Latest Preview Version: | 10.3.rc2 |
Programming Language: | Python, Cython |
Operating System: | Linux, macOS, Microsoft Windows, Solaris, Android, iOS |
Size: | Approx. 112–3319 MB |
Genre: | Computer algebra system |
License: | GPLv3[1] |
SageMath (previously Sage or SAGE, "System for Algebra and Geometry Experimentation"[2]) is a computer algebra system (CAS) with features covering many aspects of mathematics, including algebra, combinatorics, graph theory, group theory, differentiable manifolds, numerical analysis, number theory, calculus and statistics.
The first version of SageMath was released on 24 February 2005 as free and open-source software under the terms of the GNU General Public License version 2, with the initial goals of creating an "open source alternative to Magma, Maple, Mathematica, and MATLAB".[3] The originator and leader of the SageMath project, William Stein, was a mathematician at the University of Washington.
SageMath uses a syntax resembling Python's,[4] supporting procedural, functional and object-oriented constructs.
Stein realized when designing Sage that there were many open-source mathematics software packages already written in different languages, namely C, C++, Common Lisp, Fortran and Python.
Rather than reinventing the wheel, Sage (which is written mostly in Python and Cython) integrates many specialized CAS software packages into a common interface, for which a user needs to know only Python. However, Sage contains hundreds of thousands of unique lines of code adding new functions and creating the interfaces among its components.[5]
SageMath uses both students and professionals for development. The development of SageMath is supported by both volunteer work and grants.[6] However, it was not until 2016 that the first full-time Sage developer was hired (funded by an EU grant).[7] The same year, Stein described his disappointment with a lack of academic funding and credentials for software development, citing it as the reason for his decision to leave his tenured academic position to work full-time on the project in a newly founded company, SageMath, Inc.
Both binaries and source code are available for SageMath from the download page. If SageMath is built from source code, many of the included libraries such as OpenBLAS, FLINT, GAP (computer algebra system), and NTL will be tuned and optimized for that computer, taking into account the number of processors, the size of their caches, whether there is hardware support for SSE instructions, etc.
Cython can increase the speed of SageMath programs, as the Python code is converted into C.[11]
SageMath is free software, distributed under the terms of the GNU General Public License version 3.
SageMath 10.0 (May 2023) requires Windows Subsystem for Linux in version 2,[12] which in turn requires Windows to run as a Hyper-V client. SageMath 8.0 (July 2017), with development funded by the OpenDreamKit project, successfully built on Cygwin, and a binary installer for 64-bit versions of Windows was available.[13] Although Microsoft was sponsoring a Windows version of SageMath, prior to 2016 users of Windows had to use virtualization technology such as VirtualBox to run SageMath.[14]
Linux distributions in which SageMath is available as a package are Fedora, Arch Linux, Debian, Ubuntu and NixOS. In Gentoo, it is available via layman in the "sage-on-gentoo"[15] overlay. The package used by NixOS is available for use on other distributions, due to the distribution-agnostic nature of its package manager, Nix.
Gentoo prefix also provides Sage on other operating systems.
The philosophy of SageMath is to use existing open-source libraries wherever they exist. Therefore, it uses many libraries from other projects.
rowspan="12" | Mathematics packages contained in SageMath[16] | Algebra | GAP, Singular, FLINT | |
---|---|---|---|---|
Algebraic geometry | Singular | |||
Arbitrary-precision arithmetic | GMP, MPFR, MPFI, NTL, mpmath, Arb | |||
Arithmetic geometry | PARI/GP, NTL, mwrank, ECM | |||
Calculus | Maxima, SymPy, GiNaC, Giac, FriCAS | |||
Combinatorics | Symmetrica, Sage-Combinat | |||
Linear algebra | ATLAS, BLAS, LAPACK, NumPy, LinBox, IML, GSL | |||
Graph theory | NetworkX | |||
Group theory | GAP | |||
Numerical computation | GSL, SciPy, NumPy, ATLAS | |||
Number theory | PARI/GP, FLINT, NTL | |||
Statistical computing | R, SciPy | |||
rowspan="6" | Other packages contained in SageMath | Command-line shell | IPython | |
Database | ZODB, SQLite | |||
Graphical interface | SageMath Notebook, MathJax[17] (formerly jsMath) | |||
Graphics | matplotlib, Tachyon, GD, Jmol | |||
Interactive programming language | Python | |||
Networking | Twisted | |||
Other Mathematics package available for SageMath | Differential geometry and tensor calculus | Sage Manifolds |