this post was submitted on 25 Aug 2025
67 points (98.6% liked)

Open Source

40238 readers
290 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

I would classify this as a matlab alternative. Plot stuff. Do Matrix calculations with direct (syntax) support in the programming language.

top 9 comments
sorted by: hot top controversial new old
[–] sunoc@sh.itjust.works 24 points 4 days ago

Personally, I'd rather use Python with matplotlib when I need to plot stuff, but Octave is great if you have to deal with Matlab code!

[–] Cat_Daddy@hexbear.net 12 points 4 days ago

Matlab is also awful about licensing. I took a Matlab class in college and we used gnu octave instead of the real thing. Works just as good, it's just slightly different syntax.

[–] sobchak@programming.dev 10 points 4 days ago* (last edited 4 days ago)

Used it for a ML MOOC a long time ago. Switched to Python/Numpy for better general programming features. Numpy has pretty good syntax for matrix computation, IMO.

[–] radio_free_asgarthr@hexbear.net 8 points 4 days ago (1 children)

Now that is a name I have not heard in a long time. Mostly due to the decline in Matlab.

[–] helloworld@lemmy.ml 4 points 4 days ago (1 children)

yeah; python and numpy won the wars I guess.

[–] brisk@aussie.zone 1 points 3 days ago

It's easy to win a war when your enemy is strangling themselves to death.

[–] 7eter@feddit.org 4 points 3 days ago

GNU Octave is great when reviving old Matlab projects! I only wish for something similar to Simulink

SageMath is my go to for heavy math.

[–] vext01@lemmy.sdf.org 1 points 3 days ago

See also https://maxima.sourceforge.io/

This was my go to software for experimenting with linear algebra etc. Haven't had the need recently though.