zoomin_test
    
    
    
      zoomin_test,
      an Octave code which
      calls zoomin(), which
      seeks a root of a scalar function.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      zoomin,
      an Octave code which
      seeks the zero of a function.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          func01.m, 
          defines a polynomial function.
        
 
        - 
          func02.m, 
          defines a nonpolynomial function.
        
 
        - 
          test01.m, 
          sets up tests for the polynomial function.
        
 
        - 
          test02.m, 
          sets up tests for the nonpolynomial function.
        
 
        - 
          zoomin_all_test.m,
          tries every algorithm on a given function.
        
 
      
    
    
    
      Last revised on 16 May 2024.