Saturday, November 23, 2019

Free math applications

List of free math applications:

Maxima - computer algebra system (link)
GNU Octave is a high-level language, primarily intended for numerical computations (link)
Python + scipy + matplotlib + ipython + pylab - python based numerical package (link - various )
R - a language and environment for statistical computing and graphics (link)
Sage (link)
Scilab -  is an open source, cross-platform numerical computational package and a high-level, numerically oriented programming language(link)

No comments:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...