JuliaDynamics / DynamicalSystemsBase.jl

Definition of dynamical systems and integrators for DynamicalSystems.jl
Other
56 stars 29 forks source link

More famous / predefined systems #111

Closed Datseris closed 9 months ago

Datseris commented 3 years ago

http://www.3d-meier.de/tut19/Seite0.html

Has pictures as well, some are super cool.

KalelR commented 3 years ago

Hey, I'm new here, but I'd like to start contributing :) From the link you suggested and also from this list in Wikipedia, I'd suggest these models:

Continuous:

  1. Hodgkin-Huxley
  2. Hindmarsh-rose
  3. Van der Pol oscillator
  4. Lotka-volterra model
  5. Maybe the normal forms of bifurcations. For the Hopf bifurcation, this is also known as the Stuart-Landau oscillator.

Discrete:

  1. Tent map
  2. Beta transformation (which includes the dyadic transformation aka Bernouli map aka 2x mod 1 map)
  3. Rulkov map
  4. Ikeda map

Some of them are very simple, but they are all famous.

What do you think? I can implement these and do a pull request.

Datseris commented 3 years ago

Sounds good to me, and happy to see new contributors!!! We don't have lotka-volterra? damn that's embarrasing...

Datseris commented 3 years ago

Maybe the normal forms of bifurcations.

Ah, but this no :P

Stuart-Landau oscillator

but this yes!