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

⟦60701ce7a⟧ TextFile

    Length: 179 (0xb3)
    Types: TextFile
    Names: »COULOMB2.MOD«

Derivation

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

TextFile

// 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