isympy3
Python3 shell for SymPy
Install
- All systems
-
curl cmd.cat/isympy3.sh
- Debian
-
apt-get install isympy3
- Ubuntu
-
apt-get install isympy3
- Kali Linux
-
apt-get install isympy3
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install isympy3
- Raspbian
-
apt-get install isympy3
- Dockerfile
- dockerfile.run/isympy3
isympy3
Python3 shell for SymPy
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 a Python3 shell (IPython shell if you have the ipython3 package installed) wrapper for SymPy.