Octave is a powerful scientific programming language with built-in plotting and visualizing tools, octave support high level programming language to solve liner, non-linear problem numerically.
Octave a freely available under GNU General Public License. Octave is much compatible with Matlab so one can get this easily and use it.
Octave is available for almost all common operating system windows, linux, iMac, can get it from
here :- https://www.gnu.org/software/octave/
Installation process on ubuntu linux :-
sudo apt-add-repository ppa:octave/stable
sudo apt-get update
sudo apt-get install octave
octave --force-gui
or
sudo apt-get build-dep octave
wget ftp://ftp.gnu.org/gnu/octave/octave-4.0.0.tar.gz
tar xf octave-4.0.0.tar.gz
cd octave-4.0.0/
./configure
make
sudo make install

0 Comments:
Post a Comment