Review on GNU Octave
GNU Octave is the best choice for numerical computation and experiment!
I’ve kept using GNU Octave since 2004, from being a PhD candidate, to working in a corporate company and now independently developing simulation software. GNU Octave can satisfy all of my needs in doing math homework and physics simulation, writing simulation code in the early stage of company projects, and verifying mathematical theories and algorithms before implementing them for production in C++.
Compared to the numerical simulation environment setup from Python libraries including numpy, scipy and matplotlib, GNU Octave’s scripting language is much more natural to mathematical thinking. Meanwhile, it frees us from remembering a bunch of names for hierarchical classes and packages as those in Python. For most of the time, we don’t need to do everything in a universal and comprehensive Python ecological system. Although this seems an attractive prospect, what we actually want is simply to play with math, perform some calculations and quantitatively verify our ideas. For sure GNU Octave is the best choice for such purpose.
Many thanks to GNU Octave’s authors, developers and contributors!