Main > Free Download Search >

Free mathematically software for linux

mathematically

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8
The Blog Icon 2007.05.18

The Blog Icon 2007.05.18


The Blog Icon package contains a collection of high quality vectorial icons to represent common ideas and actions of the blogosp more>>
The Blog Icon package contains a collection of high quality vectorial icons to represent common ideas and actions of the blogosphere.

They were based on the SVG work from FeedIcons.com. The base button is the same, but mathematically simplified on the XML level. New buttons were added based on other popular icons found on the web or created by myself. Also some redesign was made for new shapes to make the icons look better when exported to smaller image sizes.

By the way, I am not a designer nor an artist. I just know how to use SVG-creation tools as Inkscape or make good XML. Or I just have a blog demanding for these icons. So I’m sure people can contribute better color mixings an outlines. Let me know and lets integrate your ideas into this project in the right way.

Please share alike this icons. They have a Creative Commons license. I appreciate if you can link to my blog when using them.
<<less
Download (1.1MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
887 downloads
Hexagonal Minesweeper 0.2.1

Hexagonal Minesweeper 0.2.1


Hexagonal Minesweeper is a puzzle game, inspired by famous Minesweeper. more>>
Hexagonal Minesweeper is a puzzle game, inspired by famous Minesweeper. HexaMine is puzzle game is based on idea of famous Minesweeper.

Classic Minesweeper quickly becomes boring for experienced player as he remembers most of restricted set of possible game situations, and nothing can challenge him to thing more then 3 seconds any more.

Proprietary MegaMiner by Astatix Software, has introduced mines with variable power to solve this problem, but it created a new one: there were too much situations when player had to guess rather then prove.

HexaMine has taken te idea of MegaMiner a lot further. Here are features, which allow HexaMine to present even most experienced player nontrivial challenging yet solvable game situations:

1) Different mine powers. Exactly as in MegaMiner.
2) Hexagonal grid. This reduces the number is possible situations for any single cell. This also makes surrounding of a cell look nore like a circle, which is more intuitive.
3) Concept of close and far neighborhood. There is nothing new about first one, as it is just sum of mine powers of ajacent cells. Far neighborhood is entirely new concept. Think of real metal detector. It can pick up any mine within small radius, say of 1 meter. This is exactly the close neighborhood. But mentioned metal detector can also pick up larger objects within bigger radius, say 2 meters, although the signal is weaker. This is exactly the concept of far neighborhood. For each empty cell the close neighborhood threat is calculated as mentioned above, although for far neighborhood threat each mine is reduced by 1 category. Smallest mines are not taken into account, larger ones seem smaller. Both threats are specified for open empty cell.
4) In contrast to other known to me Minesweeper-like games, in HexaMine you never know neither number of mines of each power, nor exact total number of mines.
The bottom line, (1) and (4) creates mathematically finite but practically countless number of different game situations, while (2) and (3) give player enough information, although very complicate, to solve vast majority of them without need to guess.

The bottom line, (1) and (4) creates mathematically finite but practically countless number of different game situations, while (2) and (3) give player enough information, although very complicate, to solve vast majority of them without need to guess.

