GithubHelp home page GithubHelp logo

eccmyang / chaospy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hukenovs/chaospy

0.0 0.0 0.0 3.85 MB

Chaotic attractors (Lorenz, Rossler, Rikitake etc.)

License: GNU General Public License v3.0

Python 99.79% Dockerfile 0.21%

chaospy's Introduction

Python scripts for some 3rd-order chaotic systems (Lorenz attractor, Nose-Hoover oscillator, Rossler attractor, Riktake model, Duffing map etc.)

Chaotic attractors

https://raw.githubusercontent.com/capitanov/chaospy/master/img/Lorenz_3d.gif?sanitize=true

Math model:

dx/dt = sigma * (y - x)
dy/dt = rho * (x - z) - y
dz/dt = x * y - beta * z

where sigma = 10, rho = 28 and beta = 8/3.

Main info

Title Analysis and modeling chaotic systems
Author Alexander Kapitanov
Contact <email_hidden>
Project lang Python 3
First Release 30 May 2019
License GNU GPL 3.0.

Chaotic system

Rossler attractor:

dx/dt = sigma * (y - x)
dy/dt = rho * (x - z) - y
dz/dt = x * y - beta * z

where a = 0.2, b = 0.2 and c = 5.7.

https://raw.githubusercontent.com/capitanov/chaospy/master/img/Rossler_3D.png?sanitize=true

Spectrum and auto correlation

https://raw.githubusercontent.com/capitanov/chaospy/master/img/Lorenz_Spectrum.png?sanitize=true

Source code

You can check the latest sources with the command:

$ git clone <chaospy.git>
$ cd chaospy
$ <install miniconda for your operation system>
$ conda create -y -n venv python==3.9
$ conda activate venv
$ pip install -r requirements.txt

Example run:

$ python run.py --show_plots --show_all lorenz

Dependencies

Project requires:

  • Python (>= 3.9)
  • NumPy (>= 1.19.0)
  • SciPy (>= 1.5.1)
  • Pandas (>= 1.1.0)
  • Matplotlib (>= 3.2.2)
  • Pytest (>= 5.4.3)
  • Pre-commit (>= 2.6.0)

Chaotic models

  • Lorenz
  • Rossler
  • Rikitake
  • Duffing
  • Nose Hoover
  • Lotka Volterra
  • Wang
  • Chua

Help

usage: parser.py [-h] [-p POINTS] [-s STEP]
                 [--init_point INIT_POINT [INIT_POINT ...]] [--show_plots]
                 [--save_plots] [--add_2d_gif]
                 {lorenz,rossler,rikitake,chua,duffing,wang,nose-hoover,lotka-volterra}
                 ...

    Specify command line arguments for dynamic system.Calculate some math
    parameters and plot some graphs of a given chaotic system.

    optional arguments:
      -h, --help            show this help message and exit
      -p POINTS, --points POINTS
                            Number of points for dymanic system. Default: 1024.
      -s STEP, --step STEP  Step size for calculating the next coordinates of
                            chaotic system. Default: 100.
      --init_point INIT_POINT [INIT_POINT ...]
                            Initial point as string of three floats: "X, Y, Z".
      --show_plots          Show plots of a model. Default: False.
      --save_plots          Save plots to PNG files. Default: False.
      --add_2d_gif          Add 2D coordinates to 3D model into GIF. Default:
                            False.

    Chaotic models:
      You can select one of the chaotic models:

      {lorenz,rossler,rikitake,chua,duffing,wang,nose-hoover,lotka-volterra}
        lorenz              Lorenz chaotic model
        rossler             Rossler chaotic model
        rikitake            Rikitake chaotic model
        chua                Chua chaotic model
        duffing             Duffing chaotic model
        wang                Wang chaotic model
        nose-hoover         Nose-hoover chaotic model
        lotka-volterra      Lotka-volterra chaotic model

Chaotic attractors are used as subparse command. Example:

Lorenz attractor

usage: parser.py lorenz [-h] [--sigma SIGMA] [--beta BETA] [--rho RHO]

optional arguments:
  -h, --help     show this help message and exit

Lorenz model arguments:
  --sigma SIGMA  Lorenz system parameter. Default: 10
  --beta BETA    Lorenz system parameter. Default: 2.6666666666666665
  --rho RHO      Lorenz system parameter. Default: 28

Chua circuit

usage: parser.py chua [-h] [--alpha ALPHA] [--beta BETA] [--mu0 MU0]
                      [--mu1 MU1]

optional arguments:
  -h, --help     show this help message and exit

Chua model arguments:
  --alpha ALPHA  Chua system parameter. Default: 0.1
  --beta BETA    Chua system parameter. Default: 28
  --mu0 MU0      Chua system parameter. Default: -1.143
  --mu1 MU1      Chua system parameter. Default: -0.714

See Also

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.