|
|
DataMuseum.dkPresents historical artifacts from the history of: RegneCentralen RC759 "Piccoline" |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RegneCentralen RC759 "Piccoline" Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 186 (0xba)
Types: TextFile
Names: »HENFALD2.MOD«
└─⟦37cf4f704⟧ Bits:30003051 Dymos II - Modeller
└─⟦this⟧ »DYMOS1\HENFALD2.MOD«
// model : henfald2 dN1 := -k1 * N1 * dt dN2 := -k2 * N2 * dt + k1 * N1 * dt dN3 := k2 * N2 * dt N1 := N1 + dN1 N2 := N2 + dN2 N3 := N3 + dN3 t := t + dt