Octave version 3.2.3

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
emil
Posts: 633
Joined: Tue 10 Nov 2009, 08:36
Location: Austria
Contact:

Octave version 3.2.3

#1 Post by emil »

Hi,

GNU Octave is a comprehensive math suit. Most MATLAB scripts can run in Octave (or run with minor tweaking).

Octave comes as zipped file which includes:
octave-3.2.3-i486.pet
gfortran-4.2.2.pet (Fortran compiler)
glpk-4.40-i486.pet (Linear Algebra Package)
gnuplot-4.2.5.pet (Famous gnuplot for graphics)

Download:
http://www.filehosting.at/file/details/ ... 3-puppy.gz

To start: type 'octave' in the terminal
Geany knows the highlight scheme for MATLAB/Octave (m files), so scripting with Puppy Linux is easy! :D

I have tested those pet files on Puppy 4.3.0 full install, Puppy 4.3.1 frugal install and on Chempup (which is based on Puppy 4.2).
Maybe it is mandatory to have the Development package installed (devx_xxx.sfs), all my installations have it so I didn't check.

The basic functionality is there, but some advanced features might be missing because I failed to link octave to some top notch numeric libraries. Those deal mostly with speed optimisation.
If you are not going to do some heavy number crunching you should be fine.

Please report back if there are any problems,
emil

User avatar
Dingo
Posts: 1437
Joined: Tue 11 Dec 2007, 17:48
Location: somewhere at the end of rainbow...
Contact:

#2 Post by Dingo »

replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#3 Post by edoc »

Any further work done with OCTAVE, please?

I see that SAGE is available but OCTAVE appears to be more MATLAB compatible - meaning that many apps developed for MATLAB should work with OCTAVE.

I cannot find a description of SAGE compatibility with apps developed for MATLAB.

I am specifically interested in the ZMAP app for earthquake modeling at the moment.

Thanks!
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

emil
Posts: 633
Joined: Tue 10 Nov 2009, 08:36
Location: Austria
Contact:

Octave

#4 Post by emil »

Hi edoc,

unfortunatly I have made no new octave package. But I tested my old one in Lupu and I found it working there.
http://boxen.math.washington.edu/home/e ... y4/Octave/

You could also try the fine scilab package
http://murga-linux.com/puppy/viewtopic.php?t=64657
although porting scripts from matlab to scilab is more work

You can use octave or matlab from inside sage, but sage itself is not compatible. It uses python based packages and the relevant packages for numerics would be "numpy", "scipy".

If you have earthquake scripts in matlab I would recommend you start with octave.

kind regards
emil

PS:
In my previous version of my "Sage live" pupplet, I had included Octave -
find it here:
http://boxen.math.washington.edu/home/e ... -431v1.iso

Post Reply