aboutsummaryrefslogtreecommitdiffstats
path: root/examples/lotka_volterra/metadata.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lotka_volterra/metadata.toml')
-rw-r--r--examples/lotka_volterra/metadata.toml31
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]