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

Symbolic freeware
Filter: All | Freeware | Demo
 

Symbolic

1 2 3 4 5 > 
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: September 03, 2013 | Visits: 862

Teaching Math and Physics with Symbolic Math Toolbox Examples used in the December 2010 webinar titled "Teaching Math and Physics with Symbolic Math Toolbox". View the recorded webinar here:http://www.mathworks.com/wbnr52810Topics include:* Using symbolic computation for common tasks such as solving, simplifying, and plotting equations, and...


Platforms: Matlab

License: Freeware Size: 225.28 KB Download (49): Teaching Math and Physics with Symbolic Math Toolbox Download

Added: September 03, 2013 | Visits: 440

Symbolic Hessian Evaluator For a symbolic input function f, returns the symbolic Hessian matrix. A real time saver imho I don't know how useful anyone will find this, but eh, my professor made us do it on the test, so I figure this will save at least someone the headache of having to find the Hessian by hand (provided they...


Platforms: Matlab

License: Freeware Size: 51.2 KB Download (53): Symbolic Hessian Evaluator Download

Added: October 24, 2013 | Visits: 326

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

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

Released: December 03, 2012  |  Added: December 03, 2012 | Visits: 580

Math::Symbolic - Symbolic math for Perl Math::Symbolic is a Perl module that aims at providing means of symbolic computation to the Perl programmer without resorting to any (non-Open Source) external libraries and/or applications.


Platforms: Windows, Mac, Linux

License: Freeware Size: 101.59 KB Download (50): Math::Symbolic - Symbolic math for Perl Download

Added: May 29, 2013 | Visits: 537

Neural Network Symbolic expression Given a neural network object, this function returns the closed, symbolic, expression implemented by the network (as a string).This allows you to use a neural network model without relying on the neural network toolbox.Note I only implemented for feed forward nets (MLPs) and not all possible...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Neural Network Symbolic expression Download

Circular-Restricted Three-Body Problem (CRTBP) - Sun_Earth_Moon (using symbolic toolbox) Analysis and simulation of orbits in the circular-restricted three-body problem (CRTBP), where primary and secondary bodies move in circular orbits about the common center of mass, and effect of gravitational attraction of the smallest body are ignored. The applications described here are for...


Platforms: Matlab


Using MATLAB(R) and Symbolic Math Toolbox(TM) to Develop and Analyze Financial Models These files introduce how Symbolic Math Toolboxd-OC?D? can be used to evaluate Nelson Siegel and Svensson models, which are 2 widely used techniques for modeling yield data. We demonstrate how you can define the models in the MuPAD notebook interface and perform some basic analysis and...


Platforms: Matlab


Added: October 23, 2013 | Visits: 334

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: October 24, 2013 | Visits: 417

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: March 04, 1998  |  Added: May 11, 2006 | Visits: 3.751

Fuzzy Symbolic Connectionist v(1.0) fSC-Net - Win Neural Net Fuzzy Pattern Recognition. Quick, hassle-free automatic construction of Neural Networks. Incremental learning. Support of fuzzy logic. Hybrid symbolicconnectionist representation. Complete graphical support of training and testing. Point and click recall of network...


Platforms: Windows

License: Freeware Size: 764 KB Download (1049): Fuzzy Symbolic Connectionist Download

Added: October 15, 2010 | Visits: 940

libmatheval GNU libmatheval is a library (callable from C and Fortran) to parse and evaluate symbolic expressions input as text. libmatheval supports expressions in any number of variables of arbitrary names, decimal and symbolic constants, basic unary and binary operators, and elementary mathematical...


Platforms: *nix

License: Freeware Size: 512 KB Download (95): libmatheval Download

Added: February 04, 2010 | Visits: 740

Mathomatic Mathomatic is a highly portable, general purpose symbolic math program that can solve, simplify, combine, differentiate, integrate, and compare algebraic equations. It can do standard, complex number, and polynomial arithmetic. Mathomatic is extremely easy to use and has pretty colored, easily...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): Mathomatic Download

Added: June 26, 2010 | Visits: 833

File::chmod File::chmod is a Perl module that implements symbolic and ls chmod modes. SYNOPSIS use File::chmod; # chmod takes all three types # these all do the same thing chmod(0666,@files); chmod("=rw",@files); chmod("-rw-rw-rw-",@files); # or use File::chmod qw( symchmod lschmod );...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (124): File::chmod Download

Added: September 14, 2010 | Visits: 754

devlabel Devlabel is a program which dynamically creates symbolic links to disk/partition names. It uses the disks and/or partitions unique identifiers to keep the symlink pointed to the correct location even if the underlying partitions name has changed. So, regardless of whether /dev/sdb6 becomes...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (108): devlabel Download

Added: August 27, 2010 | Visits: 1.976

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

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 478

QSapecNG QSapecNG is a Qt-based program for symbolic analysis of linear analog circuits. In fact, it consists of two indipendent parts: the SapecNG framework engine and the application gui QSapecNG. It is an open source, multi-platform project, continuously enhanced by students and researchers of...


Platforms: Windows

License: Freeware Size: 4.5 MB Download (400): QSapecNG Download

1 2 3 4 5 >