Lotka-Volterra model solving using Runge Kutta methods (predator-prey and competitve equations describing Gause’s “Struggle for Existence”) on Python
This project solves two Lotka-Volterra models: classic equations (predator-prey)
/bio_ode_solver/examples/lotka_volterra/lv.png:
and competitive equations describing Gause’s “Struggle for Existence”.
/bio_ode_solver/examples/lotka_volterra/lv.png:
No additional packages were used for computing ODE's. Numpy is used to compute Runge-Kutta methods.