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

Geometry Math Solver software
Filter: All | Freeware | Demo
 

Geometry Math Solver

< 1 2 3 4 5 
Added: January 05, 2010 | Visits: 1.136

Math::String Math::String module contains arbitrary sized integers having arbitrary charsets to calculate with key rooms. SYNOPSIS use Math::String; use Math::String::Charset; $a = new Math::String cafebabe; # default a-z $b = new Math::String deadbeef; # a-z print $a + $b; # Math::String "" $a =...



Platforms: *nix

License: Freeware Size: 61.44 KB Download (92): Math::String Download

Added: July 14, 2010 | Visits: 1.041

Math::Symbolic Math::Symbolic is a Perl module for symbolic calculations. SYNOPSIS use Math::Symbolic; my $tree = Math::Symbolic->parse_from_string(1/2 * m * v^2); # Now do symbolic calculations with $tree. # ... like deriving it... my ($sub) = Math::Symbolic::Compiler->compile_to_sub($tree); my...





Platforms: *nix

License: Freeware Size: 102.4 KB Download (96): Math::Symbolic Download

Added: June 14, 2010 | Visits: 1.693

Games::Mastermind::Solver::BruteForce Games::Mastermind::Solver::BruteForce is a Master Mind puzzle solver. SYNOPSIS # See Games::Mastermind::Solver Games::Mastermind::Solver::BruteForce uses the classical brute-force algorithm for solving Master Mind puzzles. METHODS remaining $number = $player->remaining; The number...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (208): Games::Mastermind::Solver::BruteForce Download

Added: October 26, 2010 | Visits: 1.737

Games::Mastermind::Solver Games::Mastermind::Solver is a Master Mind puzzle solver. SYNOPSIS # a trivial Mastermind solver use Games::Mastermind; use Games::Mastermind::Solver::BruteForce; my $player = Games::Mastermind::Solver::BruteForce ->new( Games::Mastermind->new ); my $try; print join( ,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (185): Games::Mastermind::Solver Download

Added: January 13, 2010 | Visits: 822

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 (87): Math::RPN Download

Added: February 25, 2010 | Visits: 1.086

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 (145): Math::Roman Download

Added: April 22, 2010 | Visits: 987

Math::BigInt::Calc Math::BigInt::Calc is a pure Perl module to support Math::BigInt. SYNOPSIS Provides support for big integer calculations. Not intended to be used by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt::GMP or...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (96): Math::BigInt::Calc Download

Added: May 22, 2010 | Visits: 1.046

Math::BigInt Math::BigInt is an arbitrary size integer/float math package. SYNOPSIS use Math::BigInt; # or make it faster: install (optional) Math::BigInt::GMP # and always use (it will fall back to pure Perl if the # GMP library is not installed): # will warn if Math::BigInt::GMP cannot be found...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (89): Math::BigInt Download

Added: August 27, 2010 | Visits: 1.966

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 (156): Math::Algebra::Symbols Download

Added: September 03, 2010 | Visits: 739

Math::Zap::Triangle2 Math::Zap::Triangle2 - triangles in 2D space. Synopsis Example t/triangle2.t #_ Triangle ___________________________________________________________ # Test 2d triangles # philiprbrenan@yahoo.com, 2004, Perl License #______________________________________________________________________...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (89): Math::Zap::Triangle2 Download

Added: January 03, 2010 | Visits: 1.025

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 (114): Math::Zap::Triangle Download

Added: February 14, 2010 | Visits: 1.522

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 (183): Math::Zap::Matrix Download

Added: February 27, 2010 | Visits: 648

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


Platforms: *nix

License: Freeware Size: 63.49 KB Download (90): Math::Zap::Matrix2 Download

Added: August 07, 2010 | Visits: 881

Math::Zap::Rectangle Math::Zap::Rectangle is a Perl module that generates rectangles in 3d space. Synopsis Example t/rectangle.t #_ Rectangle __________________________________________________________ # Test 3d rectangles # philiprbrenan@yahoo.com, 2004, Perl License...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (92): Math::Zap::Rectangle Download

Added: March 23, 2010 | Visits: 706

Math::BaseCnv Math::BaseCnv is a fast functions to convert between number bases. SYNOPSIS use Math::BaseCnv; # Convert 63 from base-10 (decimal) to base-2 (binary) $binary_63 = cnv( 63, 10, 2 ); BaseCnv provides a few simple functions for converting between arbitrary number bases. It is as fast as I...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (96): Math::BaseCnv Download

Added: November 08, 2010 | Visits: 728

Math::TotalBuilder::Common Math::TotalBuilder::Common is a Perl module with common unit sets for building totals. SYNOPSIS use Math::TotalBuilder; use Math::TotalBuilder::Common; # units for 952 pence my %tender = build($Math::TotalBuilder::Common::uk_money_old, 952); This package is just a set of common sets of...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): Math::TotalBuilder::Common Download

Added: March 21, 2010 | Visits: 1.160

Math Objects Math Objects is a math template library written in C++ using generic programming techniques. In order to use the "Math Objects" library, the user only has to include the header files he needs (e.g. Matrix.h, Polynomial.h etc.). In order to compile the library the user needs an ISO/IEC...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (92): Math Objects Download

Added: January 18, 2010 | Visits: 2.214

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 (91): Math::Group::Thompson Download

Added: September 23, 2010 | Visits: 1.300

Freecell Solver Freecell Solver is a program that automatically solves games of Freecell and similar Solitaire variants such as Eight Off, Forecell and Seahaven Towers, as well as Simple Simon boards. Freecell Solver is free software distributed under the public domain. Freecell Solver is written in ANSI C and...


Platforms: *nix

License: Freeware Size: 542.72 KB Download (167): Freecell Solver Download

Added: February 01, 2010 | Visits: 958

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 (121): Math::Symbolic::MiscAlgebra Download

< 1 2 3 4 5