Difference between revisions of "Software:octave"
From CAC Wiki
(Created page with "== Octave == {| style="border-spacing: 8px;" | valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" | MATLAB®...") |
|||
Line 1: | Line 1: | ||
− | == Octave == | + | == Gnu Octave == |
{| style="border-spacing: 8px;" | {| style="border-spacing: 8px;" | ||
| valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" | | | valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" | | ||
− | + | GNU Octave is a high-level interpreted language, primarily intended for numerical computations. It provides capabilities for the numerical solution of linear and non-linear problems, and for performing other numerical experiments. It also provides extensive graphics capabilities for data visualization and manipulation. Octave is normally used through its interactive command line interface, but it can also be used to write non-interactive programs. The Octave language is quite similar to [[Software:Matlab|Matlab]] so that most programs are easily portable. | |
− | + | * '''Version''': 4.0 | |
− | ''' | + | * '''Platform/Cluster''': Linux / SW cluster |
− | + | * '''Location''': /opt/octave | |
− | * ''' | + | * '''Related link''': For more information go to the [https://www.gnu.org/software/octave/ Octave web site] |
− | * '''Location''': /opt/ | + | |
− | * '''Related link''': For more information go to the [ | + | |
− | + | ||
− | + | ||
* '''Related Software''': | * '''Related Software''': | ||
− | : [[Software:petsc|PETSc]] | + | ** [[Software:matlab|Matlab]] |
− | + | ** [[Software:petsc|PETSc]] | |
− | + | ** [[Software:hypre|Hypre]] | |
− | + | ** [[Software:fftw|FFTW]] | |
+ | ** [[Software:R|R]] |
Revision as of 18:23, 30 May 2016
Gnu Octave
GNU Octave is a high-level interpreted language, primarily intended for numerical computations. It provides capabilities for the numerical solution of linear and non-linear problems, and for performing other numerical experiments. It also provides extensive graphics capabilities for data visualization and manipulation. Octave is normally used through its interactive command line interface, but it can also be used to write non-interactive programs. The Octave language is quite similar to Matlab so that most programs are easily portable. |