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

⟦220aaf3c7⟧ TextFile

    Length: 140 (0x8c)
    Types: TextFile
    Names: »HENFALD.DMO«

Derivation

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

TextFile

// model: henfald

dN1 := -k1*N1*dt
N1  := N1 + dN1
dN2 := -k2*N2*dt - dN1
N2  := N2 + dN2
N3  := N3 + k2*N2*dt
t   := t + dt