I'm working on chaotic systems. I write MATLAB code with RK4 and plot the lyapunov exponent and phase space and poincare section, but I have a problem in drawing bifurcation diagram.
You should specify more details about your problem.
The general principle of preparing bifurcation diagrams (bifurcation parameter vs. state variable) is as follows:
On x-axis put a bifurcation parameter and on y-axis the values of the state variable of interest, you have obtain while doing N Poincaré sections (e.g. N=100) .
Thanks for your response. I plotted the bifurcation diagram and enclose it here. The behavior is right but it is too thick and some extra information. This bifurcation diagram showing here is for investigations of the Driven, Damped, Nonlinear Pendulum.By increasing the N, figure become thicker but loose some information. Do you have any idea?
Thanks for your nice response.I think you are very close to answer. Would you mind if I have your Matlab code? I wrote it in rk4 and it works right. but i have problem in this bifurcation diagram.
Your bifurcation diagram looks strange. Are you marking each state variable with different colors? You usually mark single state variable in y-axis (e.g. chosen variable or norm of the state vector) How do you make Poincaré sections (stroboscopic map or while one of the state variables is crossing zero)? Is your system of ODEs autonomous or non-autonomous?