Combinatorics (1)
Differential Equations (17)
Dynamical Systems (4)
Education (1)
Geometry (3)
Linear Algebra (26)
Numerical Methods (5)
Optimization (12)
Probability (1)
Set Theory (1)
Statistics (8)
Topology (1)
GAP is a free system for computational discrete algebra. Find GAP – Groups, Algorithms and Programming at: http://www.gap-system.org/
PyGeo is a dynamic geometry laboratory and toolkit. PyGeo may be used to explore the most basic concepts of Euclidean geometry at an introductory level, including by elementary schools students and their teachers. But is particularly suitable for exploring more … Continue reading
The Computational Infrastructure for Operations Research (COIN-OR) project is an initiative to spur the development of open-source software for the operations research community. Projects include linear and nonlinear optimization solvers and a tabu search framework. Find COIN-OR at: http://www.coin-or.org/
GLPK (GNU Linear Programming Kit) is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. … Continue reading
Linear algebra functions in language C. Presentation of the functions: addm, subm, multm, powm, smultm, transpose, trace, det, minor, mminor, cofactor, mcofactor, adjoint, inverse, inverse(gaussjordan), gauss, gaussjordan. There are 15 packages. Find mathc : Math, Language c, Gnuplot, MapleV. at: … Continue reading
R is `GNU S’ – A language and environment for statistical computing and graphics. R is similar to the award-winning S system, which was developed at Bell Laboratories by John Chambers et al. It provides a wide variety of statistical … Continue reading
Scilab is a scientific software package for numerical computations in a user-friendly environment. It features: Elaborate data structures (polynomial, rational and string matrices, lists, multivariable linear systems,…). Sophisticated interpreter and programming language with Matlab-like syntax. Hundreds of built-in math functions … Continue reading
Provides the functionality for Jython that Numerical Python does for Python (CPython). As the Numerical Python documentation states, it is "…a collection of extension modules to provide high-performance multidimensional numeric arrays to the Python programming language." JNumeric provides the same … Continue reading
Ode is a Unix command-line ordinary differential equation solver. It is intended for use as a filter in pipelines, in the spirit of statistics and data-processing codes like TISEAN and |stat. Find Ode at: http://keithbriggs.info/Ode.html
Solve N-th Order Ordinary Differential Equations with Perl. Object Oriented interface and easy to use. Find Math::ODE at: http://www.leto.net/code/Math-ODE/