rk34_test
    
    
    
      rk34_test,
      an Octave code which 
      calls rk34() to
      implement Runge-Kutta ODE solvers of orders 3 and 4.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      rk34,
      an Octave code which
      implements Runge-Kutta ODE solvers of orders 3 and 4.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          predator_deriv.m
          evaluates the derivative for the predator-prey problem.
        
 
        - 
          predator_rk3.m
          approximates the predator-prey problem using a Runge-Kutta
          method of order 3.
        
 
        - 
          predator_rk4.m
          approximates the predator-prey problem using a Runge-Kutta
          method of order 4.
        
 
      
    
    
      
    
    
    
      Last revised on 31 October 2019.