eqpy
makes managing systems of equations and assumptions as painless as possible,
and can numerically and symbolically solve linear and non-linear systems of equations.
eqpy
relies heavily on sympy
, but also provides APIs that match math
, cmath
,
and numpy
packages, which may be more familiar to some users.
See the EqPy documentation at http://eqpy.readthedocs.org
New BSD. See License File.
eqpy
will soon be on the Python Package Index (PyPi):
pip install eqpy
or
easy_install eqpy
eqpy
supports Python 2.6+ and Python 3.2+ with a common codebase and is
pure Python. It depends on sympy
.
Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.
Please visit our issue page for contribution ideas, or to submit an idea or bug report.