Contents

sympy 1.12

0

Computer algebra system (CAS) in Python

Computer algebra system (CAS) in Python

Stars: 12007, Watchers: 12007, Forks: 4215, Open Issues: 4985

The sympy/sympy repo was created 13 years ago and the last code push was 3 hours ago.
The project is extremely popular with a mindblowing 12007 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
No  sympy  pypi packages just yet.

Errors

A list of common sympy errors.

Code Examples

Here are some sympy code examples and snippets.

GitHub Issues

The sympy package has 4985 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

See more issues on GitHub

Related Packages & Articles