Skip to content
Snippets Groups Projects
introduction.md 1003 B
Newer Older
  • Learn to ignore specific revisions
  • David Hrbáč's avatar
    David Hrbáč committed
    # 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.
    
    ```console
    $ ml MATLAB
    $ matlab
    ```
    
    
    David Hrbáč's avatar
    David Hrbáč committed
    Read more at the [Matlab page][1](software/numerical-languages/matlab/).
    
    
    ## 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.
    
    ```console
    $ ml Octave
    $ octave
    ```
    
    
    David Hrbáč's avatar
    David Hrbáč committed
    Read more at the [Octave page][2](software/numerical-languages/octave/).
    
    
    ## R
    
    The R is an interpreted language and environment for statistical computing and graphics.
    
    ```console
    $ ml R
    $ R
    ```
    
    
    David Hrbáč's avatar
    David Hrbáč committed
    Read more at the [R page][3](software/numerical-languages/r/).
    
    [1]: matlab.md
    [2]: octave.md
    [3]: r.md