分岔图 Resources

Showing items tagged with "分岔图"

This source code generates a bifurcation diagram for chaos theory, demonstrating the transition from orderly behavior to chaotic dynamics through parameter variation. The implementation allows analysis of dynamical system characteristics using numerical simulation approaches with adjustable control parameters and iterative mapping functions.

MATLAB 214 views Tagged

File: C-C method for computing time delay and embedding dimension - Implements the C-C algorithm to determine optimal time delay and embedding dimension for phase space reconstruction. File: dingyi_lyapunov - Computes Lyapunov exponents using the definition method. File: fencha - Generates bifurcation diagrams for Lorenz systems using the regional maximum method. File: m_test - Solves for embedding dimension m. File: pinghengdian

MATLAB 206 views Tagged

A Python program for generating Logistic Map bifurcation diagrams, demonstrating unique chaotic behavior distinct from conventional nonlinear systems. The mapping follows the equation: xₙ = 1 - a·xₙ₋₁², where parameter a ranges between 0 and 2. The implementation iterates through parameter values, discarding transients before plotting asymptotic behavior.

MATLAB 311 views Tagged