<<less
Download (0.13MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1221 downloads
Magic Cube 4D 3.2.3

Magic Cube 4D 3.2.3


Magic Cube 4D is a four-dimensional Rubiks Cube. more>>
Magic Cube 4D project is a four-dimensional Rubiks Cube.

MagicCube4D is a fully functional four-dimensional analog of Rubiks cube. The image above shows the puzzle in its solved state. Click on it for a simple resizable applet version that you can interact with to get a feeling for how it works. Download the full-featured application below and try to solve it. Please read the FAQ for a more complete description of the puzzle. If the Java applet or application fail to start you may need to install a Java virtual machine. Click here for a current one.

Don Hatch and Melinda Green have developed it on and off over several years. Jay Berkenbilt has recently joined us to help with Linux support and source control. Don and Jay were the first to have solved the puzzle making extensive use of the move macro facility in the UNIX version. Roice Nelson became the first person to solve the puzzle without using macros. For his solution, he extended Philip Marshalls 3D "Ultimate Solution to Rubiks Cube".

You can learn Roices solution if you dont feel like trying to solve it yourself first. Using his techniques, Roice and others have continued to find ever shorter solutions so that the record currently recovered by Roice required only 334 twists! You can find documentation of these and other milestones on the MagicCube4D Hall Of Fame page. If you solve it with or without reading the solution, send us your log file and well list you in the MagicCube4D hall of fame too!

The mathematically inclined may be interested to know that the number of possible states for the 4D cube is exactly

(24!x32!)/2 x 16!/2 x 2^23 x (3!)^31 x 3 x(4!/2)^15 x 4

which can also be expressed as

32! 24! 16! 2^22 6^32 12^15

<<less
Download (0.31MB)
Added: 2006-12-22 License: GPL (GNU General Public License) Price:
1073 downloads
mcl-algorithm 06-021

mcl-algorithm 06-021


mcl-algorithm is a scalable cluster algorithm for graphs based on stochastic flow. more>>
mcl-algorithm is a scalable cluster algorithm for graphs based on stochastic flow.
The flow process employed by the algorithm is mathematically sound and intrinsically tied to cluster structure in graphs, which is revealed as the imprint left by the process.
The threaded implementation has handled graphs of up to one million nodes within hours, and is widely used in the field of protein family analysis. It comes with a wide range of sibling utilities for handling and analyzing graphs, matrices, and clusterings.
The MCL algorithm simulates flow using (alternating) two simple algebraic operations on matrices. Its formulation is simple and elegant. There are no high-level procedural instructions for assembling, joining, or splitting of groups - cluster structure is bootstrapped via a flow process that is inherently affected by any cluster structure present.
The first operation used by MCL is expansion, which coincides with normal matrix multiplication. Expansion models the spreading out of flow, it becoming more homogeneous. The second is inflation, which is mathematically speaking a Hadamard power followed by a diagonal scaling. Inflation models the contraction of flow, it becoming thicker in regions of higher current and thinner in regions of lower current. The MCL process causes flow to spread out within natural clusters and evaporate inbetween different clusters.
- By varying parameters, clusterings on different scales of granularity can be found. The number of clusters can not and need not be specified in advance, but the algorithm can be adapted to different contexts.
- The issue how many clusters? is not dealt with in an arbitrary manner, but rather by strong internal logic. Cluster structure leaves its marks on the flow process simulated by the algorithm, and the flow parameters control the granularity of the cluster imprint.
- The limit of the MCL process (the process simulated by the algorithm) is in general extremely sparse, and the iterands are sparse in a weighted sense. This gives the means to scale the algorithm drastically, leading to a worst-case complexity of order Nk^2, where N is the number of nodes of the input graph, and where k is a threshold for the number of resources allocated per node.
- The rate of convergence of the MCL process, and projection of the iterands afterwards onto the resulting clustering, give hooks for unsupervised parameter adjustment.
- The iterands of the MCL process have structural properties which allow a cluster interpretation, and which generalize the mapping of MCL limits onto clusterings. The mathematics associated with the MCL process shows that there is an intrinsic relationship between the MCL process and cluster structure in graphs. This is very valuable given the many heuristic approaches in cluster analysis.
Enhancements:
- Numerous cleanups in much of the code.
- Improvements in caching intermediate results.
<<less
Download (1.1MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1370 downloads
ePiX 1.0.14

ePiX 1.0.14


ePiX project is a set of utilities for publication-quality math/sci plotting. more>>
ePiX project is a set of utilities for publication-quality math/sci plotting.

ePiX creates mathematically accurate, camera-quality figures, plots, and line animations using easy-to-learn syntax.

Its output formats (eepic, EPS, PDF) are suitable for use with LaTeX.

C++ provides the algorithmic and numerical capabilities, LaTeX and GhostScript comprise the typographical rendering engine, and ImageMagick handles the creation of bitmapped images and animations.

Complete documentation and dozens of sample files are included. Knowledge of C++ is not required.

<<less
Download (0.56MB)
Added: 2006-10-06 License: GPL (GNU General Public License) Price:
1115 downloads
Asymptote 1.82

Asymptote 1.82


Asymptote 1.82 is an extremely useful descriptive vector graphics language that provides a natural coordinate-based framework for technical drawing more>> Asymptote 1.82 is an extremely useful descriptive vector graphics language that provides a natural coordinate-based framework for technical drawing. Labels and equations are typeset with LaTeX, for high-quality PostScript output.

A major advantage of Asymptote over other graphics packages is that it is a programming language, as opposed to just a graphics program.

Major Features:

  1. Provides a portable standard for typesetting mathematical figures, just as TeX/LaTeX has become the standard for typesetting equations.
  2. Generates and embeds 3D vector PRC graphics into PDF files;
  3. Inspired by MetaPost, with a much cleaner, powerful C++-like programming syntax and floating-point numerics;
  4. Runs on all major platforms (UNIX, MacOS, Microsoft Windows);
  5. Mathematically oriented (e.g. rotation of vectors by complex multiplication);
  6. LaTeX typesetting of labels (for document consistency);
  7. Uses simplex method and deferred drawing to solve overall size constraint issues between fixed-sized objects (labels and arrowheads) and objects that should scale with figure size;
  8. Fully generalizes MetaPost path construction algorithms to three dimensions;
  9. Compiles commands into virtual machine code for speed without sacrificing portability;
  10. High-level graphics commands are implemented in the Asymptote language itself, allowing them to be easily tailored to specific applications.
<<less
Added: 2009-07-20 License: GPL Price: FREE
26 downloads
 
Other version of Asymptote
Asymptote 1.33C++-like programming syntax and numerics; - mathematically oriented (e.g. rotation of vectors by complex multiplication); - LaTeX typesetting of labels (important for document consistency
License:GPL (GNU General Public License)
Download (2.2MB)
828 downloads
Added: 2007-07-30
Gnofract 4D 3.4

Gnofract 4D 3.4


Gnofract 4D is a program which allows you to create beautiful mathematically-based images called fractals. more>>
Gnofract 4D is a program which allows you to create beautiful mathematically-based images called fractals.
What sets it apart from other fractal programs (and makes it "4D") is the way that it treats the Mandelbrot and Julia sets as different views of the same four-dimensional fractal object. This allows you to create images which are a cross between the two sets and explore their inter-relationships.
Main features:
Unlimited variety.Most fractal programs provide a fixed set of formulas. Gnofract 4Ds formula compiler allows you to use any function you can think of. It also supports most Fractint and UltraFractal formulas and coloring algorithms so you can use the many formulas written for those packages.
High quality output.24-bit color rendering, coloring methods for smooth gradients, antialiasing, and no fixed limit on output size.
Fast rendering.Since all formulas are compiled to machine code before being run, you get snappy calculations even on custom formulas. Also supports multiple processors.
Easy-to-use interface.Modern GTK-based interface with unlimited undo, simple interaction, and quick previews.
Find cool images quickly.Explorer Mode and AutoZoom help you find interesting parts of the fractal automatically.
<<less
Download (1.2MB)
Added: 2007-05-01 License: GPL (GNU General Public License) Price:
911 downloads
Sound 1.4

Sound 1.4


Sound lets you mathematically create sounds in Java. You define your sounds in terms of 16-bit linear code for the waveform, -- an array of samplings. The U_Law.class will then convert that to (or from) *.AU mu-law 8-bit encoding format which you can then play with AudioPlayer.player.start(bis) in an application or with Applet.getAudioClip in an Applet. This is just a sample program. You would insert your own mathematical functions. more>>

Sound - Sound lets you mathematically create sounds in Java.

You define your sounds in terms of 16-bit linear code for

the waveform, -- an array of samplings. The U_Law.class will

then convert that to (or from) *.AU mu-law 8-bit encoding

format which you can then play with

AudioPlayer.player.start(bis) in an application or with

Applet.getAudioClip in an Applet.

This is just a sample program. You would insert your own mathematical

functions or cannibalise parts of the code.

Use winzip to extract U_Law.java and Sound.java with

folder names into the commindprodsound directory.

java com.mindprod.sound.Sound


Enhancements:
Version 1.4

add pad and icon


System Requirements:
<<less
Download (502Kb)
Added: 2007-05-23 License: Free Price: Free
15 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1