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

Math Worksheets Decimals software
Filter: All | Freeware | Demo
 

Math Worksheets Decimals

< 1 2 3 4 5 
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

Released: August 25, 2009  |  Added: April 27, 2010 | Visits: 1.477

Math Stars Plus Class One Software, shareware programs for education, announces the release of Math Stars Plus 2010r1 for Windows and Macintosh. The basic module of Math Stars Plus challenges students to complete all fact groups up to a selectable number. As each function (+ - x /) is successfully completed, the...





Platforms: Windows, Mac

License: Shareware Cost: $19.95 USD Size: 3.91 MB Download (121): Math Stars Plus Download

Added: August 24, 2008 | Visits: 1.557

Math Resource Studio Math Resource Studio is one of a wide range of software to help when studying maths, traditionally an area of learning that requires more effort (at primary, secondary levels, etc).Math Resource Studio is an educational application that gives you worksheets for learning and teaching diverse...


Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 6 KB Download (121): Math Resource Studio 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

Added: August 09, 2008 | Visits: 2.369

Abilities Builder Math Facts Learn whole number math facts: addition, subtraction, multiplication, division.Prints worksheets that reinforce the on-screen activities.Multimedia program uses the Microsoft AgentPeedy the parrot character.Suitable for all grade and ability levels.Especially effective for the learning disabled...


Platforms: Windows, Windows CE

License: Demo Cost: $15.00 USD Size: 6.59 MB Download (119): Abilities Builder Math Facts Download

Released: June 06, 2000  |  Added: February 10, 2006 | Visits: 3.926

License Plate Math License Plate Math is a fun game you can play on the road as well as on the computer. There is a virtually unlimited number of math puzzles, with 3 ways to play: the standard 10 problem game, in which you are presented with 10 problems; or the Time Trial, in which you are given about 2 minutes to...


Platforms: Windows

License: Shareware Cost: $14.99 USD Size: 898 KB Download (117): License Plate Math Download

Added: January 25, 2010 | Visits: 973

Math Stars Math Stars is a great educational game for children who are just learning their math skills. Addition, subtraction, multiplication, and division are all included in this program. If ten out of ten questions are answered correctly, kids get a gold star. Ultimately, kids can end up in the Hall of...


Platforms: Mac

License: Demo Cost: $0.00 USD Download (117): Math Stars Download

Added: April 19, 2010 | Visits: 1.023

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

Added: January 25, 2010 | Visits: 615

mBasics mBasics makes math worksheets for addition, subtraction, multiplication and division. You set the parameters for the entire worksheet or individual operands. Problems randomly generate each time you print a worksheet. Create multiple choice worksheets and multi-page worksheets. Print an answer...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 6.3 MB Download (115): mBasics Download

Added: January 03, 2010 | Visits: 1.033

Math::Zap::Triangle Math::Zap::Triangle module can build triangles in 3D space. Synopsis Example t/triangle.t #_ Triangle ___________________________________________________________ # Test 3d triangles # philiprbrenan@yahoo.com, 2004, Perl License...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (115): Math::Zap::Triangle Download

Added: May 09, 2010 | Visits: 972

PMathGen PMathGen project is a simple math problem generator that outputs LaTeX and optionally PostScript. From the operators, format, etc. specified on the command line or in a worksheet description file, it generates LaTeX and optionally PostScript files that can be used as math worksheets. Whats...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (113): PMathGen Download

Released: September 21, 2013  |  Added: November 20, 2013 | Visits: 1.081

Math Studio For Academic Math tool for high school math, middle school math teaching and studying. Function graphing and analyzing: 2D, 2.5D function graphs and animations, extrema, root, tangent, limit,derivative, integral, inverse; sequence of number: arithmetic progression, geometric progression; analytic geometry:...


Platforms: iOS

License: Shareware Cost: $40.00 USD Size: 233.4 KB Download (113): Math Studio For Academic Download

Added: August 27, 2008 | Visits: 1.745

Hide Worksheets Hide Worksheets is a must have excel add-on tool to quickly and easily hide or unhide worksheets. By using Excel's built in unhide worksheet function it can be very time consuming and frustrating unhiding one worksheet at a time. With Hide Worksheets it takes a matter of seconds to hide or...


Platforms: Windows

License: Shareware Cost: $9.95 USD Size: 188 KB Download (113): Hide Worksheets Download

Released: September 23, 2008  |  Added: November 26, 2008 | Visits: 1.426

Math Center Level 1 Math software for students studying precalculus. Can be enteresting for teachers teaching precalculus. Math Center Level 1 consists of Graphing calculator 2D, Advanced Calculator, and Simple Calculator called from the Control Panel. Simple calculator is a general purpose calculator which...


Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 1.91 MB Download (110): Math Center Level 1 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: 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

Added: August 24, 2008 | Visits: 1.095

MathWiz: Basic Math Basic Math is for younger users who are just learning basic facts. It covers addition, subtraction, multiplication, and division. It is a nice flashcard program because it covers 100 different problems in each session. The preferences screen allows you to adjust the range of numbers that the game...


Platforms: Windows

License: Shareware Cost: $7.95 USD Size: 1.81 MB Download (108): MathWiz: Basic Math Download

Added: April 17, 2010 | Visits: 1.008

Math::MatrixReal::Aug SYNOPSIS use Math::MatrixReal; use Math::MatrixReal::Aug; These are certain extra methods for Math::MatrixReal, in the tradition of Math::MatrixReal::Ext1; $matrix1->augmentright($matrix2); Creates a new matrix of the form [$matrix1 $matrix2]. $matrix1 and $matrix2 must have the same...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): Math::MatrixReal::Aug Download

Added: April 13, 2010 | Visits: 2.005

Math::Pari Math::Pari is a Perl interface to PARI. SYNOPSIS use Math::Pari; $a = PARI 2; print $a**10000; or use Math::Pari qw(Mod); $a = Mod(3,5); print $a**10000; This package is a Perl interface to famous library PARI for numerical/scientific/number-theoretic calculations. It allows use of...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (105): Math::Pari 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

< 1 2 3 4 5