Rössler equations solver

This webpage uses the Runge-Kutta-Fehlberg fourth-order method with fifth-order error checking (RKF45) to approximate the solution to Rössler equations: \[ \begin{aligned} \dfrac{dx}{dt} &= - y - z \\ \dfrac{dy}{dt} &= x + ay \\ \dfrac{dz}{dt} &= b + z(x-c). \end{aligned} \]
Parameter Value Explanation
Problem parameter.
Problem parameter.
Problem parameter.
Starting time for the simulation in seconds (s).
End time for the simulation in seconds.
Value of \(x\) at \(t_0\).
Value of \(y\) at \(t_0\).
Value of \(z\) at \(t_0\).
Absolute error tolerance.
Initial guess for step size.
Minimum allowed step size.
Time for skipping ahead in animation.
Time you want to skip ahead to in the animation.