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

  1. # LaTeX2HTML 2022 (Released January 1, 2022)
  2. # Associate internals original text with physical files.
  3.  
  4.  
  5. $key = q/Adding_polynomials/;
  6. $ref_files{$key} = "$dir".q|node2_ct.html|; 
  7. $noresave{$key} = "$nosave";
  8.  
  9. $key = q/Completing_a_square/;
  10. $ref_files{$key} = "$dir".q|node4_ct.html|; 
  11. $noresave{$key} = "$nosave";
  12.  
  13. $key = q/Cubic_polynomials/;
  14. $ref_files{$key} = "$dir".q|node13_ct.html|; 
  15. $noresave{$key} = "$nosave";
  16.  
  17. $key = q/Divide__2_/;
  18. $ref_files{$key} = "$dir".q|node7_ct.html|; 
  19. $noresave{$key} = "$nosave";
  20.  
  21. $key = q/Expand__2_/;
  22. $ref_files{$key} = "$dir".q|node6_ct.html|; 
  23. $noresave{$key} = "$nosave";
  24.  
  25. $key = q/Expand__polynomial/;
  26. $ref_files{$key} = "$dir".q|node9_ct.html|; 
  27. $noresave{$key} = "$nosave";
  28.  
  29. $key = q/FTA/;
  30. $ref_files{$key} = "$dir".q|node11_ct.html|; 
  31. $noresave{$key} = "$nosave";
  32.  
  33. $key = q/Factor__polynomial/;
  34. $ref_files{$key} = "$dir".q|node9_ct.html|; 
  35. $noresave{$key} = "$nosave";
  36.  
  37. $key = q/Floating_point/;
  38. $ref_files{$key} = "$dir".q|node9_ct.html|; 
  39. $noresave{$key} = "$nosave";
  40.  
  41. $key = q/In-place_computations/;
  42. $ref_files{$key} = "$dir".q|node4_ct.html|; 
  43. $noresave{$key} = "$nosave";
  44.  
  45. $key = q/Least_common_multiple__2_/;
  46. $ref_files{$key} = "$dir".q|node10_ct.html|; 
  47. $noresave{$key} = "$nosave";
  48.  
  49. $key = q/Long_division__2_/;
  50. $ref_files{$key} = "$dir".q|node7_ct.html|; 
  51. $noresave{$key} = "$nosave";
  52.  
  53. $key = q/Partial_fractions/;
  54. $ref_files{$key} = "$dir".q|node5_ct.html|; 
  55. $noresave{$key} = "$nosave";
  56.  
  57. $key = q/Polynomial_products/;
  58. $ref_files{$key} = "$dir".q|node6_ct.html|; 
  59. $noresave{$key} = "$nosave";
  60.  
  61. $key = q/Polynomials/;
  62. $ref_files{$key} = "$dir".q|node1_ct.html|; 
  63. $noresave{$key} = "$nosave";
  64.  
  65. $key = q/Polynomials__collect/;
  66. $ref_files{$key} = "$dir".q|node8_ct.html|; 
  67. $noresave{$key} = "$nosave";
  68.  
  69. $key = q/Polynomials__divide/;
  70. $ref_files{$key} = "$dir".q|node7_ct.html|; 
  71. $noresave{$key} = "$nosave";
  72.  
  73. $key = q/Polynomials__factor/;
  74. $ref_files{$key} = "$dir".q|node9_ct.html|; 
  75. $noresave{$key} = "$nosave";
  76.  
  77. $key = q/Polynomials__gcd/;
  78. $ref_files{$key} = "$dir".q|node10_ct.html|; 
  79. $noresave{$key} = "$nosave";
  80.  
  81. $key = q/Polynomials__long_division/;
  82. $ref_files{$key} = "$dir".q|node7_ct.html|; 
  83. $noresave{$key} = "$nosave";
  84.  
  85. $key = q/Polynomials__roots/;
  86. $ref_files{$key} = "$dir".q|node11_ct.html|; 
  87. $noresave{$key} = "$nosave";
  88.  
  89. $key = q/Polynomials__sort/;
  90. $ref_files{$key} = "$dir".q|node8_ct.html|; 
  91. $noresave{$key} = "$nosave";
  92.  
  93. $key = q/Quadratic_polynomials/;
  94. $ref_files{$key} = "$dir".q|node12_ct.html|; 
  95. $noresave{$key} = "$nosave";
  96.  
  97. $key = q/Rational_expressions/;
  98. $ref_files{$key} = "$dir".q|node4_ct.html|; 
  99. $noresave{$key} = "$nosave";
  100.  
  101. $key = q/Roots/;
  102. $ref_files{$key} = "$dir".q|node11_ct.html|; 
  103. $noresave{$key} = "$nosave";
  104.  
  105. $key = q/Simplify/;
  106. $ref_files{$key} = "$dir".q|node4_ct.html|; 
  107. $noresave{$key} = "$nosave";
  108.  
  109. $key = q/Sort/;
  110. $ref_files{$key} = "$dir".q|node8_ct.html|; 
  111. $noresave{$key} = "$nosave";
  112.  
  113. $key = q/Summation_notation/;
  114. $ref_files{$key} = "$dir".q|node3_ct.html|; 
  115. $noresave{$key} = "$nosave";
  116.  
  117. $key = q/lcm__2_/;
  118. $ref_files{$key} = "$dir".q|node10_ct.html|; 
  119. $noresave{$key} = "$nosave";
  120.  
  121. 1;
  122.  
  123.