Jump to content

Reduce (computer algebra system)

From Wikipedia, the free encyclopedia

REDUCE
Developer(s)Anthony C. Hearn et al.
Initial release1968; 56 years ago (1968)
Stable release
August 2024; 4 months ago (2024-08)[1]
Repositorysourceforge.net/projects/reduce-algebra/
Written inStandard Lisp
Operating systemCross-platform
TypeComputer algebra system
LicenseModified BSD license
Websitereduce-algebra.sourceforge.io

REDUCE is a general-purpose computer algebra system originally geared towards applications in physics.

The development of REDUCE was started in 1963 by Anthony C. Hearn. Since then, many scientists from all over the world[2] have contributed to its development.

REDUCE is written entirely in its own Lisp dialect called Standard Lisp[3], expressed in an ALGOL-like syntax called RLISP that is also used as the basis for REDUCE's user-level language.

Implementations of REDUCE are available on most variants of Unix, Linux, Microsoft Windows, or Apple Macintosh systems by using an underlying Portable Standard Lisp (PSL) or Codemist Standard Lisp (CSL) implementation. CSL REDUCE offers a graphical user interface. REDUCE can also be built on other Lisps, such as Common Lisp. The Julia package Reduce.jl[4] uses REDUCE as a backend and implements its semantics in Julia style.

REDUCE was open-sourced in December 2008[5] and is available for free under a modified BSD license on SourceForge. Previously it had cost $695.

See also

[edit]

References

[edit]
  1. ^ "Files on SourceForge".
  2. ^ "REDUCE History and Contributors". REDUCE Computer Algebra System. Retrieved 2024-12-27.
  3. ^ "The Standard Lisp Report" (PDF). REDUCE Computer Algebra System. Retrieved 2024-12-27.
  4. ^ chakravala (April 9, 2019). "chakravala/Reduce.jl". GitHub. Retrieved June 16, 2019.
  5. ^ "REDUCE History and Contributors". REDUCE Computer Algebra System. Retrieved 2024-12-27.
[edit]