This package browser is in early development. Mind the rough edges.

reduce

Portable general-purpose computer algebra system

REDUCE is a portable general-purpose computer algebra system. It is a system for doing scalar, vector and matrix algebra by computer, which also supports arbitrary precision numerical approximation and interfaces to gnuplot to provide graphics. It can be used interactively for simple calculations but also provides a full programming language, with a syntax similar to other modern programming languages. REDUCE supports alternative user interfaces including Run-REDUCE, TeXmacs and GNU Emacs. This package provides the Codemist Standard Lisp (CSL) version of REDUCE. It uses the gnuplot program, if installed, to draw figures.

Installation

Install the latest version of reduce as follows:

guix install reduce

Or install a particular version:

guix install reduce@2024-08-12

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of reduce about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/reduce'><img src='https://packages.guix.gnu.org/packages/reduce/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/reduce/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/reduce)

Example Org:

[[https://packages.guix.gnu.org/packages/reduce][https://packages.guix.gnu.org/packages/reduce/badges/latest-version.svg]]