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

⟦5b27b5fef⟧ TextFile

    Length: 172 (0xac)
    Types: TextFile
    Names: »AB.MOD«

Derivation

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

TextFile

// Model : AB

v1 := k1 * A * B
v2 := k2 * AB * AB
v  := v1 - v2
dA := -v * dt
dB := dA
dAB:= -dA * 2
A  := A + dA
B  := B + dB
AB := AB + dAB
t  := t + dt