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

⟦8680a5898⟧ TextFile

    Length: 149 (0x95)
    Types: TextFile
    Names: »FALD.MOD«

Derivation

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

TextFile

// Model : Fald

dv := -g * dt
v  := v + dv
dx := v * dt
x  := x + dx
t  := t + dt

Ekin := 1/2*m*v*v
Epot := m*g*x
Emek := Ekin + Epot