sympy: Python library for symbolic mathematics

Description

SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries, except optionally for plotting support.

Website

https://sympy.org/

License

New BSD: http://www.opensource.org/licenses/bsd-license.php

Upstream Contact

https://pypi.org/project/sympy/

Type

standard

Dependencies

Version Information

package-version.txt:

1.13.2

version_requirements.txt:

sympy >=1.6, <2.0

Equivalent System Packages

$ sudo pacman -S python-sympy
$ conda install sympy
$ sudo apt-get install python3-sympy
$ sudo yum install python3-sympy
$ sudo emerge dev-python/sympy
$ sudo port install py-sympy
$ sudo zypper install python3\$\{PYTHON_MINOR\}-sympy
$ sudo xbps-install python3-sympy

See https://repology.org/project/python:sympy/versions

If the system package is installed and if the (experimental) option --enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.