Metadata-Version: 1.1
Name: pyneqsys
Version: 0.4.0
Summary: Solving of symbolic systems of non-linear equations numerically.
Home-page: https://github.com/bjodah/pyneqsys
Author: Björn Dahlgren
Author-email: bjodah@DELETEMEgmail.com
License: BSD
Description: 
        Package for solving of symbolic systems of non-linear equations numerically.
        
        pyneqsys ties computer algebra systems like:
        
        - SymPy
        - symengine
        - symcxx
        
        and numerical solvers such as:
        
        - MINPACK in SciPy
        - NLEQ2 in pynleq2
        - KINSOL in pykinsol
        
        in addition pyneqsys provides abstraction classes for e.g. having
        conditional equations in a system.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
