Metadata-Version: 2.1
Name: pyhomotopy
Version: 0.0.1
Summary: A package to solve nonlinear equations with HAM
Home-page: https://github.com/polyneikis11/pyHAM
Author: Polyneikis Strongylis
Author-email: polyneikis11@gmail.com
License: UNKNOWN
Description: pyHAM
        
        Python module to apply Homotopy Analysis Method to nonlinear equations.
        
        Current version supports the solution of nonlinear algebraic equations and boundary value problems of Ordinary Differential Equations (ODEs).
        Main Classes of API
        
        HamSolver HamBcs HamResult
        
        See the examples in file hamExtTests.py. There are two examples.
        
            To solve nonlinear algebraic equation exp(-x**2)cos(4x)
            To solve the ODE BVP : y' - 1/x2 + y/x + y2 = 0, y(1) = -1
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
