DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC759 "Piccoline"

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about RegneCentralen RC759 "Piccoline"

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦d580d274f⟧ TextFile

    Length: 331 (0x14b)
    Types: TextFile
    Names: »ROV-BYT.DMO«

Derivation

└─⟦2f3cc15d0⟧ Bits:30003050 Dymos II - Dynamisk Model System
    └─ ⟦this⟧ »ROV-BYT.DMO« 

TextFile

// model : rov-byt

dB := (k1-k2*R) * B * dt     // ▶91◀ndring i antallet af byttedyr

dR := (k4*B-k3) * R * dt     // ▶91◀ndring i antallet af rovdyr

 B := B + dB                 // antal byttedyr til tiden t

 R := R + dR                 // antal rovdyr til tiden t

 t := t + dt                 // t er tiden (▶86◀r)