Bureaucrats, cc_docs_admin, cc_staff
2,306
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[http://www.wolfram.com/mathematica/ Mathematica] is a commercial general computing environment for both symbolic and numerical calculations from [http://www.wolfram.com Wolfram]. Compute Canada does not currently support this software on its clusters but as an alternative the [https://www.sagemath.org/ SageMath] package is available as a module. | [http://www.wolfram.com/mathematica/ Mathematica] is a commercial general computing environment for both symbolic and numerical calculations from [http://www.wolfram.com Wolfram]. Compute Canada does not currently support this software on its clusters but as an alternative the [https://www.sagemath.org/ SageMath] package is available as a module: | ||
{{Command|module load sagemath}} | |||
Afterwards you can then run the software interactively, e.g. | |||
{{Command | |||
|sage | |||
|result= | |||
┌────────────────────────────────────────────────────────────────────┐ | |||
│ SageMath version 8.1, Release Date: 2017-12-07 │ | |||
│ Type "notebook()" for the browser-based notebook interface. │ | |||
│ Type "help()" for help. │ | |||
└────────────────────────────────────────────────────────────────────┘ | |||
sage: | |||
}} |