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