ginac 1.8.1
Library for symbolic computation
GiNaC is a C++ library for symbolic computation. Contrary to other CAS it does not try to provide extensive algebraic capabilities and a simple programming language but instead accepts a given language (C++) and extends it by a set of algebraic capabilities.
- Outputs:
out
- Website: https://www.ginac.de/
- Licenses: GPL 2+
- Package source: gnu/packages/algebra.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ginac 1.8.1
as follows:
guix install ginac@1.8.1
Or install the latest version:
guix install ginac
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.