Difference between revisions of "Software:octave"

From CAC Wiki
Jump to: navigation, search
(Gnu Octave)
Line 2: Line 2:
 
{|  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.
+
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 very similar to [[Software:Matlab|matlab]] so that most programs are easily portable.'''
 
* '''Version''': 4.0
 
* '''Version''': 4.0
 
* '''Platform/Cluster''': Linux / SW cluster
 
* '''Platform/Cluster''': Linux / SW cluster

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 very similar to matlab so that most programs are easily portable.