Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.440.908 Times

Math Function freeware
Filter: All | Freeware | Demo
 

Math Function

1 2 3 4 5 > 
Released: November 18, 2012  |  Added: November 18, 2012 | Visits: 422

FunkyPlot - Math. Function Plotting FunkyPlot is an interactive plotting tool for mathematical functions, designed for pupils and students.



Platforms: Windows, Mac, Linux

License: Freeware Size: 776.03 KB Download (50): FunkyPlot - Math. Function Plotting Download

Released: August 24, 2012  |  Added: August 24, 2012 | Visits: 528

Simple Math Parser Simple Math Parser is a small, effective parser specially designed for mathematical function that produces a tree to represent them. It is writen in Java and was mainly produced for use in the OpenPlotTool project, but is developed separately. for WindowsAll





Platforms: Windows

License: Freeware Download (53): Simple Math Parser Download

Released: June 10, 2012  |  Added: June 10, 2012 | Visits: 389

ZeGrapher ZeGrapher was designed to be a fast an easy-to-use mathematical function plotting application. This handy tool can be specially suitable for high school students that need to plot different functions.


Platforms: Windows, Windows Vista, 7

License: Freeware Download (422): ZeGrapher Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 521

Mathomatic for Linux Mathomaticâ„¢ is a portable, command-line computer algebra system (CAS) written entirely in the C programming language. It is free and open source software (FOSS), published under the GNU Lesser General Public License (LGPL version 2.1). The software can automatically solve, differentiate,...


Platforms: Linux

License: Freeware Size: 266 KB Download (535): Mathomatic for Linux Download

Added: September 23, 2013 | Visits: 394

XNMaths XNMaths is an Objective-C framework, designed to help you work with math classes and routines. XNMaths is a small framework which provides some methematical classes and functions in Objective-C. You might want to use it if you need a matrix class in Objective-C and you???*a*?re lazy enought not...


Platforms: Mac

License: Freeware Size: 71.68 KB Download (41): XNMaths Download

Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 486

matGeom matGeom is designed to be a Matlab library for geometric computing. Using the functions included in matGeom, you are able to create, transform, manipulate and display geometric primitives (points, lines, polygons, planes, etc.). Typical operations involve creation of shapes, computation of...


Platforms: Windows

License: Freeware Download (47): matGeom Download

Added: September 25, 2010 | Visits: 1.078

Math::Amoeba Math::Amoeba is a Multidimensional Function Minimization. SYNOPSIS use Math::Amoeba qw(ConstructVertices EvaluateVertices Amoeba MinimiseND); my ($vertice,$y)=MinimiseND(@guess,@scales,&func,$tol,$itmax,$verbose); my @vertices=ConstructVertices(@vector,@offsets); my...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Math::Amoeba Download

Released: August 12, 2011  |  Added: September 26, 2011 | Visits: 3.112

Math-o-mir Basically an equation editor, however not focused over one single equation, but you can write your mathematical artwork over several pages. You can easily move and copy your equations and expressions by mouse touch. Illustrate your equations using hand-drawing tools. Use symbolic calculator and...


Platforms: Windows

License: Freeware Size: 681.9 KB Download (232): Math-o-mir Download

Added: October 24, 2013 | Visits: 534

Complex Function Plot The Complex Function Plot program displays a user-defined complex function of position and time using representations that map phase into color. The default complex function is a time-dependent complex Gaussian and the representation can be changed by selecting a radio button. Additional...


Platforms: Mac

License: Freeware Size: 61.44 KB Download (37): Complex Function Plot Download

Added: July 08, 2010 | Visits: 1.495

Math::CDF Math::CDF is a Perl module to generate probabilities and quantiles from several statistical probability functions. SYNOPSIS use Math::CDF; $prob = &Math::CDF::pnorm(1.96); if( not defined($z = &Math::CDF::qnorm(0.975)) ) { die "qnorm() failed"; } or use Math::CDF qw(:all); $prob =...


Platforms: *nix

License: Freeware Size: 65.54 KB Download (129): Math::CDF Download

Added: February 09, 2010 | Visits: 1.086

