home *** CD-ROM | disk | FTP | other *** search
/ Class of 2001 / ClassOf2001.iso / Scinotebook / scinoteb / help / dm8-1.tex / labels.pl < prev    next >
Encoding:
Text File  |  1997-05-15  |  3.5 KB  |  134 lines

  1. # LaTeX2HTML 2022 (Released January 1, 2022)
  2. # Associate labels original text with physical files.
  3.  
  4.  
  5. $key = q/Band_matrix/;
  6. $external_labels{$key} = "$URL/" . q|node11_ct.html|; 
  7. $noresave{$key} = "$nosave";
  8.  
  9. $key = q/Changing/;
  10. $external_labels{$key} = "$URL/" . q|node12_ct.html|; 
  11. $noresave{$key} = "$nosave";
  12.  
  13. $key = q/Concatenate/;
  14. $external_labels{$key} = "$URL/" . q|node13_ct.html|; 
  15. $noresave{$key} = "$nosave";
  16.  
  17. $key = q/Creating_Matrices/;
  18. $external_labels{$key} = "$URL/" . q|node4_ct.html|; 
  19. $noresave{$key} = "$nosave";
  20.  
  21. $key = q/Defined_by_function/;
  22. $external_labels{$key} = "$URL/" . q|node10_ct.html|; 
  23. $noresave{$key} = "$nosave";
  24.  
  25. $key = q/Fill_matrix/;
  26. $external_labels{$key} = "$URL/" . q|node4_ct.html|; 
  27. $noresave{$key} = "$nosave";
  28.  
  29. $key = q/Hilbert_matrix/;
  30. $external_labels{$key} = "$URL/" . q|node10_ct.html|; 
  31. $noresave{$key} = "$nosave";
  32.  
  33. $key = q/Jordan_block/;
  34. $external_labels{$key} = "$URL/" . q|node9_ct.html|; 
  35. $noresave{$key} = "$nosave";
  36.  
  37. $key = q/Matrices__Jordan_block/;
  38. $external_labels{$key} = "$URL/" . q|node9_ct.html|; 
  39. $noresave{$key} = "$nosave";
  40.  
  41. $key = q/Matrices__alignment/;
  42. $external_labels{$key} = "$URL/" . q|node12_ct.html|; 
  43. $noresave{$key} = "$nosave";
  44.  
  45. $key = q/Matrices__band/;
  46. $external_labels{$key} = "$URL/" . q|node11_ct.html|; 
  47. $noresave{$key} = "$nosave";
  48.  
  49. $key = q/Matrices__brackets/;
  50. $external_labels{$key} = "$URL/" . q|node3_ct.html|; 
  51. $noresave{$key} = "$nosave";
  52.  
  53. $key = q/Matrices__concatenate/;
  54. $external_labels{$key} = "$URL/" . q|node13_ct.html|; 
  55. $noresave{$key} = "$nosave";
  56.  
  57. $key = q/Matrices__delete_columns/;
  58. $external_labels{$key} = "$URL/" . q|node12_ct.html|; 
  59. $noresave{$key} = "$nosave";
  60.  
  61. $key = q/Matrices__delete_rows/;
  62. $external_labels{$key} = "$URL/" . q|node12_ct.html|; 
  63. $noresave{$key} = "$nosave";
  64.  
  65. $key = q/Matrices__fill_matrix/;
  66. $external_labels{$key} = "$URL/" . q|node4_ct.html|; 
  67. $noresave{$key} = "$nosave";
  68.  
  69. $key = q/Matrices__identity/;
  70. $external_labels{$key} = "$URL/" . q|node6_ct.html|; 
  71. $noresave{$key} = "$nosave";
  72.  
  73. $key = q/Matrices__insert_columns/;
  74. $external_labels{$key} = "$URL/" . q|node12_ct.html|; 
  75. $noresave{$key} = "$nosave";
  76.  
  77. $key = q/Matrices__insert_rows/;
  78. $external_labels{$key} = "$URL/" . q|node12_ct.html|; 
  79. $noresave{$key} = "$nosave";
  80.  
  81. $key = q/Matrices__random/;
  82. $external_labels{$key} = "$URL/" . q|node7_ct.html|; 
  83. $noresave{$key} = "$nosave";
  84.  
  85. $key = q/Matrices__reshape__2_/;
  86. $external_labels{$key} = "$URL/" . q|node14_ct.html|; 
  87. $noresave{$key} = "$nosave";
  88.  
  89. $key = q/Matrices__zero/;
  90. $external_labels{$key} = "$URL/" . q|node5_ct.html|; 
  91. $noresave{$key} = "$nosave";
  92.  
  93. $key = q/Matrix_Algebra/;
  94. $external_labels{$key} = "$URL/" . q|node1_ct.html|; 
  95. $noresave{$key} = "$nosave";
  96.  
  97. $key = q/Matrix_entries/;
  98. $external_labels{$key} = "$URL/" . q|node2_ct.html|; 
  99. $noresave{$key} = "$nosave";
  100.  
  101. $key = q/Random_matrix/;
  102. $external_labels{$key} = "$URL/" . q|node8_ct.html|; 
  103. $noresave{$key} = "$nosave";
  104.  
  105. $key = q/Reshaping/;
  106. $external_labels{$key} = "$URL/" . q|node14_ct.html|; 
  107. $noresave{$key} = "$nosave";
  108.  
  109. $key = q/Revising_Matrices/;
  110. $external_labels{$key} = "$URL/" . q|node12_ct.html|; 
  111. $noresave{$key} = "$nosave";
  112.  
  113. $key = q/Screen_appearance/;
  114. $external_labels{$key} = "$URL/" . q|node3_ct.html|; 
  115. $noresave{$key} = "$nosave";
  116.  
  117. $key = q/Vandermonde_matrix/;
  118. $external_labels{$key} = "$URL/" . q|node10_ct.html|; 
  119. $noresave{$key} = "$nosave";
  120.  
  121. $key = q/Vector/;
  122. $external_labels{$key} = "$URL/" . q|node2_ct.html|; 
  123. $noresave{$key} = "$nosave";
  124.  
  125. 1;
  126.  
  127.  
  128. # LaTeX2HTML 2022 (Released January 1, 2022)
  129. # labels from external_latex_labels array.
  130.  
  131.  
  132. 1;
  133.  
  134.