Chen solver

This webpage uses the Runge-Kutta-Fehlberg fourth-order method with fifth-order error checking (RKF45) to approximate the solution to Chen equations

dxdt=a(yx)dydt=x(caz)+cydzdt=xybz.\begin{aligned} \dfrac{dx}{dt} &= a (y-x) \\ \dfrac{dy}{dt} &= x(c-a-z) + cy \\ \dfrac{dz}{dt} &= xy - b z. \end{aligned}
Simulation parameter form.
Parameter Value Explanation
Problem parameter
Problem parameter
Problem paramter
End time for the simulation in seconds (s)
Initial xx coordinate
Initial yy coordinate
Initial zz coordinate
Absolute error tolerance.
Initial step size.
Minimum allowed step size.
Time increment for skipping ahead in animation.
Time you want to skip ahead to in animation when you press the skip button.
Width (in px) of Plotly windows used for plotting and animation below.
Height (in px) of Plotly windows used for plotting and animation below.
Proportion of animation time passed per real time. Delay=1.0 means animation and real time match. Delay<1 means the animation is going more slowly than real time. Delay>1.0 means it is going more rapidly.