You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A portable general-purpose computer algebra system
Introduction
REDUCE is a freely available open-source interactive system for general algebraic computations, of interest to mathematicians, scientists, and engineers.
It can be used interactively for simple calculations, but also provides a flexible and expressive user programming language.
The development of the REDUCE computer algebra system was started in the 1960's by Anthony C. Hearn and further developed by Arthur C. Norman and others. Since then, many scientists from all over the world have contributed to its development.
REDUCE has a long and distinguished place in the history of computer algebra systems.
REDUCE is implemented in Standard Lisp. It primarily runs on either Portable Standard Lisp, which compiles to native machine code, or Codemist Standard Lisp, which compiles to optimized byte-code. It can also run on Visible Standard Lisp, an extremely minimal and highly portable Standard Lisp interpreter. PSL, CSL, and VSL are all included in the REDUCE distribution.
By modern standards, REDUCE is a surprisingly small and compact application, and runs well on all major platforms and operating systems ― including Android and iOS.
Features
Arbitrary precision integer and rational arithmetic
Algorithms for polynomials and rational functions
Facilities for the solution of a variety of algebraic equations
Automatic and user controlled simplification of expressions
Substitutions and pattern matching in a wide variety of forms
Analytic differentiation and integration
Computations with a wide variety of special functions
Dirac matrix calculations of interest to high energy physicists
Quantifier elimination and decision for interpreted first-order logic
Powerful intuitive user-level programming language