Projects tagged ‘linux’, ‘mathematics’, and ‘windows’


Jump to tag:

Projects tagged ‘linux’, ‘mathematics’, and ‘windows’

Filtered by Project Tags linux mathematics windows

Refine results Project Tags science (7) math (7) tools (6) programming (6) maths (5) library (4) c++ (4) algorithms (3) engineering (3) statistics (3) visualization (3) mac (3)

[8 total ]
48

gnuplot

   
Primary Language: C/C++

gnuplot plots 2d and 3d graphs, from a data file or with a formula. It has an interactive mode with online help, or it can be used non-interactively. gnuplot does function fitting to data sets, and it does output to many terminals, among which are PostScript, X11 display, PNG, and GIF (via the old gd library).

Metrics updated about 2 hours ago

29

GNU Octave

   
Primary Language: C/C++ Licensed as: GNU General Public License 2.0

Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments. It may also be used as a batch-oriented language.

Metrics updated 02 Sep 08

18

Maxima -- GPL CAS based on DOE-MACSYMA

   
Primary Language: Lisp

Maxima is a Common Lisp implementation of MIT's Macsyma system for computer based algebra. It features plotting over the network via netmath, computations over the network, extensive testing on a large array of problems, a source level debugger for ... [More] maxima code, ease of extension in fundamentally new ways, access to Common Lisp and portability to many systems. [Less]

Metrics updated 15 Oct 08

2

OpenMaLi

   
Primary Language: Java Licensed as: BSD-ish License

Set of open, reliable, math functions in classes (=collections by domains) designed to be used from any project/library, with any data-structure. In other words, all the things you usually rewrite for each project. But coded with universality in ... [More] mind. The most important package is the org.openmali.vecmath2 one, which contains an improved vecmath - similar to Sun's vecmath, but better, faster and more convenient. [Less]

Metrics updated about 2 hours ago

1

xmds

 
Primary Language: C++ Licensed as: GNU General Public License 2.0

XMDS is a code generator that integrates equations. You write them down in human readable form in a XML file, and it goes away and writes and compiles a C++ program that integrates those equations as fast as it can possibly be done in your architecture.

Metrics updated 16 Sep 08

1

HaypoCALC

 
Primary Language: C++ Licensed as: GNU General Public License 2.0

Console scientific calculator which support know : cos,atan,ln,exp,derive,prime test,... It works on Windows and Linux.

Metrics updated 13 Oct 08

1

FreeMat

   
Primary Language: C/C++

Freemat is an intepereted, matrix-oriented development environment for engineering and scientific applications, similar to the commercial package MATLAB. It provides visualization, image manipulation, and plotting as well as parallel programming.

Metrics updated 13 Oct 08

1

igraph library

 

This is another library for creating and manipulating graphs. There is simply no other graph library out there which can be handle graphs of the size the author is confronted with efficiently. Whenever possible igraph tries to be also user friendly ... [More] and portable. igraph started as an additional package to the GNU R statistical environment, and still some functions which are hard to implement in C are available only in R (like interactive graphics). Most functions are however now written in C and they can be compiled without R as a separate library. [Less]