Skip to content

Automatically exported from code.google.com/p/xyzsolve

Notifications You must be signed in to change notification settings

AndreLester/xyzsolve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

Automatically exported from code.google.com/p/xyzsolve

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published