|
|
DataMuseum.dkPresents historical artifacts from the history of: RegneCentralen RC759 "Piccoline" |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RegneCentralen RC759 "Piccoline" Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 189 (0xbd)
Types: TextFile
Names: »GRAVITA.MOD«
└─⟦37cf4f704⟧ Bits:30003051 Dymos II - Modeller
└─⟦this⟧ »DYMOS1\GRAVITA.MOD«
// model : gravita x := x + vx * dt y := y + vy * dt //r := SQR(x^2 + y^2) //a := -G * M / r^2 ax:= a * x / r ay:= a * y / r vx:= vx + ax * dt vy:= vy + ay * dt t := t + dt