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

Symbolic Wheels software
Filter: All | Freeware | Demo
 

Symbolic Wheels

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

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

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

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

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

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: 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 07, 2012  |  Added: December 07, 2012 | Visits: 660

Flash flip book template of Wheels Here it is a new template for flash books of wheels style. Oh, wait, they are not usual wheels. Wheels of top gears! When you watching a sports car, you may be attracted by her sharp lines or her powerful performance, but do you also love their wheels? Once you've seen the special of top gear...


Platforms: Windows

License: Freeware Size: 2.79 MB Download (54): Flash flip book template of Wheels Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 942

18 Wheels of Steel Extreme Trucker Build your reputation in the far corners of the world as you haul across the most extreme conditions and loads. Jump behind the wheel - drive over 25 different rigs and deliver over 30 types of loads. Extreme Locations - travel across three hair-raising terrains including deadly ice, boiling...


Platforms: Windows

License: Demo Cost: $19.99 USD Size: 367.1 MB Download (517): 18 Wheels of Steel Extreme Trucker Download

Released: December 04, 2012  |  Added: December 04, 2012 | Visits: 904

18 Wheels of Steel American Long Haul North America’s open roads await! You ain't working for the Man any more! You're the owner of your own trucking business and you call the shots. Build your empire one rig at a time to dominate the roadways and outbid the competition. Can you handle the pressure? Your American Dream starts...


Platforms: Windows

License: Demo Cost: $19.99 USD Size: 107.79 MB Download (591): 18 Wheels of Steel American Long Haul Download

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

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

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 (48): Interface with Eureqa featuring symbolic regression Download

Added: April 25, 2013 | Visits: 436

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

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

1 2 3 4 5 >