Rabinovich–Fabrikant equations solver

This webpage uses the Runge-Kutta-Fehlberg fourth-order method with fifth-order error checking (RKF45) to approximate the solution to Rabinovich–Fabrikant equations: \[ \begin{aligned} \dfrac{dx}{dt} &= y(z-1+x^2) + \gamma x \\ \dfrac{dy}{dt} &= x (3z+1-x^2) + \gamma y \\ \dfrac{dz}{dt} &= -2z(\alpha+xy). \end{aligned} \]
Parameter Value Explanation
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\).
Error tolerance. \(\epsilon \lt\) 1.8e-10 usually freezes the webpage up.
Initial guess for step size.