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.211.470 Times

The Math Magician freeware
Filter: All | Freeware | Demo
 

The Math Magician

< 1 2 3 4 5 > 
Added: April 19, 2010 | Visits: 1.022

Math::Polynomial::Solve Math::Polynomial::Solve is a Perl module to find the roots of polynomial equations. SYNOPSIS use Math::Complex; # The roots may be complex numbers. use Math::Polynomial::Solve qw(poly_roots); my @x = poly_roots(@coefficients); or use Math::Complex; # The roots may be complex numbers....



Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Math::Polynomial::Solve Download

Released: July 21, 2012  |  Added: July 21, 2012 | Visits: 946

Math for kids Free math lessons and math homework help from basic math to algebra, geometry. The classic puzzle, a favorite of programmers and Buddhist monks. Puzzle index for geometry puzzles, logic puzzles, math puzzles, weight puzzles, moves puzzles and puzzles. You can sort the puzzle list by clicking The...





Platforms: All

License: Freeware Size: 30.72 KB Download (65): Math for kids Download

Added: September 03, 2013 | Visits: 858

Teaching Math and Physics with Symbolic Math Toolbox Examples used in the December 2010 webinar titled "Teaching Math and Physics with Symbolic Math Toolbox". View the recorded webinar here:http://www.mathworks.com/wbnr52810Topics include:* Using symbolic computation for common tasks such as solving, simplifying, and plotting equations, and...


Platforms: Matlab

License: Freeware Size: 225.28 KB Download (49): Teaching Math and Physics with Symbolic Math Toolbox Download

Released: December 03, 2013  |  Added: December 30, 2014 | Visits: 625

Math Science Quest Math Science Quest is a fun way to learn the fundamental reasoning skills that are the essence of scientific method. It can be played as an individual puzzle or a multi-player game. Players explore a complex mathematical puzzle attempting to find all the solutions. Experiments can be designed to...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 14.3 MB Download (48): Math Science Quest Download

Released: June 02, 2002  |  Added: April 14, 2006 | Visits: 12.969

Math Worksheet Maker 3 This is a tool that makes making math worksheets easier than ever. Just a few clicks and you're on. The limits are almost unlimited as it can get 300 math problems on a worksheet without even making it look compacted. Supports bold printing mode also. It allows you to put a title, select the type...


Platforms: Windows, *nix

License: Freeware Size: 821 KB Download (1680): Math Worksheet Maker 3 Download

Released: February 10, 2003  |  Added: May 06, 2006 | Visits: 9.172

Mental Math Practice Free mental math practice software. Covers all the basic math skills - Addition, Subtraction, Multiplication, and Division. You choose what you want to work on. The software delivers the questions, checks your answers, and keeps your score so you can see how well you're doing. Use it...


Platforms: Windows, Windows CE

License: Freeware Download (986): Mental Math Practice Download

Added: August 19, 2008 | Visits: 1.372

Driver Magician Lite Driver Magician Lite identifies all the hardware in the system, extracts their associated drivers from the hard disk and backs them up to a location of your choice. Then when you format and reinstall/upgrade your operating system, you can restore all the "saved" drivers just as if you had the...


Platforms: Windows

License: Freeware Size: 1.54 MB Download (310): Driver Magician Lite Download

Added: August 07, 2008 | Visits: 812

Math-TRb 8r 2000 Watch in awe as the amazing Math TRb-8r generates and solves complex math problems right before your eyes!.


Platforms: Windows

License: Freeware Size: 87 KB Download (97): Math-TRb 8r 2000 Download

Added: July 06, 2010 | Visits: 1.109

Math::Combinatorics Math::Combinatorics is a Perl module that can perform combinations and permutations on lists. SYNOPSIS Available as an object oriented API. use Math::Combinatorics; my @n = qw(a b c); my $combinat = Math::Combinatorics->new(count => 2, data => [@n], ); print "combinations of 2 from:...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (168): Math::Combinatorics Download

Added: July 01, 2010 | Visits: 837

Math::NoCarry Math::NoCarry is a Perl extension for no carry arithmetic. SYNOPSIS use Math::NoCarry; my $sum = Math::NoCarry::add( 123, 456 ); my $difference = Math::NoCarry::subtract( 123, 456 ); my $product = Math::NoCarry::multiply( 123, 456 ); No carry arithmetic doesnt allow you to carry...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): Math::NoCarry Download

Added: July 05, 2010 | Visits: 940

Math::HashSum Math::HashSum can sum a list of key-value pairs on a per-key basis. SYNOPSIS use Math::HashSum qw(hashsum); my %hash1 = (a=>.1, b=>.4); my %hash2 = (a=>.2, b=>.5); my %sum = hashsum(%hash1,%hash2); print "$sum{a}n"; # Prints .3 print "$sum{b}n"; # Prints .9 This module allows you to...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (89): Math::HashSum Download

Added: February 09, 2010 | Visits: 1.083

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: February 26, 2010 | Visits: 1.169

Math::Telephony::ErlangC Math::Telephony::ErlangC is a Perl extension for Erlang C calculations. SYNOPSIS use Math::Telephony::ErlangC; # Evaluate probability that a service request will have to wait $wprob = wait_probability($traffic, $servers); # Probability that the wait time will be less than a fixed maximum...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (138): Math::Telephony::ErlangC Download

Added: March 09, 2010 | Visits: 1.211

Math::Telephony::ErlangB Math::Telephony::ErlangB is a Perl extension for Erlang B calculations. SYNOPSIS use Math::Telephony::ErlangB qw( :all ); # Evaluate blocking probability $bprob = blocking_probability($traffic, $servers); $gos = gos($traffic, $servers); # Same result as above # Dimension minimum number...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (259): Math::Telephony::ErlangB Download

Added: March 18, 2010 | Visits: 817

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: April 24, 2010 | Visits: 769

Math::BaseCalc Math::BaseCalc is a Perl module that can convert numbers between various bases. SYNOPSIS use Math::BaseCalc; my $calc = new Math::BaseCalc(digits => [0,1]); #Binary my $bin_string = $calc->to_base(465); # Convert 465 to binary $calc->digits(oct); # Octal my $number =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Math::BaseCalc Download

Added: November 20, 2010 | Visits: 1.063

Math::BaseArith Math::BaseArith is a Perl extension for mixed-base number representation (like APL encode/decode). SYNOPSIS use Math::BaseArith; encode( value, base_list ); decode( representation_list, base_list ); The inspiration for this module is a pair of functions in the APL programming language...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Math::BaseArith Download

Added: June 26, 2010 | Visits: 1.155

Math::Random::MT::Auto Math::Random::MT::Auto is a Perl module for auto-seeded Mersenne Twister PRNGs. SYNOPSIS use strict; use warnings; use Math::Random::MT::Auto qw(rand irand shuffle gaussian), /dev/urandom => 256, random_org; # Functional interface my $die_roll = 1 + int(rand(6)); my $coin_flip =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (98): Math::Random::MT::Auto Download

Added: September 25, 2010 | Visits: 1.076

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

Added: September 02, 2010 | Visits: 1.035

Math::NumberCruncher Math::NumberCruncher Perl module contains a collection of useful math-related functions. SYNOPSIS It should be noted that as of v4.0, there is now an OO interface to Math::NumberCruncher. For backwards compatibility, however, the previous, functional style will always be supported. # OO...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (101): Math::NumberCruncher Download

< 1 2 3 4 5 >