Giter Site home page Giter Site logo

chaztikov / chaospy-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hukenovs/chaospy

0.0 1.0 0.0 1.19 MB

Chaotic attractors (Lorenz, Rossler, Rikitake etc.) and their features and properties

License: GNU General Public License v3.0

Python 100.00%

chaospy-1's Introduction

Chaotic attractors

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

License: GNU GPL 3.0.

Info:

Title Analysis and modeling chaotic systems
Author Alexander Kapitanov
Contact [email protected]
Project lang Python
Libraries Numpy, Scipy, etc.
First Release 30 May 2019
Version 1.0

List of chaotic 3D systems:

Lorenz

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.

Rossler 3D system

dx/dt = -(y + z)
dy/dt = x + a * y
dz/dt = b + z * (x - c)

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

Rikitake

dx/dt = -mu * x + z * y
dy/dt = -mu * y + x * (z - a)
dz/dt = 1 - x * y

where mu = 1, a = 5.

Nose–Hoover

dx/dt = y
dy/dt = y * z - x
dz/dt = 1 - y^2

Nose-Hoover doesn't have default parameters.

Wang system

dx/dt = x - y * z
dy/dt = x - y + x * z
dz/dt = -3 * z + x * y

Duffing map

dx/dt = y
dy/dt = -a * y - x**3 + b * cos(z)
dz/dt = 1

where a = 0.1 and b = 11.

Lotka–Volterra

dx/dt = x * (1 - x - 9*y)
dy/dt = -y * (1 - 6*x - y + 9*z)
dz/dt = z * (1 - 3*x - z)

Chua

dx/dt = alpha * (y - x - h(t))
dy/dt = x - y + z
dz/dt = -beta * y

ht = mu1*x + 0.5*(mu0 - mu1)*(np.abs(x + 1) - np.abs(x - 1))

where alpha = 15.6, beta = 28, mu0 = -1.143, mu1 = -0.714.

See more: Wikipedia about attractors

My topics (Russian lang.): https://habr.com/users/capitanov/topics/

chaospy-1's People

Contributors

hukenovs avatar

Watchers

 avatar

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.