readme 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. REDUCE USER CONTRIBUTED LIBRARY
  2. 15 July 1993
  3. The files in this directory comprise a library of contributions from many
  4. REDUCE users. The relevant members first appeared in the REDUCE Network
  5. Library. They are collected here as a service to REDUCE users, and no
  6. responsibility can be taken regarding them. In particular, any questions
  7. about any of the files should be directed to the relevant author(s).
  8. All code in this library has been tested with REDUCE 3.5, but may require
  9. modifications to work in later releases. Any updates will appear in later
  10. releases of this library, or in the REDUCE Network Library. For an
  11. information about this library, send the message "help" to
  12. reduce-netlib@rand.org, reduce-netlib@can.nl or redlib@elib.zib-berlin.de.
  13. The Network Library is divided into sublibraries which have a particular
  14. theme (such as "chemistry"). The sublibraries are then divided into
  15. members, which are individual files with names of the form <name>.<type>.
  16. This particular organization is not preserved here, since all members are
  17. in a single directory. The table of contents of the current library
  18. organized in the original hierarchical manner is:
  19. ARITH
  20. numeric.red - Source for numerical algorithm package
  21. numeric.tst - Test file for numerical algorithm package
  22. numeric.tex - Document file for numerical algorithm package
  23. numeric.log - Log of test run for numerical algorithm package
  24. CHEMISTRY
  25. reacteqn.doc - documentation for reaction equation system package
  26. reacteqn.log - log of test file for reaction equation system package
  27. reacteqn.red - source for reaction equation system package
  28. reacteqn.tst - test file for reaction equation system package
  29. DE (Differential Equations)
  30. changevar.log - Log of test file for Changevar - a package for
  31. changing variables in differential equations
  32. changevar.red - Source for Changevar package
  33. changevar.tex - Tex version of document for Changevar package
  34. changevar.tst - Test file for Changevar package
  35. desir.doc - Document for DESIR package
  36. desir.log - Log of UNIX script for testing DESIR package
  37. desir.red - Source for DESIR package
  38. desir.tst - Test file for DESIR package. This should be used with
  39. the UNIX script tstdesir, or modified for the local
  40. system
  41. tstdesir - UNIX script for testing DESIR package
  42. fide.doc - Document for FIDE package for the automation
  43. of the finite difference method for PDE's
  44. fide.log - log of run of FIDE package test file
  45. fide1.red - part 1 of source file for FIDE package
  46. fide.red - part 2 of source file for FIDE package
  47. fide.tst - Test file for FIDE package
  48. odeex.red - Examples of solving ODE's using Taylor series
  49. GRAPHICS
  50. gnuplot.red - Source for REDUCE GNUPLOT package
  51. gnuplot.tst - Test file for REDUCE GNUPLOT package
  52. gnuplot.tex - Document for REDUCE GNUPLOT package
  53. GROEBNER
  54. wu.log - log of test file for Wu's algorithm package
  55. wu.red - source for Wu's algorithm package
  56. wu.tex - LaTeX version of document for Wu's algorithm
  57. package (there is no plain text version)
  58. wu.tst - test file for Wu's algorithm package
  59. LAPLACE
  60. laplace.red - source for Laplace and Inverse Laplace Transforms
  61. laplace.doc - document for Laplace and Inverse Laplace Transforms
  62. laplace.tst - Test file for Laplace and Inverse Laplace Transforms
  63. laplace.log - Log of test file for Laplace and Inverse Laplace Transforms
  64. MISC
  65. reset.red - code for resetting REDUCE to initial state
  66. PHYSICS
  67. cvit.red - source for CVIT package for the computation of Dirac
  68. gamma matrix expressions by the Cvitanovic-Kennedy
  69. algorithm
  70. cvit.doc - document for CVIT package
  71. cvit.log - log of running test file for CVIT package
  72. cvit.tst - test file for CVIT package
  73. physop.red - source file for PHYSOP package for operator
  74. calculus in physics. This REQUIRES the NONCOM2
  75. package described below
  76. physop.log - log of running test file for PHYSOP package
  77. physop.tex - LaTeX version of document for PHYSOP package
  78. physop.tst - Test file for PHYSOP package
  79. noncom2.red - source for noncommutativity package NONCOM2
  80. needed by PHYSOP package
  81. symmetry.log - Log of test run for symmetry package
  82. symmetry.red - Part 1 of source for symmetry package
  83. (all parts are needed)
  84. symdata1.red - Part 2 of source for symmetry package
  85. symdata2.red - Part 3 of source for symmetry package
  86. symmetry.tex - Document file for symmetry package
  87. symmetry.tst - Log of test run for symmetry package
  88. RULES
  89. pm.red - Source of the PM pattern matcher
  90. pmrules.red - Basic rules for PM pattern matcher
  91. NOTE that pm.red is loaded by this file
  92. pmrules2.red - More rules for PM pattern matcher, but not thoroughly
  93. tested. NOTE that pm.red and pmrules.red must be loaded
  94. before this file
  95. pm.doc - Document for the PM pattern matcher
  96. pmrules.tst - Test file for the PM pattern matcher and basic rules
  97. pmrules.log - Log of test file for PM pattern matcher and basic rules
  98. SERIES
  99. camal.red - Source for CAMAL package for celestial mechanics
  100. camal.bib - Bibliography file for CAMAL package document
  101. camal.log - Log of running test file for CAMAL package
  102. camal.tex - LaTeX version of document for CAMAL package
  103. camal.tst - Test file for CAMAL package
  104. SOLVE
  105. linineq.log - Log of test file for the linineq package for
  106. solving sets of linear inequalities
  107. linineq.red - Source for linineq package
  108. linineq.tex - LaTex version of document for linineq package
  109. linineq.tst - Test file for linineq package
  110. TEX
  111. reduce.tex - TeX file to be used together with output from
  112. the TRI package for producing TeX output
  113. redwidth.tex - TeX file for determining item widths
  114. tri.latex - LaTeX form of document for TRI package
  115. tri.red - REDUCE source code for TRI package
  116. tri.tex - TeX form of document for TRI package
  117. tri.tst - Test file for TRI package; this produces a file
  118. tritst.tex, which can be compared with
  119. tritstx.tex, and then processed by "tex tritest"
  120. tri.log - Log from run of TRI test file
  121. tritest.tex - TeX file for processing output of tri.tst
  122. tritstx.tex - Normal output from running test file for TRI package
  123. rlfi.doc - Document for the RLFI package for producing
  124. LaTeX output
  125. rlfi.red - REDUCE source for RLFI package
  126. rlfi.log - Log from run of RLFI test file
  127. rlfi.tst - Test file for RLFI package
  128. UTIL
  129. assist.doc - Document for ASSIST utility package
  130. assist.log - Log of test file for ASSIST utility package
  131. assist.red - Source for ASSIST utility package
  132. assist.tst - Test file for ASSIST utility package
  133. showrules.red - Source for a command to show rules for an
  134. operator (no other documentation)