2011-11-04 21:17:57 +01:00
|
|
|
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 and does not require
|
|
|
|
any external libraries.
|
2010-05-12 23:27:42 +02:00
|
|
|
|
2012-08-22 06:43:38 +02:00
|
|
|
Optional dependencies are pyglet (needed only for plotting) and ipython.
|
2012-09-14 04:27:59 +02:00
|
|
|
|
2014-10-28 02:17:38 +01:00
|
|
|
Please read the release notes at https://github.com/sympy/sympy/wiki/_pages
|
|
|
|
for any backward compatibility issues.
|