Wolfram Mathematica¶
module avail mathematica/
module avail gridmathematica/
Mathematica is a CAS (Computer Algebra System) like Matlab and Maple. It is able to analyze data sets, solve complex differential equations, and develop an entire solution for fast, high-precision numeric and symbolic computation. Mathematica also provides 2D and 3D data visualization and programming capabilities.
Licences¶
Warning
MetaCentrum provides no longer MetaCentrum-wide licences for Mathematica. Currently there are Mathematica 9 licenses limited to UK and JCU members (in Perun listed in users-uk and users-jcu groups, respectively). Apart from these, the only possibility is that users bring their own (institution's) license. If you are interested in using your Mathematica license within the MetaCentrum infrastructure, contact us for more details at meta@cesnet.cz.
Tip
To enable computational-intensive computations within Mathematica, one can make use of its parallel/distributed extension called GridMathematica -- see details at GridMathematica documentation.
Usage¶
UK members¶
module add mathematica/9-uk
math
JCU members¶
module add mathematica/9-jcu
math
Example¶
Example of interactive use:
$ qsub -I -l select=1:ncpus=1:mem=1gb:scratch_local=1gb:brno=true -l walltime=1:00:00
$ module add mathematica/11.3
$ math
In[1]:= 1 + 1
Out[1]= 2
In[2]:= 1 + 2
Out[2]= 3