Tagged Questions
2
votes
2answers
417 views
Applying velocity Verlet algorithm
I want to implement a simple particules system using the velocity form of the Verlet algorithm as integrator.
Initial conditions at $t=0$ for a given particule $p$:
mass: $ m $
position: ...