mathematica

Version:

14.3

Category:

math

Cluster:

Vali

Author / Distributor

https://www.wolfram.com/mathematica/?source=home

Description

Note

Provides guidance for launching Run Mathematica from the Loki cluster over an SSH tunnel on the Loki cluster with X11 forwarding over SSH, enabling graphical interface access from your local workstation.

Documentation

$ math

Wolfram 14.3.0 Kernel for Linux x86 (64-bit)
Copyright 1988-2025 Wolfram Research, Inc.

In[1]:= 2 + 2
Out[1]= 4

In[2]:= ?Plot
Global`Plot

Plot[f, {x, xmin, xmax}] generates a plot of f as x ranges from xmin to xmax.

In[3]:= exit[]

Examples/Usage

  • Load the MATLAB module:

    $ module load Mathematica/14.3
    
  • Unload the module:

    $ module unload Mathematica/14.3
    
  • Run a script::

    $ math -script script.wl
    
  • Start an interactive session:

    $ math
    

Notes

  • math does not support --help or -h like typical Linux commands

  • Help is accessed inside the kernel using: - ?function - Information[function]

  • For GUI-based workflows (plots, notebooks), users may need X11 forwarding or the desktop version (Mathematica)

Installation

Mathematica is a licensed product. Installation and access are coordinated by your institution. Source code is obtained from Wolfram <https://www.wolfram.com/mathematica/>