|
|
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: 179 (0xb3)
Types: TextFile
Names: »COULOMB2.MOD«
└─⟦37cf4f704⟧ Bits:30003051 Dymos II - Modeller
└─⟦this⟧ »MODEL2\COULOMB2.MOD«
// Model : Coulomb2 func a(x,y) ra := x*x+y*y return (k*q1*q2/m)*x/ra/sqr(ra) endfunc x,y,vx,vy:=rk4(vx,vy,a(x,y),a(y,x),t) t := t + dt