sympy 1.13.3
0
Computer algebra system (CAS) in Python
Contents
Computer algebra system (CAS) in Python
Stars: 12865, Watchers: 12865, Forks: 4407, Open Issues: 5136The sympy/sympy
repo was created 14 years ago and the last code push was 2 days ago.
The project is extremely popular with a mindblowing 12865 github stars!
How to Install sympy
You can install sympy using pip
pip install sympy
or add it to a project with poetry
poetry add sympy
Package Details
- Author
- SymPy development team
- License
- BSD
- Homepage
- https://sympy.org
- PyPi:
- https://pypi.org/project/sympy/
- GitHub Repo:
- https://github.com/sympy/sympy
Classifiers
- Scientific/Engineering
- Scientific/Engineering/Mathematics
- Scientific/Engineering/Physics
Related Packages
Errors
A list of common sympy errors.
Code Examples
Here are some sympy
code examples and snippets.
GitHub Issues
The sympy package has 5136 open issues on GitHub
- Explicit example of problem with simplify involving hyperbolic trig functions
- limits of xbesselk(1,x) and x**3besselk(1,x) as x -> 0 return implementation errors
- Added Reshape operator for array expressions
- PythonCodePrinter doesn't support Min and Max
- printing/latex: latex printing support for Idx class
- Series: Improved consistency between basic limits
- multiset_derangements update
- CSE shouldn't treat matrix element as an atom
- Move deprecation policy to the documentation, and update it
- Possible problem with simplifying sinh and cosh functions
- Add on MatrixSymbol and AppliedUndef does not raise TypeError
- How to solve the memory error while solving an equation with sympy?
- 'limit' in combination with 'positive=True' gives wrong result
- SymPy Deprecation backlog
- codegen: IndexedAssignment for better support of Indexed printing