An open API service indexing awesome lists of open source software.

https://github.com/rcv911/lyapunov-indicators

Calculating Lyapunov indicators with multiprocessing in Python
https://github.com/rcv911/lyapunov-indicators

data-analysis lyapunov lyapunov-indicators multiprocessing

Last synced: 5 months ago
JSON representation

Calculating Lyapunov indicators with multiprocessing in Python

Awesome Lists containing this project

README

          

# Lyapunov indicators

## Description

It's characteristic of a dynamical system in nonlinear dynamic.
We are going to use [this function](http://www.wolframalpha.com/input/?i=lambda-x%5E2) like test data.

## Motivation

It's part of data analysis. We use simple function, but here's [example](doc/aa25878-15.pdf) of why we should calculate Lyapunov indicators.
It helps in the study of chaos.

## Learn more

- [Wiki](https://en.wikipedia.org/wiki/Lyapunov_exponent)
- [Celestial Mechanics](doc/Celletti-Stability-Celestial-Mechanics.pdf)
- [Theory and Applications of the Fast Lyapunov Indicator (FLI) Method](https://www.researchgate.net/publication/298787936_Theory_and_Applications_of_the_Fast_Lyapunov_Indicator_FLI_Method)

## Installation

You can use [Python](https://www.python.org/) with data package: [Anaconda](https://www.anaconda.com/) or [Miniconda](https://conda.io/miniconda).
There's another way - use [Portable Python](http://portablepython.com/). Also you can use whatever IDE for Python.

## License

Free