Symbolic algebra software: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Draft}}
{{Draft}}
Symbolic algebra software is software that is able to work directly with symbolic expressions (derivatives, integrals and so forth) and permits exact arithmetic (e.g. <tt>exp(-i*pi/2) = -i</tt>) and other formal operations that arise in domains like number theory, group theory and so forth. Most such programs also permit the use of approximate numerical calculations using floating point numbers for handling problems that are analytically intractable. Some well-known symbolic algebra software packages are the commercial products [http://www.wolfram.com/mathematica/ Mathematica] and [http://www.maplesoft.com/ Maple], neither of which is available on Compute Canada clusters. An open source alternative,  [https://www.sagemath.org/ SageMath], is however available as a module:
Symbolic algebra software is a program, often accessible as an interactive environment, that is able to work directly with symbolic expressions (derivatives, integrals and so forth) and permits exact arithmetic (e.g. <tt>exp(-i*pi/2) = -i</tt>) as well as other formal operations that arise in domains like number theory, differential geometry, commutative algebra and so forth. Most such programs also permit the use of approximate numerical calculations using floating point numbers for handling problems that are analytically intractable. Some well-known symbolic algebra software packages are the commercial products [http://www.wolfram.com/mathematica/ Mathematica] and [http://www.maplesoft.com/ Maple], neither of which is available on Compute Canada clusters. An open source alternative,  [https://www.sagemath.org/ SageMath], can however be used by loading the appropriate module:
{{Command|module load sagemath}}
{{Command|module load sagemath}}
Afterwards you can then run the software interactively, e.g.
Afterwards you can then run the software interactively, e.g.

Revision as of 18:17, 10 April 2018


This article is a draft

This is not a complete article: This is a draft, a work in progress that is intended to be published into an article, which may or may not be ready for inclusion in the main wiki. It should not necessarily be considered factual or authoritative.



Symbolic algebra software is a program, often accessible as an interactive environment, that is able to work directly with symbolic expressions (derivatives, integrals and so forth) and permits exact arithmetic (e.g. exp(-i*pi/2) = -i) as well as other formal operations that arise in domains like number theory, differential geometry, commutative algebra and so forth. Most such programs also permit the use of approximate numerical calculations using floating point numbers for handling problems that are analytically intractable. Some well-known symbolic algebra software packages are the commercial products Mathematica and Maple, neither of which is available on Compute Canada clusters. An open source alternative, SageMath, can however be used by loading the appropriate module:

Question.png
[name@server ~]$ module load sagemath

Afterwards you can then run the software interactively, e.g.

Question.png
[name@server ~]$ sage
┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 8.1, Release Date: 2017-12-07                     │
│ Type "notebook()" for the browser-based notebook interface.        │
│ Type "help()" for help.                                            │
└────────────────────────────────────────────────────────────────────┘
sage: