nested_sequence_display_test
    
    
    
      nested_sequence_display_test,
      a MATLAB code which
      calls nested_sequence_display(), which
      displays a set of sequences, as lines of X values, stacked up
      in the Y direction.  For cases where sequences share
      a value, a red vertical line is drawn to highlight this.
    
    
      Licensing:
    
 
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      nested_sequence_display,
      a MATLAB code which
      displays a set of nested sequences.
    
    
      Source Code:
    
    
      
    
    
      CC is a set of files containing Clenshaw Curtis rules,
      with an "exponential" growth rule.
      
    
    
      GH is a set of files containing Gauss Hermite abscissas, with
      a linear growth rule.
      
        - 
          gh_files.txt, 
          the file containing the list of filenames to be plotted.
        
 
        - 
          gh_01.txt, 
          the abscissas for the rule of order 1.
        
 
        - 
          gh_03.txt, 
          the abscissas for the rule of order 3.
        
 
        - 
          gh_05.txt, 
          the abscissas for the rule of order 5.
        
 
        - 
          gh_07.txt, 
          the abscissas for the rule of order 07.
        
 
        - 
          gh_09.txt, 
          the abscissas for the rule of order 9.
        
 
        - 
          gh_11.txt, 
          the abscissas for the rule of order 11.
        
 
        - 
          gh_13.txt, 
          the abscissas for the rule of order 13.
        
 
        - 
          gh_15.txt, 
          the abscissas for the rule of order 15.
        
 
        - 
          gh_sequence.png, 
          a PNG image of the sequences.
        
 
      
    
    
      GL is a set of files containing Gauss Legendre abscissas, with
      an "exponential" growth rule.
      
    
    
      NCO is a set of files containing Newton Cotes Open abscissas,
      with a "linear" growth rule.
      
        - 
          nco_files.txt, 
          the file containing the list of filenames to be plotted.
        
 
        - 
          nco_01.txt, 
          the abscissas for the rule of order 1.
        
 
        - 
          nco_03.txt, 
          the abscissas for the rule of order 3.
        
 
        - 
          nco_05.txt, 
          the abscissas for the rule of order 5.
        
 
        - 
          nco_07.txt, 
          the abscissas for the rule of order 7.
        
 
        - 
          nco_09.txt, 
          the abscissas for the rule of order 9.
        
 
        - 
          nco_11.txt, 
          the abscissas for the rule of order 11.
        
 
        - 
          nco_13.txt, 
          the abscissas for the rule of order 13.
        
 
        - 
          nco_15.txt, 
          the abscissas for the rule of order 15.
        
 
        - 
          nco_sequence.png, 
          a PNG image of the sequences.
        
 
      
    
    
      SCC is a set of files containing Clenshaw Curtis rules,
      with an "slow exponential" growth rule.
      
    
    
    
      Last revised on 22 February 2019.