predator_prey_ode, a Python code which sets up and solves a system of ordinary differential equations (ODE) for a Lotka-Volterra predator prey model. The computation involves the Lambert W function.
The information on this web page is distributed under the MIT license.
predator_prey_ode_period is available in a MATLAB version and an Octave version and a Python version.
predator_prey_ode, a Python code which sets up and solves a system of ordinary differential equations (ODE) for a Lotka-Volterra predator prey model.
vanderpol_ode_period, a Python code which sets up and solves the ordinary differential equations (ODE) that define a van der Pol oscillator in order to estimate the period of the limit cycle.