Mathematics scripts - Top 4 Download

Mathematics script downloads

OpenMAD

The OpenMAD project aims to provide versatile software implementations of mathematical models based on the theory of differential games which simulate the long term effects of war. Newtonian physics is used to simulate conflicts in a virtual environment and provide detailed data during all stages of simulation. Requirements: · MySQL ...
Python

PHP Stats

Statistical analysis is one of the most critical methods for understanding how and why data behaves in a certain manner. There are hundreds of uses for statistical analysis that are used in the fields of medicine, computer science, economics, psychology, chemistry, physics and many more. Statistics allow people to better understand ...

Probe Deeper PHP

Probe Deeper PHP will provide class libraries for simple and advanced statistical analyses, including multiple regression, forecasting, hypotheses testing, etc. ...

Pygsl

Pygsl provides a python interface for the GNU scientific library (gsl). The wrapper covers nearly everything GSL provides. ...
Python

RunningCalc

This is a trivial calculator "shell" with a running total.As trivial as it is, I find it to be more useful than a normal calculator when doing my checkbook because of the ever-present running total. ...
Python

SimplexInPHP

Simplex-in-PHP are PHP scripts that solve small linear programming and integer linear programming problems executing the simplex method step by step, printing the tableau and drawing the graphical analysis.Useful for students in Operational Research. ...

Sparse

'sparse' is a matrix class based on a dictionary to store data using 2-element tuples (i,j) as keys (i is the row and j the column index). The common matrix operations such as 'dot' for the inner product, multiplication/division by a scalar, indexing/slicing, etc. are overloaded for convenience.When used in conjunction ...
Python

tvmet

Tiny Vector and Matrix template library uses Meta Templates (MT) and Expression Templates (ET) to evaluate results at compile time -- which makes it fast for low order (tiny) systems."Tiny" is a subjective term, but typically means vectors and matrices of size ten (10) or less.Features: - STL iterator interface. This ...

Wolfram style cellular automata

This is a little script that uses Python to generate the cellular automata that Wolfram discusses in his book "A New Kind of Scilfram disquot;.The script uses the Python Imaging Library to render the output, but you could replace this with text or any other method of visualization. ...
Python