Projects tagged ‘maths’


[61 total ]

53 Users
   

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 ... [More] performing other numerical experiments. It may also be used as a batch-oriented language. [Less]
Created over 3 years ago.

30 Users
   

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 ... [More] large array of problems, a source level debugger for maxima code, ease of extension in fundamentally new ways, access to Common Lisp and portability to many systems. [Less]
Created over 3 years ago.

7 Users

DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods ... [More] like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). [Less]
Created 4 months ago.

6 Users

KmPlot is a mathematical function plotter. It has built in a powerfull parser. You can plot different functions simultaneously and combine their function terms to build new functions. KmPlot supports ... [More] functions with parameters and functions in polar coordinates. Several grid modes are possible. Plots may be printed with high precision in correct scale. Features * powerful mathematical parser * precise metric printing * different plot types (functions, parametric, polar) * highly configurable visual settings (plot line, axes, grid) * export to bitmap format (BMP and PNG) and scalable vector graphics (SVG) * save/load complete session in readable xml format * trace mode: cross hair following plot, coordinates shown in the status bar support zooming and more. [Less]
Created about 1 year ago.

6 Users
   

Kig is a program for exploring geometric constructions. It is meant as a better replacement for such free programs as KGeo, KSeg and Dr. Geo and commercial programs like Cabri. Kig is meant as a ... [More] useful and powerful utility for high school students and teachers. [Less]
Created about 1 year ago.

3 Users
 

Lib2geom (2Geom in private life) is a library developed for inkscape to provide a robust computational geometry framework. It is not a rendering library, instead concentrating on high level algorithms such as computing arc length.
Created over 3 years ago.

3 Users

LAPACK provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. The associated ... [More] matrix factorizations (LU, Cholesky, QR, SVD, Schur, generalized Schur) are also provided, as are related computations such as reordering of the Schur factorizations and estimating condition numbers. Dense and banded matrices are handled, but not general sparse matrices. In all areas, similar functionality is provided for real and complex matrices, in both single and double precision. Note: Ohloh's statistics are not accurate. LAPACK has dozens of major contributors, but most do not use any form of source control. Contributions are merged by only a few people, and then only in bursts. [Less]
Created over 2 years ago.

3 Users
   

This is an interactive generative art application to evolve images/textures/patterns/animations through an iterative process of random mutation and user-selection driven evolution. This process is ... [More] also often referred to as "evolutionary art" or "genetic art". If you like lava lamps, and still think the Mandelbrot set is cool, this could be the software for you. [Less]
Created over 2 years ago.

3 Users

KAlgebra is a calculator with symbolic and analysis features that lets you plot 2D and 3D functions as well as to easily calculate mathematical expressions.
Created about 1 year ago.

2 Users
   

An implementation of linear algebra numerical structures and methods for the CLR. NPack is unique in that it uses generics for matrix element definitions, and a set of matrix operations via an ... [More] interface, allowing a CLR-based operations engine as well as the opportunity to use GPGPU-based operation engines. NPack was initially ported from Java Matrix Package (JAMA) by the US National Institute of Standards and Technology (which was a Java reinterpretation of LINPACK). [Less]
Created over 3 years ago.