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

Symbolic software
Filter: All | Freeware | Demo
 

Symbolic

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

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

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

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

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: September 06, 2013 | Visits: 431

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

Polynomial functions analysis with Symbolic Math and GUIDE Based on Symbolic Math functions and GUIDE flexibility, this software help to solve easily polynomial functions analysis.User just enter polynomial functions like f(x)/g(x) with f(x) = ax^n + bx^(n-1) + ... C and g(x)= a1x^n + b1x^(n-1) + ... D ; n in N.The version published is in French , but I...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Polynomial functions analysis with Symbolic Math and GUIDE Download

Added: August 15, 2013 | Visits: 449

MATLAB video tutorial in Czech - Lesson 10: Symbolic math This video describes symbolic math functions in MATLAB in the Czech language. It's the tenth part of complete video tutorial about MATLAB and SIMULINK. Symbolic Math Toolbox is needed.AVI file is compressed by WinZIP, TechSmith Screen Capture Codec (TSCC) is necessary to view the file.


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 12.36 MB Download (44): MATLAB video tutorial in Czech - Lesson 10: Symbolic math Download

Added: October 24, 2013 | Visits: 325

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

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

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

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

Interface with Eureqa featuring symbolic regression mex c++ interface to call Eureqa server directly from matlabThe code enables symbolic regression with possible user-defined operators (such as +, -, *, /, ^, exp, log, sin, cos, abs, tan). Applications range from a detection of hidden data relationships to nonlinear regression of different kinds...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Interface with Eureqa featuring symbolic regression Download

Added: April 25, 2013 | Visits: 434

Symbolic reduction of block diagrams and signal flow graphs A very easy symbolic method for reduction of block diagrams or signal flow graphs with Matlab is presented. The method can be applied to every kind of diagram and it is possible to obtain in one stage all transfer functions for a given input. The method is validated with some examples, including...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 122.88 KB Download (44): Symbolic reduction of block diagrams and signal flow graphs Download

Added: July 04, 2013 | Visits: 291

Symbolic Autocorrelation Autocorrelation of a vector of symbolic variablesSYM_AUTOCORR Autocorrelation of a symbolic vector[V, VCORR] = SYM_AUTOCORR(SEQLEN), where SEQLEN>=1 is the length of thesequence whose autocorrelation is to be calculated. V is a symbolicvector of length SEQLEN that the function constructs and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Symbolic Autocorrelation Download

Added: May 14, 2013 | Visits: 359

Symbolic Matrix A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation.This function produces a matrix of arbitrary dimension of symbolic elements that are indexed by their position in the symbolic matrix for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Symbolic Matrix Download

Added: July 28, 2013 | Visits: 333

Routh's array in symbolic way [M L] = routh_hurwitz(P,N)This function gives the Routh's array from a numerical or SYMBOLIC polynomial and includes two special cases: (1) the first element of the row is zero; (b) a row of zeros.P Numerical or symbolic array of coeficients. In the case of symbolic variables it is necesarry to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Routh's array in symbolic way Download

Added: March 23, 2013 | Visits: 232

Jury's array in symbolic way [M, L] = jury(P,N)This function gives the Jury's array from a numerical or SYMBOLIC polynomial and includes the two special cases: (1) the first element of the second row of a block is zero; (b) a row of zeros (when there are roots on unit circle or reciprocal roots like (r,1/r). The symbolic...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): Jury's array in symbolic way Download

Added: June 20, 2013 | Visits: 284

Symbolic Discrete Delta Function This function takes two integer valued arguments and returns 1 if they are equal and 0 otherwise. The computation is done symbolically so the result is not actually returned as a number but as a symbolic expression for substituting symbolic values if required.$$f(a,b) := 1_{a = b},mbox{ for } a,b...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Symbolic Discrete Delta Function Download

1 2 3 4 5 >