Clear Filters
Clear Filters

maximum Lyapunov exponent diagram

189 views (last 30 days)
noura
noura on 4 Aug 2024 at 1:20
Commented: Umar on 4 Aug 2024 at 18:34
hello, I'm working on discrete dynamical system in 2 dimesntion
t'm trying to plot a digram a paramete versus the maximum lyapunov exponent, i searched more about it but didn't reach to anything.
any one have idea or could help me and thank you.
  18 Comments
Umar
Umar on 4 Aug 2024 at 16:57
Hi @noura,
Yes, when you execute this code and observe the plot, you will see a high Lyapunov Exponent which suggests chaotic behavior, where small changes in initial conditions lead to significant divergence. The fluctuations you will observed signify the system's transition between chaotic and non-chaotic behavior as the parameter varies. So, peaks in the Lyapunov Exponent indicate chaotic regimes, while decreases suggest more stable dynamics. After doing your analysis on this graph, you have to make decision if you want to stick with calculate_lyapunov function that is currently modified to handle negative Lyapunov exponents by using subtraction instead of addition.
noura
noura on 4 Aug 2024 at 17:00
@Umar yes i understand all of that, but my problem is why i'm not getting the same plot since i'm using the exact initial condition like i need to understand that.

Sign in to comment.

Accepted Answer

Umar
Umar on 4 Aug 2024 at 17:26
Hi @noura,
To address your query, “but my problem is why i'm not getting the same plot since i'm using the exact initial condition like i need to understand that.”
You have to contact the source of information who gave you this attachment which was shared in your posted comments to find out what parameters did he or she change in the code to get this plot. As far, I have provided my knowledge based on the code provided by you and help you further understand and help out to achieve your goal.
  2 Comments
noura
noura on 4 Aug 2024 at 17:31
@Umar yes i will do , and thank you so much for your help i apperciate it.
Umar
Umar on 4 Aug 2024 at 18:34
Hi @noura,
From looking at your code, it sounds like you are a motived person to pursue your goals. At this platform, the goal is to share knowledge and help each out each other. If you still have any other questions, please let me know. Also, if all your questions have been answered, you can click accept answer. Otherwise, I am still here to help you.

Sign in to comment.

More Answers (0)

Categories

Find more on Matrix Computations in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!