test_con_test
    
    
    
      test_con_test,
      a MATLAB code which 
      calls test_con(), which
      defines test functions for continuation codes.  
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      test_con,
      a MATLAB code which
      implements test problems for numerical continuation.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          p00_jac_test.m, 
          compares the jacobian to a finite difference estimate;
        
 
        - 
          p00_newton_test.m, 
          applies the Newton algorithm to a perturbed copy of the starting point.
        
 
        - 
          p00_nvar_test.m, 
          calls P00_NVAR to get the size of each problem;
        
 
        - 
          p00_option_num_test.m, 
          calls P00_OPTION_NUM to get the number of options for each problem;
        
 
        - 
          p00_start_test.m, 
          calls P00_START to get the starting point for each problem;
        
 
        - 
          p00_stepsize_test.m, 
          calls P00_STEPSIZE to get the stepsize of each problem;
        
 
        - 
          p00_tan_test.m, 
          calls P00_TAN to compute the tangent vector at the starting point.
        
 
        - 
          p00_title_test.m, 
          calls P00_TITLE to get the title of each problem;
        
 
        - 
          p01_limit_test.m, 
          searches for limit points in problem 1;
        
 
        - 
          p01_target_test.m, 
          searches for target points in problem 1;
        
 
        - 
          p06_limit_test.m, 
          searches for limit points in problem 6.
        
 
      
    
    
    
      Last revised on 28 March 2019.