Bifurcation diagram for the Lorenz Chaotic system

Compute the bifurcation, or continuation, diagram for the Lorenz chaotic system

이 제출물을 팔로우합니다

This code can be used to compute the bifurcation diagram for the Lorenz chaotic system.
The diagram is generated by simulating the system from fixed initial conditions, and after discarding the transient, computing the intersections of the trajectory with a given plane of choice, and a specific direction.
The code can be easily adapted to compute a continuation diagram, where after each simulation, the initial condition is set equal to the final value of the previous simulation.
The code can also be easily adapted to any chaotic system, not just the Lorenz. What you need to do is replace the lorenz call in the ode45 with any chaotic system of your choice. Of course, you must first study the system to choose the appropriate plane of intersection for the system's trajectory.
An illustrative video explaining the bifurcation diagram can be found below.
A video explaining the code is available here:
An illustrative video for the continuation diagram can be found below.
References:

인용 양식

Lazaros Moysis (2026). Bifurcation diagram for the Lorenz Chaotic system (https://kr.mathworks.com/matlabcentral/fileexchange/156752-bifurcation-diagram-for-the-lorenz-chaotic-system), MATLAB Central File Exchange. 검색 날짜: .

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.6

updated links

1.0.5

fixed video links

1.0.4

fixed typos

1.0.3

updated description

1.0.2

fixed video links

1.0.1

fixed video links

1.0.0