This package includes the implementation of the predator-prey interactions described by the Lotka-Volterra equations:
dx/dt=A*x-B*x*y
dy/dt=-C*y+D*x*y
The System model uses the QSS1 integrator.
The System2 model uses the QSS2 integrator.
The System3 model uses the QSS3 integrator.
Name | Description |
---|---|
systemdup | |
system2dup | |
system3dup |