aboutsummaryrefslogtreecommitdiffstats
path: root/examples/lotka_volterra/metadata.toml
blob: 9753537af50de349f40831e868cde5f2a4201fb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

[model]
name-en = "Lotka–Volterra equations"
description-en = "Predator-Prey Model"

[examples]

  [examples.mathworld]
  x = 10
  y = 5
  alpha = 1.5
  beta = 1
  gamma = 1
  t = [0, 20]