Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 866 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 866 Bytes

xyzsolve

Clone of a project from Google Code

This projects implements a simple python-based equation solver for small non-linear problems (<50-100 equations). The code also includes a simple lexer-parser system that can accept a simple description of the equations as naturally formulated.

The equation solver is python translation of a Fortran-based modified Powell algorithm for non-linear root finding. A slight modifications allows for hard min-max bounds on all the variables.

All code is available for any use (including commercial) under a BSD style license.

Similar Projects

  1. QED Solver Commercial
  2. Engineering Equation Solver Commercial
  3. TKSolver Commercial
  4. ASCEND GPL
  5. Eureka DOS Freeware