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 - metrics - download

⟦6f6e3328c⟧ TextFile

    Length: 186 (0xba)
    Types: TextFile
    Names: »HENFALD2.MOD«

Derivation

└─⟦37cf4f704⟧ Bits:30003051 Dymos II - Modeller
    └─⟦this⟧ »DYMOS1\HENFALD2.MOD« 

TextFile

// 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