1、About SymPy:
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.
2、下载sympy软件包:
到官方网站:http://www.sympy.org/en/index.html下载
或者直接通过github下载:https://github.com/sympy/sym