WOLFRAM SYSTEM MODELER
PredatorPreyA simple model of lynx and hare population dynamics, parameterized around an operating point |
|

SystemModel["DocumentationExamples.Control.PredatorPrey"]

This library contains models used in the documentation of system modeling functionality in Wolfram Language. These examples and this library can be explored in the Wolfram Language documentation.
| k |
Value: 125 Type: Real Description: Maximum hare population, in the absence of lynxes |
|---|---|
| c |
Value: 50 Type: Real Description: Prey consumption rate for low hare population |
| a |
Value: 3.2 Type: Real Description: Interaction term |
| d |
Value: 0.56 Type: Real Description: Lynx mortality rate |
| b |
Value: 0.6 Type: Real Description: Growth rate of lynx population |
| e |
Value: 1 Type: Real Description: Growth rate conversion |
| r0 |
Value: 1.6 Type: Real Description: Growth rate of hare population at operating point |
| deltar |
Type: RealInput Description: Deviation from operating point for growth rate of hare population |
|
|---|---|---|
| deltaH |
Type: RealOutput Description: Deviation from operating point for hare population |
|
| deltaL |
Type: RealOutput Description: Deviation from operating point for lynx population |