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

Elementary Math Homework Help freeware
Filter: All | Freeware | Demo
 

Elementary Math Homework Help

< 1 2 3 4 5 > 
Released: July 28, 2018  |  Added: August 16, 2018 | Visits: 1.225

Guzinta Math 7 and 8 Use the lesson apps for homework, parent involvement, home instruction, quizzes, or independent practice. Or a combination that we did not think of. Use the lesson apps to present to the class and have students work independently or in partners on their own desktop devices. No sign-in required....



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

License: Freeware Size: 190.55 MB Download (229): Guzinta Math 7 and 8 Download

Added: August 12, 2008 | Visits: 1.668

Basic Math Problems This Excel workbook generates basic math problems. It can be customized to many individual settings to make it challenging for a wide range of age groups. A history is maintained for all activity. IMPORTANT: It is strongly recommended that you print out and read the instruction workbook. The...





Platforms: MS Excel

License: Freeware Size: 236 KB Download (222): Basic Math Problems Download

Added: February 14, 2010 | Visits: 1.533

Math::Zap::Matrix Math::Zap::Matrix is a Perl module for 3*3 matrix manipulation. Synopsis Example t/matrix.t #_ Matrix _____________________________________________________________ # Test 3*3 matrices # philiprbrenan@yahoo.com, 2004, Perl License...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (189): Math::Zap::Matrix Download

Added: July 06, 2010 | Visits: 1.117

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: August 13, 2008 | Visits: 1.827

Pie Math Pie Math, Math Practice game, supports math practice for addition, subtraction and mixed problems. The student clicks on the gun above the correct answer and a pie shoots out towards the monkey, the monkey responds to the pie hit as if he is being teased (a popular activity for young students!).


Platforms: Windows

License: Freeware Size: 1.5 MB Download (165): Pie Math Download

Added: August 27, 2010 | Visits: 1.976

Math::Algebra::Symbols Math::Algebra::Symbols is a Symbolic Algebra in Pure Perl. SYNOPSIS Example symbols.pl #!perl -w -I.. use Math::Algebra::Symbols hyper=>1; use Test::Simple tests=>5; ($n, $x, $y) = symbols(qw(n x y)); $a += ($x**8 - 1)/($x-1); $b += sin($x)**2 + cos($x)**2; $c += (sin($n*$x) +...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (162): Math::Algebra::Symbols 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: February 25, 2010 | Visits: 1.096

Math::Roman Math::Roman contains arbitrary sized Roman numbers and conversion from and to Arabic. SYNOPSIS use Math::Roman qw(roman); $a = new Math::Roman MCMLXXIII; # 1973 $b = roman(MCMLXI); # 1961 print $a - $b,"n"; # prints XII $d = Math::Roman->bzero(); # $d++; # I $d += 1998; # MCMXCIX $d...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (151): Math::Roman Download

Added: August 16, 2008 | Visits: 1.455

Interactive Junior Math Tutor Learn simple addition, subtraction, multiplication and division using our helpful interactive character and innovative "Count the Dots" help feature. PLUS your child can now EASILY learn times tables by reciting them with our character! A full FREE character upgrade is also available from our...


Platforms: Windows

License: Freeware Size: 3.5 MB Download (143): Interactive Junior Math Tutor Download

Added: August 03, 2010 | Visits: 1.217

Math::Fractal::DLA Math::Fractal::DLA is a Diffusion Limited Aggregation (DLA) Generator. SYNOPSIS use Math::Fractal::DLA; $fractal = new Math::Fractal::DLA; # Dynamic loading of the subclass Math::Fractal::DLA::TYPE $fractal->setType( TYPE ); # Open the log file FILE $fractal->debug( debug => 1, logfile...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (140): Math::Fractal::DLA Download

Added: August 23, 2008 | Visits: 3.987

PERCENT Calculate the percentage of any number out of any number. Free math homework help from basic math to algebra, geometry and beyond. Students, teachers, parents, and everyone can find solutions to their percentage math problems instantly. Great little tool to have on anyones desktop.


Platforms: Windows

License: Freeware Size: 1.86 KB Download (139): PERCENT Download

Added: February 26, 2010 | Visits: 1.172

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: August 11, 2010 | Visits: 1.205

Math::Matrix Math::Matrix can multiply and invert Matrices. The following methods are available: new Constructor arguments are a list of references to arrays of the same length. The arrays are copied. The method returns undef in case of error. $a = new Math::Matrix ([rand,rand,rand],...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (134): Math::Matrix Download

Added: August 19, 2008 | Visits: 1.628

Math Games Level 1 Math Games Level 1 teaches addition and multiplication with numbers from 1 to 12. Using the mouse, a student can select the values to calculate. Then, he or she clicks on the "Ask Me" button and lets the robot do the calculation and report the result. The game window can be maximized to make it...


Platforms: Windows

License: Freeware Size: 1.15 MB Download (131): Math Games Level 1 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: August 31, 2008 | Visits: 1.399

Help Explorer Server 1.0 beta Key Features Universal Help Viewer Engine Original help viewer engine supports three popular Microsoft help file formats : Microsoft Windows Help (WinHelp) - .HLP, Microsoft HTML Help 1.x - .CHM, and Microsoft Help 2.0 - .HXS.Administrative Web InterfaceHelp Explorer Server includes a...


Platforms: Windows

License: Freeware Size: 10.54 KB Download (129): Help Explorer Server 1.0 beta Download

Added: August 26, 2006 | Visits: 2.802

Help Santa Are you ready to help Santa Claus make holiday celebration unique and outstanding? Help Santa is a brainwashing logic game which takes you in alluring journey where you have to light Christmas trees, and by avoid fun different obstacles. This is a usual situation we encounter every year, while...


Platforms: Windows

License: Freeware Size: 1.42 MB Download (128): Help Santa Download

Added: August 03, 2008 | Visits: 1.282

LS Calcul Calcul will help your elementary school students practice mental arithmetic or do fractions. Choose addition, subtraction, multiplication, division or fractions; then set the range of numbers and the number of calculations for an exercise. The program shows you two numbers or fractions...


Platforms: Windows

License: Freeware Size: 1024 KB Download (127): LS Calcul Download

Added: February 01, 2010 | Visits: 968

Math::Symbolic::MiscAlgebra Math::Symbolic::MiscAlgebra contains miscellaneous algebra routines like det(). SYNOPSIS use Math::Symbolic qw/:all/; use Math::Symbolic::MiscAlgebra qw/:all/; # not loaded by Math::Symbolic @matrix = ([x*y, z*x, y*z],[x, z, z],[x, x, y]); $det = det @matrix; @vector = (x, y, z);...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (126): Math::Symbolic::MiscAlgebra Download

Added: January 25, 2010 | Visits: 1.630

Ryan's Math Quiz Ryan's Math Quiz... Flash card style math reinforcement and proficiency enhancement. Simple interface with positive feedback and quiz quality reporting. Difficulty adjustable for 1st grade level math or higher. Configurable for professional teaching environments, simple enough for a child to use...


Platforms: Mac

License: Freeware Download (121): Ryan's Math Quiz Download

< 1 2 3 4 5 >