diff options
Diffstat (limited to 'examples/lotka_volterra')
-rw-r--r-- | examples/lotka_volterra/metadata.toml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/examples/lotka_volterra/metadata.toml b/examples/lotka_volterra/metadata.toml index 7ebc215..9753537 100644 --- a/examples/lotka_volterra/metadata.toml +++ b/examples/lotka_volterra/metadata.toml @@ -3,37 +3,6 @@ name-en = "Lotka–Volterra equations" description-en = "Predator-Prey Model" -[variables] - - [variables.t] - type = 'time' # or "independent"? - - [variables.x] - type = 'state' - - [variables.y] - type = 'state' - - [variables.alpha] - type = 'parameter' - latex = '\alpha' - unicode = 'α' - - [variables.beta] - type = 'parameter' - latex = '\beta' - unicode = 'β' - - [variables.delta] - type = 'parameter' - latex = '\delta' - unicode = 'δ' - - [variables.gamma] - type = 'parameter' - latex = '\gamma' - unicode = 'γ' - [examples] [examples.mathworld] |