Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Numerical languages
===================
Interpreted languages for numerical computations and analysis
Introduction
------------
This section contains a collection of high-level interpreted languages,
primarily intended for numerical computations.
Matlab
------
MATLAB®^ is a high-level language and interactive environment for
numerical computation, visualization, and programming.
$ module load MATLAB/2015b-EDU
$ matlab
Read more at the [Matlab
page](matlab.html).
Octave
------
GNU Octave is a high-level interpreted language, primarily intended for
numerical computations. The Octave language is quite similar to Matlab
so that most programs are easily portable.
$ module load Octave
$ octave
Read more at the [Octave page](octave.html).
R
-
The R is an interpreted language and environment for statistical
computing and graphics.
$ module load R
$ R
Read more at the [R page](r.html).