aboutsummaryrefslogtreecommitdiffstats
path: root/examples/lotka_volterra/metadata.toml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-09-16 20:45:22 -0700
committerbnewbold <bnewbold@robocracy.org>2016-09-16 20:45:22 -0700
commitfdebceb92fe819cdcfeb9c1288102f3b97ab3ff6 (patch)
treefde73c0ddf13becc2dc686c6703e34ad69785cef /examples/lotka_volterra/metadata.toml
parent7b29df28d3fd18cf6118862ef0cc2a88c1e3c803 (diff)
downloadmodelthing-fdebceb92fe819cdcfeb9c1288102f3b97ab3ff6.tar.gz
modelthing-fdebceb92fe819cdcfeb9c1288102f3b97ab3ff6.zip
update format of initial examples
Diffstat (limited to 'examples/lotka_volterra/metadata.toml')
-rw-r--r--examples/lotka_volterra/metadata.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/lotka_volterra/metadata.toml b/examples/lotka_volterra/metadata.toml
index 7d2cf0d..2e98841 100644
--- a/examples/lotka_volterra/metadata.toml
+++ b/examples/lotka_volterra/metadata.toml
@@ -2,17 +2,6 @@
[model]
name-en = "Lotka–Volterra equations"
descrption-en = "Predator-Prey Model"
-sexprs = ['''
- (=
- (partial-derivative x t)
- (- (* alpha x)
- (* beta x y)))
- ''','''
- (=
- (partial-derivative y t)
- (- (* delta x y)
- (* gamma y)))
- ''']
[variables]
@@ -55,9 +44,3 @@ sexprs = ['''
gamma = 1
t = [0, 20]
-[references]
-
- [references.url]
- "Mathworld" = "http://mathworld.wolfram.com/Lotka-VolterraEquations.html"
- "Wikipedia" = "https://en.wikipedia.org/wiki/Lotka%E2%80%93Volterra_equations"
-