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

Symbolic Math Option Com Zimbcore software
Filter: All | Freeware | Demo
 

Symbolic Math Option Com Zimbcore

< 1 2 3 4 5 > 
Added: July 14, 2010 | Visits: 1.052

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

Added: February 01, 2010 | Visits: 971

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: May 10, 2013 | Visits: 438

com.wis.math.calc.IODE com.wis.math.calc.IODE defines a system of differential equations by providing access to the rate equations.usage:var inst:IODE = new IODE(); Platforms: Windows, Mac, Flash,

License: Freeware Download (56): com.wis.math.calc.IODE Download

Added: October 24, 2013 | Visits: 331

Math::Symbolic::Constant Math::Symbolic::Constant is a Perl module that offers constants in symbolic calculations. SYNOPSIS use Math::Symbolic::Constant; my $const = Math::Symbolic::Constant->new(25); my $zero = Math::Symbolic::Constant->zero(); my $one = Math::Symbolic::Constant->one(); my $euler =... Platforms: *nix

License: Freeware Size: 102.4 KB Download (37): Math::Symbolic::Constant Download

Added: September 24, 2013 | Visits: 305

Math::Symbolic::Variable Math::Symbolic::Variable is a Perl module which implements variables in symbolic calculations. SYNOPSIS use Math::Symbolic::Variable; my $var1 = Math::Symbolic::Variable->new('name'); $var1->value(5); my $var2 = Math::Symbolic::Variable->new('x', 2); my $var3 =... Platforms: *nix

License: Freeware Size: 102.4 KB Download (45): Math::Symbolic::Variable Download

Added: October 24, 2013 | Visits: 420

Math::Symbolic::Custom::Transformation Math::Symbolic::Custom::Transformation is a Perl extension to the Math::Symbolic module. You're assumed to be remotely familiar with that module throughout the documentation. This package implements transformations of Math::Symbolic trees using Math::Symbolic trees. I'll try to explain what this... Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): Math::Symbolic::Custom::Transformation Download

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

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

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

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 23, 2013 | Visits: 337

Math::Symbolic::Operator Math::Symbolic::Operator is a Perl module with operators in symbolic calculations. SYNOPSIS use Math::Symbolic::Operator; my $sum = Math::Symbolic::Operator->new('+', $term1, $term2); # or: my $division = Math::Symbolic::Operator->new( { type => B_DIVISON, operands => [$term1,... Platforms: *nix

License: Freeware Size: 102.4 KB Download (42): Math::Symbolic::Operator Download

Added: September 03, 2010 | Visits: 751

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 (95): Math::Zap::Triangle2 Download

Added: January 03, 2010 | Visits: 1.036

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: February 14, 2010 | Visits: 1.535

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: February 27, 2010 | Visits: 657

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 (96): Math::Zap::Matrix2 Download

Added: August 07, 2010 | Visits: 895

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 (98): Math::Zap::Rectangle Download

Added: May 10, 2013 | Visits: 593

com.wis.math.alg.Complex class Implements the static behaviours of the Complex Class, with algorithm logic based on the use of reverse Polish notation. Supports all functions pertaining to the complex number calculator and three added functions that are beyond the calculator's scope. The calculator is capable of performing all... Platforms: Windows, Mac, *nix, Flash,

License: Freeware Download (54): com.wis.math.alg.Complex class Download

Added: May 04, 2013 | Visits: 1.321

Pricing Basket Option Function for pricing basket option using Monte Carlo Simulation. You can specify if you want an American option. For American options, it follows LMS algorithm. You can choose to specify Averaging date, Average Price, Average type etc. asianbasket.m and europeanbasket.m are the files for pricing.... Platforms: Matlab

License: Freeware Size: 10 KB Download (54): Pricing Basket Option Download

Added: September 06, 2013 | Visits: 435

Mathematica Symbolic Toolbox for MATLAB A symbolic toolbox that provides MATLAB users with all of the symbolic and high-precision numeric capabilities of Mathematica. It uses the MathLink communication standard supplied with Mathematica and the MEX facility of MATLAB. In addition, since MathLink can pass native MATLAB matrices (and not... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (40): Mathematica Symbolic Toolbox for MATLAB Download

Added: September 09, 2013 | Visits: 1.179

Node Option Premium This module adds a new node option Premium content along with core publishing options (Published, Promoted to front page, Sticky at top of lists).When a node is published as premium content, only users with proper privileges may view the full content of the node.Non-premium users can still access... Platforms: PHP

License: Freeware Size: 10 KB Download (43): Node Option Premium Download

Added: August 07, 2006 | Visits: 3.180

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

Released: March 01, 2011  |  Added: November 10, 2011 | Visits: 4.494

Math Flight MATH FLIGHT v1.3 - Windows: Practice basic arithmetic with activities that include Add,Subtract,Multiply,Divide, Mix Add/Subtract, Mix Multiply/Divide or Mix-Up. Use and Print arithmetic operation tables. 7 difficulty levels. Focus on a specific number. Print report cards. Race against Timer or... Platforms: Windows

License: Shareware Cost: $9.95 USD Size: 2.56 MB Download (266): Math Flight Download

< 1 2 3 4 5 >