python3-isympy
Computer Algebra System (CAS) in Python (Python3)
Install
- All systems
-
curl cmd.cat/python3-isympy.sh
- Debian
-
apt-get install python3-sympy
- Ubuntu
-
apt-get install python3-sympy
- Kali Linux
-
apt-get install python3-sympy
- Fedora
-
dnf install python3-sympy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-sympy
- Raspbian
-
apt-get install python3-sympy
- Dockerfile
- dockerfile.run/python3-isympy
python3-sympy
Computer Algebra System (CAS) in Python (Python3)
SymPy is a Python library for symbolic mathematics (manipulation). 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. This package contains the Python 3 version of sympy.