README 972 B

123456789101112131415161718
  1. REDUCE is an interactive system for general algebraic computations of
  2. interest to mathematicians, scientists and engineers. It can be used
  3. interactively for simple calculations but also provides a flexible and
  4. expressive user programming language.
  5. The development of the REDUCE computer algebra system was started in the
  6. 1960s by Anthony C. Hearn. Since then, many scientists from all over
  7. the world have contributed to its development. REDUCE has a long and
  8. distinguished place in the history of computer algebra systems. Other
  9. systems that address some of the same issues but sometimes with rather
  10. different emphasis are Axiom, Derive, Macsyma (Maxima), Maple,
  11. Mathematica and MuPAD.
  12. REDUCE primarily runs on either Portable Standard Lisp (PSL) or Codemist
  13. Standard Lisp (CSL), both of which are included in the SourceForge
  14. distribution. By modern standards, REDUCE is a surprisingly small and
  15. compact application, which runs well on all major operating systems.