|
DataMuseum.dkPresents historical artifacts from the history of: CP/M |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 140 (0x8c) Types: TextFile Names: »HENFALD.DMO«
└─⟦2f3cc15d0⟧ Bits:30003050 Dymos II - Dynamisk Model System └─ ⟦this⟧ »HENFALD.DMO«
// 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