Math::Vec Math::Vec is a Object-Oriented Vector Math Methods in Perl. SYNOPSIS use Math::Vec; $v = Math::Vec->new(0,1,2); or use Math::Vec qw(NewVec); $v = NewVec(0,1,2); @res = $v->Cross([1,2.5,0]); $p = NewVec(@res); $q = $p->Dot([0,1,0]); or use Math::Vec qw(:terse); $v = V(0,1,2); $q...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (110): Math::Vec Download

Added: March 18, 2010 | Visits: 820

Math::Expr Math::Expr is a Perl module that parses mathematical expressions. SYNOPSIS require Math::Expr; $p=new Math::Expr; $e=$p->Parse("a+4*b-d/log(s)+f(d,e)"); Parses mathematical expressions into a tree structure. The expressions may contain integers, real numbers, alphanumeric variable names,...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): Math::Expr Download

Added: January 13, 2010 | Visits: 830

Math::RPN RPN is a Perl extension for Reverse Polish Math Expression Evaluation. SYNOPSIS use Math::RPN; $value=rpn(expr...); @array=rpn(expr...); expr... is one or more scalars or lists of scalars which contain RPN expressions. An RPN expression is a series of numbers and/or operators separated...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Math::RPN Download

Added: January 18, 2010 | Visits: 2.228

Math::Group::Thompson Math::Group::Thompson Perl module contains OO methods that calculates the cardinality of the ball of radius n of Thompson group F. SYNOPSIS use Math::Group::Thompson; my $F = Math::Group::Thompson->new( VERBOSE => 0 ); my $card = $F->cardBn(3,); print "#B(3) = $cardn"; The...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Math::Group::Thompson Download

Added: January 03, 2010 | Visits: 663

Math::Macopt Math::Macopt is a Perl wrapper for macopt++, which is a conjugate gradient library. INSTALLATION The package can be installed by the standard PERL module installation procedure: perl Makefile.PL make make test make install Please noted that the original "macopt++" C++ source code is...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (94): Math::Macopt Download

Added: February 12, 2010 | Visits: 763

Math::XOR Math::XOR is a package to handle XOR encryption of string buffers. SYNOPSIS use XOR; print xor_buf("hello", "world"), "n"; The XOR module allows you to quickly XOR two strings together. This is the only method of encryption that (assuming the randomness of the pattern used as an encryption...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (159): Math::XOR Download

Added: March 17, 2010 | Visits: 1.181

Math::Bezier::Convert Math::Bezier::Convert is a Perl module to convert cubic and quadratic bezier each other. SYNOPSIS use Math::Bezier::Convert; @new_cubic = divide_cubic($cx1, $cy1, $cx2, $cy2, $cx3, $cy3, $cx4, $cy4, $t); @new_quad = divide_quadratic($cx1, $cy1, $cx2, $cy2, $cx3, $cy3, $t); @quad =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (105): Math::Bezier::Convert Download

Added: January 25, 2010 | Visits: 1.440

OxMath 2D/3D Math Library OxMath is an open source 2D/3D math library for REALbasic with ubiquitous vector, quaternion, and axis angle classes, plus vector array classes for efficient vertex/triangle storage and batch processing.The library also includes bounding volume/intersection classes, and waveform "function"...


Platforms: Mac

License: Freeware Size: 76 KB Download (110): OxMath 2D/3D Math Library Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 898

OxMath 2D 3D Math Library OxMath is an open source 2D/3D math library for REALbasic with ubiquitous vector, quaternion, and axis angle classes, plus vector array classes for efficient vertex/triangle storage and batch processing. The library also includes bounding volume/intersection classes, and waveform "function"...


Platforms: REALbasic 2006r4 or greater

License: Freeware Size: 71.68 KB Download (59): OxMath 2D 3D Math Library Download

Added: July 20, 2013 | Visits: 628

Function Grapher Script This script allows you to graph any function you enter on the scale of your choice, assuming you use the correct javascript syntax.For example, to use Cos x, use Math.cos(x). Or, for x^2, use Math.pow(x, 2), etc.


Platforms: JavaScript

License: Freeware Size: 10 KB Download (48): Function Grapher Script Download

1 2 3 4 5 >