SymPy python module with Python 3.4.1 .
SymPy is a Python library for symbolic mathematics. This module is a computer algebra system (CAS) written in the Python programming language. A large can be found on this blog aggregator at planet.sympy.org. First, You need to install it using pip3.4.
1 2 3 4 5 6 7 8 9 | C:\Python34\Scripts>pip3.4.exe install sympy Collecting sympy Downloading sympy-0.7.6.tar.gz (6.4MB) 100% |################################| 6.4MB 35kB/s Building wheels for collected packages: sympy ... Successfully built sympy Installing collected packages: sympy Successfully installed sympy-0.7.6 |
For a short introduction into SymPy python module,… Continue Reading SymPy python module with Python 3.4.1 .