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

Elementary Math Websites software
Filter: All | Freeware | Demo
 

Elementary Math Websites

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

Released: January 01, 2003  |  Added: March 05, 2006 | Visits: 2.937

USPExpress Math Parser USPExpress Math Parser is a COM-based component that is aimed to parse and evaluate scientific, engineering and math expressions on-the-fly. It is designed to be used in Visual Basic, VBA, C++, .NET, Delphi or Fortran applications, or any other programming environment with COM support....


Platforms: Windows

License: Shareware Cost: $148.00 USD Size: 3.52 MB Download (130): USPExpress Math Parser 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 05, 2008 | Visits: 1.105

Math Mechanixs Math Mechanixs is an easy to use scientific math program with a Math Editor worksheet for solving mathematical problems and taking notes, an extendable Function Library with over 170 predefined functions and an integrated Function Solver, a 2D & 3D Graphing Utility supporting point labels,...


Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 8.72 MB Download (129): Math Mechanixs Download

Added: August 07, 2006 | Visits: 3.179

LangPad - Math&Currency Characters LangPad - Math&Currency Characters provides an easy way to insert Math&Currency characters and symbols into your WordPad and Notepad text. Click the mouse on a character or symbol in the chart, and it will be inserted into your text.



License: Shareware Cost: $7.00 USD Size: 484 KB Download (128): LangPad - Math&Currency Characters 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: August 02, 2008 | Visits: 1.332

Websites Screenshot DLL Websites Screenshot is the .Net 2.0 dll (Class Library) that helps you generate website thumbnail, take full length screenshot of webpage, convert mhtml and html page to image. Use this dll in your .NET application like web applications (ASP .net), windows forms applications(C#, VB.NET) and...


Platforms: Windows

License: Shareware Cost: $99.95 USD Size: 273 KB Download (125): Websites Screenshot DLL Download

Added: August 02, 2008 | Visits: 1.663

Flash Video Chat Software for websites www.fcschat.com provides professionally developed, fully managed flash audio video chat solution for websites with smiley support,private rooms,admin panel to kick and ban users etc. . It is a multi-user flash audio video chat software developed in macromedia flash MX 2004. It uses Macromedia...


Platforms: Windows, Mac, *nix

License: Demo Cost: $280.00 USD Size: 100 KB Download (123): Flash Video Chat Software for websites 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: 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.025

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 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

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

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

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.087

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

< 1 2 3 4 5