announce.tex 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. % From hearn@rand.orgSat Sep 16 16:53:08 1995
  2. % Date: Fri, 15 Sep 95 10:10:44 -0700
  3. % From: Tony Hearn <hearn@rand.org>
  4. % To: John Fitch <jpff@maths.bath.ac.uk>, Arthur Norman <acn1@cam.ac.uk>,
  5. % Winfried Neun <neun@sc.zib-berlin.de>
  6. % Subject: Final announcement
  7. %
  8. % I hope this is ok:
  9. \documentstyle[11pt]{article}
  10. \setlength{\parindent}{0pt}
  11. \setlength{\parskip}{6pt}
  12. \raggedbottom
  13. \setlength{\textwidth}{6.2in}
  14. \setlength{\oddsidemargin}{0.2in}
  15. \setlength{\evensidemargin}{0in}
  16. \setlength{\textheight}{8.7in}
  17. \setlength{\topmargin}{-0.5in}
  18. \newlength{\redboxwidth}
  19. \setlength{\redboxwidth}{4in}
  20. \newcommand{\REDUCE}{REDUCE}
  21. \pagestyle{empty}
  22. \begin{document}
  23. \begin{center}
  24. \fbox{\rule[-0.2cm]{0cm}{0.8cm}{\Large \bf ANNOUNCING REDUCE 3.6}}%
  25. \rule[-0.31cm]{3pt}{1.0cm}\\[-0.6mm]
  26. \hspace*{1pt}\rule{82mm}{3pt}\\[0.2in]
  27. \end{center}
  28. Version 3.6 of REDUCE is now available for distribution. This is the
  29. first major update since the release of {\REDUCE} 3.5 in October 1993. As
  30. is usual for a new release, a large number of bugs and awkward features
  31. (including those documented in the {\em patches.red} file available from the
  32. REDUCE Network Library) have been corrected. Taken together with the many
  33. new features that have been added, {\REDUCE} 3.6 represents a significant
  34. enhancement over previous versions.
  35. In addition to the capabilities of the original release of {\REDUCE} 3.5,
  36. this new version supports, among other things:
  37. \vspace*{-0.1in}
  38. \begin{itemize}
  39. \item {definite integration}
  40. \item {noncommutative Gr\"obner bases}
  41. \item {expanded special function handling}
  42. \item {improved solve capabilities}
  43. \item {improved trigonometric simplification}
  44. \item {linear algebra and linear programming}
  45. \item {matrix normal forms}
  46. \item {operations on sets}
  47. \item {residue computations.}
  48. \end{itemize}
  49. The {\REDUCE} algebraic mode has been improved substantially since the
  50. last release, and in particular offers improved rule list capabilities,
  51. including free operators, conditional binding of variables and better
  52. matching facilities for quotients. The {\REDUCE} graphics interface has
  53. also been improved. For example, a user is now able to plot an implicitly
  54. defined function.
  55. A large number of different people are responsible for these improvements.
  56. Other special purpose packages contributed by users include:
  57. \begin{itemize}
  58. \item {APPLYSYM: Infinitesimal symmetries of differential equations}
  59. \item {BOOLEAN: Boolean algebra}
  60. \item {DUMMY: Canonical form of expressions with dummy variables}
  61. \item {FPS: Calculation of formal power series}
  62. \item {INVBASE: Computation of involutive bases}
  63. \item {NCPOLY: Non--commutative polynomial ideals}
  64. \item {NORMFORM: Computation of matrix normal forms}
  65. \item {RANDPOLY: A random polynomial generator}
  66. \item {XCOLOR: Color factor in non-abelian gauge field theories}
  67. \item {XIDEAL: Gr\"obner Bases for exterior algebra}
  68. \item {ZEILBERG: Indefinite and definite summation}
  69. \item{ZTRANS: Calculations with the $Z$ and inverse $Z$ transform.}
  70. \end{itemize}
  71. Updated documentation includes an improved User's Manual in {\LaTeX}
  72. format, a more detailed online help system for MS/Windows and Unix/X11
  73. Systems and a bibliography listing over 800 references to REDUCE-related
  74. publications.
  75. A complete information package is obtainable from:
  76. % \vspace*{-0.1in}
  77. \begin{quote}
  78. REDUCE Secretary \\
  79. RAND \\
  80. 1700 Main Street \\
  81. P.O. Box 2138 \\
  82. Santa Monica CA 90407-2138 U.S.A. \\
  83. Telephone: +1-310-393-0411 Ext. 7681 \\
  84. Facsimile: +1-310-393-4818 \\
  85. Electronic Mail: reduce@rand.org
  86. \end{quote}
  87. \vspace*{-0.1in}
  88. If you have e-mail access to the Internet, you can also obtain current
  89. information by sending the message {\em send info-package} to
  90. reduce-netlib@rand.org, reduce-netlib@can.nl or
  91. reduce-netlib@pi.cc.u-tokyo.ac.jp. The single line message can either be
  92. the subject of the message or the body. This message is answered by an
  93. automated server for the REDUCE network library. The library will in time
  94. contain any packages made available since the release of REDUCE 3.6 and
  95. patches to correct any bugs that may be discovered. Further information
  96. on this library, as well as instructions on how to join the REDUCE
  97. electronic forum, can be obtained by including the word {\em help} on a
  98. separate line in the message.
  99. The same information is available from an Internet gopher server with
  100. the address info.rand.org. The network library files are in a ``REDUCE
  101. Library'' directory under the directory ``Publicly Available Software''.
  102. The relevant URL is gopher://info.rand.org/11/software/reduce .
  103. A World Wide Web REDUCE server with URL http://www.rrz.uni-koeln.de/REDUCE/
  104. is also supported. In addition to general information about REDUCE, this
  105. server has pointers to the network library, the demonstration versions,
  106. examples of REDUCE programming, a set of manuals, and the REDUCE online
  107. help system.
  108. \end{document}
  109.