Symbolic algebra software: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
|result=
|result=
┌────────────────────────────────────────────────────────────────────┐
┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 8.1, Release Date: 2017-12-07                     │
│ SageMath version 9.3, Release Date: 2021-05-09                     │
Type "notebook()" for the browser-based notebook interface.       │
Using Python 3.8.10. Type "help()" for help.                      
Type "help()" for help.                                          
└────────────────────────────────────────────────────────────────────┘
└────────────────────────────────────────────────────────────────────┘
sage:  
sage:  
}}
}}
Additional open source software that may be of interest and which is available on the clusters includes the [https://www.shoup.net/ntl/ Number Theory Library (NTL)] and [http://pari.math.u-bordeaux.fr/ PARI/GP].
Additional open source software that may be of interest and which is available on the clusters includes the [https://www.shoup.net/ntl/ Number Theory Library (NTL)], [https://www.singular.uni-kl.de/ Singular] and [http://pari.math.u-bordeaux.fr/ PARI/GP].
</translate>
</translate>

Revision as of 19:15, 10 December 2021

Other languages:

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, group 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 but which you can install in your home directory if your license for the software allows this. 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 9.3, Release Date: 2021-05-09                     │
│ Using Python 3.8.10. Type "help()" for help.                       │
└────────────────────────────────────────────────────────────────────┘
sage:

Additional open source software that may be of interest and which is available on the clusters includes the Number Theory Library (NTL), Singular and PARI/GP.