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

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

Symbolic Math Option Com Zimbcore

< 1 2 3 4 5 > 
Added: May 19, 2013 | Visits: 460

Franck-Condon Overlap Integrals The m-file overlap_integral.m calculates the vibrational overlap integral between two nuclear wavefunctions using the formalism developed by Sharp and Rosenstock (J. Chem. Phys., 41:3453, 1964). This function requires the MATLAB Symbolic Toolbox in order to run correctly. The m-file...



Platforms: Matlab

License: Freeware Size: 102.4 KB Download (52): Franck-Condon Overlap Integrals Download

Added: July 14, 2010 | Visits: 1.051

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

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

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

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: August 12, 2011  |  Added: September 26, 2011 | Visits: 3.112

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

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

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

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

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

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

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 09, 2013 | Visits: 1.177

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

Released: June 02, 2002  |  Added: April 14, 2006 | Visits: 12.974

Math Worksheet Maker 3 This is a tool that makes making math worksheets easier than ever. Just a few clicks and you're on. The limits are almost unlimited as it can get 300 math problems on a worksheet without even making it look compacted. Supports bold printing mode also. It allows you to put a title, select the type...


Platforms: Windows, *nix

License: Freeware Size: 821 KB Download (1680): Math Worksheet Maker 3 Download

Added: October 24, 2006 | Visits: 5.853

Real & Strategic Option Valuation The Real Option Valuation model encompasses a suite of option pricing tools to quantify the embedded strategic value for a range of investment scenarios. Traditional discounted cash flow investment analysis will only accept an investment if the returns on the project exceed the hurdle rate....


Platforms: Windows

License: Freeware Size: 143 KB Download (425): Real & Strategic Option Valuation Download

Released: February 10, 2003  |  Added: May 06, 2006 | Visits: 9.180

Mental Math Practice Free mental math practice software. Covers all the basic math skills - Addition, Subtraction, Multiplication, and Division. You choose what you want to work on. The software delivers the questions, checks your answers, and keeps your score so you can see how well you're doing. Use it...


Platforms: Windows, Windows CE

License: Freeware Download (986): Mental Math Practice Download

< 1 2 3 4 5 >