Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 744 Bytes

File metadata and controls

32 lines (21 loc) · 744 Bytes

LotkaVolterra

Lotka Volterra Equations

https://en.wikipedia.org/wiki/Lotka%E2%80%93Volterra_equations

default values

With the default values the simulation will end up with this values:

Vegetation: 28'400

Herbivore: 570

Predator: 75

Installation

If available in Hex, the package can be installed by adding lotka_volterra to your list of dependencies in mix.exs:

def deps do
  [
    {:lotka_volterra, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/lotka_volterra.