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

⟦89bc6b4f2⟧ TextFile

    Length: 92 (0x5c)
    Types: TextFile
    Names: »LORENZ.MOD«

Derivation

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

TextFile

// Model : Lorenz

x,y,z:=rk4(10*(y-x),-x*z+28*x-y,x*y-8*z/3,t)

t:=t+dt

sum:=y+z