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

Inverse Math Function software
Filter: All | Freeware | Demo
 

Inverse Math Function

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 2.228

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

Released: August 12, 2011  |  Added: September 26, 2011 | Visits: 3.114

Math-o-mir Basically an equation editor, however not focused over one single equation, but you can write your mathematical artwork over several pages. You can easily move and copy your equations and expressions by mouse touch. Illustrate your equations using hand-drawing tools. Use symbolic calculator and...





Platforms: Windows

License: Freeware Size: 681.9 KB Download (232): Math-o-mir Download

Added: October 24, 2013 | Visits: 534

Complex Function Plot The Complex Function Plot program displays a user-defined complex function of position and time using representations that map phase into color. The default complex function is a time-dependent complex Gaussian and the representation can be changed by selecting a radio button. Additional...


Platforms: Mac

License: Freeware Size: 61.44 KB Download (37): Complex Function Plot Download

Added: August 05, 2008 | Visits: 1.106

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

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

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

Released: April 10, 2009  |  Added: April 21, 2009 | Visits: 1.945

Smart Math Calculator Advanced yet easy-to-use math calculator that immediately and precisely computes the result as you type a math expression. It allows multiples math expressions at same time. It also allows fractions and defining your own variables and functions. It has a beautiful user-interface that conveniently...


Platforms: Windows

License: Demo Cost: $0.00 USD Size: 2.27 MB Download (340): Smart Math Calculator 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: 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: March 18, 2010 | Visits: 821

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: January 13, 2010 | Visits: 830

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

Added: April 22, 2010 | Visits: 1.004

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 (102): Math::BigInt::Calc Download

Added: May 22, 2010 | Visits: 1.055

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: January 03, 2010 | Visits: 663

Math::Macopt Math::Macopt is a Perl wrapper for macopt++, which is a conjugate gradient library. INSTALLATION The package can be installed by the standard PERL module installation procedure: perl Makefile.PL make make test make install Please noted that the original "macopt++" C++ source code is...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (94): Math::Macopt 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: August 11, 2010 | Visits: 1.206

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: March 17, 2010 | Visits: 1.183

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

Added: January 25, 2010 | Visits: 1.441

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

Released: September 21, 2013  |  Added: August 06, 2014 | Visits: 2.626

Visual Math Academic Edition Visual Math academic edition. Visual Math product family 12 in 1 bundle special. Help school, college, university teachers, students to teach or study mathematics, including algebra, geometry, calculus, statistics, complex variable function, fractal, curve fitting, probability analysis,...


Platforms: Windows, Windows 7, Windows Server

License: Demo Cost: $1800.00 USD Size: 25.27 MB Download (1260): Visual Math Academic Edition Download

Released: January 01, 2010  |  Added: June 11, 2010 | Visits: 838

SysInfoTools Math Repair SysInfoTools for OpenOffice Math Recovery software recover data from documents created with openoffice math. SysInfoTools OpenOffice Math Recovery tool used by those provider which provide many recovery service.SysInfoTools for OpenOffice Math Recovery software scan data from corrupt, damage or...


Platforms: Windows, Windows Vista

License: Commercial Cost: $69.00 USD Size: 5.41 MB Download (100): SysInfoTools Math Repair Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 900

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: REALbasic 2006r4 or greater

License: Freeware Size: 71.68 KB Download (59): OxMath 2D 3D Math Library Download

< 1 2 3 4 5 >