Skip to content
/ eqpy Public
forked from eriknw/eqpy

Solve systems of equations and assumptions, linear and non-linear, numerically and symbolically.

License

Notifications You must be signed in to change notification settings

aktech/eqpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EqPy

Build Status Coverage Status Version Status Downloads

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

LICENSE

New BSD. See License File.

Install

eqpy will soon be on the Python Package Index (PyPi):

pip install eqpy

or

easy_install eqpy

Dependencies

eqpy supports Python 2.6+ and Python 3.2+ with a common codebase and is pure Python. It depends on sympy.

Contributions Welcome

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.

About

Solve systems of equations and assumptions, linear and non-linear, numerically and symbolically.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%