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.
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
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.
GNU Octave is great when reviving old Matlab projects! I only wish for something similar to Simulink
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!
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.