sympy==1.14.0
# Computer algebra system (CAS) in Python
$ pip install sympy
downloads/wk
0
license
BSD
version
1.14.0
python
>=3.9
What is sympy?
SymPy is a Python library that provides symbolic mathematics capabilities, allowing you to work with mathematical expressions algebraically rather than just numerically. It can perform tasks like solving equations, simplifying expressions, calculus operations, and manipulating mathematical formulas programmatically. Developers use SymPy when they need to automate mathematical computations, build educational tools, or integrate symbolic reasoning into larger applications.
Keywords
#Math #CAS
Dependencies (3)
Author
SymPy development team