Skip to main content

Module dynamic_systems

Module dynamic_systems 

Source
Expand description

Dynamical systems — maps, flows, bifurcations, synchronisation.

Covers discrete maps (logistic, Hénon, Chirikov), strange attractor analysis, normal forms for bifurcations, Poincaré sections, flow maps and the fundamental solution matrix, and Pecora–Carroll / phase synchronisation.

Structs§

AttractorAnalysis
Tools for characterising attractors from time-series data.
ChirikovStandardMap
The Chirikov–Taylor standard map (area-preserving):
DynamicalNormalForm
Normal-form vector field evaluator.
FlowMap
Numerical flow integration for autonomous ODEs ẋ = f(x).
HenonMap
The Hénon map:
LogisticMap
The logistic map x_{n+1} = r · xₙ (1 − xₙ).
LorenzSystem
Lorenz system parameters.
PoincareSection
Poincaré section analysis for flows or maps.
SynchronizationAnalysis
Synchronisation analysis for coupled oscillators / chaotic systems.

Enums§

BifurcationType
Normal forms for codimension-1 bifurcations.
Stability
Stability classification of a fixed point.

Traits§

DiscreteMapIterate
A discrete map that can be iterated.