verlet_simulation
    
    
    
      verlet_simulation,
      a MATLAB code which
      demonstates the use of Verlet integration to simulate simple
      problems in dynamics, involving changes in position and velocity.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Languages:
    
    
      verlet_simulation is available in
      a MATLAB version and
      an Octave version.
    
    
      Related Data and Programs:
    
    
      
      verlet_simulation_test
    
    
      Reference:
    
    
      
        - 
          Nick Berry,
          Verlet integration,
          July 2018,
          https://datagenetics.com/blog/july22018/index.html
         
      
    
    
      Source Code:
    
    
      
        - 
          ping_pong_1d.m,
          models a ping pong ball rolling back and forth in a cell.
        
 
        - 
          ping_pong_2d.m,
          models a ping pong ball bouncing around in a cell.
        
 
      
    
    
    
      Last modified on 08 September 2022.