Metadata-Version: 2.1
Name: nldesa
Version: 0.0.1
Summary: A package with tools to solve and analyse nonlinear differential equations Stability using DMD.
Home-page: https://github.com/joaopedrobiu6/nldesa/
Author: João Pedro Ferreira Biu
Author-email: João Pedro Ferreira Biu <joaopedrofbiu@tecnico.ulisboa.pt>
License: MIT
Project-URL: Homepage, https://github.com/joaopedrobiu6/nldesa/
Project-URL: Bug Tracker, https://github.com/joaopedrobiu6/nldesa/issues/
Keywords: differential equations,stability analysis,nonlinear systems,jax,odeint
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydmd
Requires-Dist: jax[cpu]
Requires-Dist: numpy <1.25.0,>=1.20.0
Requires-Dist: scipy <1.11.0,>=1.5.0

# NLDESA - Nonlinear Differential Equation Stability Analysis

This is a Python package for the stability analysis of nonlinear differential equations using JAX [1] and pyDMD [2] [3].
The package is still in development and is not yet ready for use.

Author: João Biu (joaopedrofbiu@tecnico.ulisboa.pt)

[1] https://github.com/google/jax

[2] https://github.com/PyDMD/PyDMD.git

[3] Demo et al., (2018). PyDMD: Python Dynamic Mode Decomposition. Journal of Open Source Software, 3(22), 530, https://doi.org/10.21105/joss.00530
