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

Symbolic Expressions freeware
Filter: All | Freeware | Demo
 

Symbolic Expressions

1 2 3 4 5 > 
Added: October 15, 2010 | Visits: 944

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

GNU libmatheval GNU libmatheval is a library (callable from C and Fortran) to parse and evaluate symbolic expressions input as text. It supports expressions in any number of variables of arbitrary names, decimal and symbolic constants, basic unary and binary operators, and elementary mathematical functions. In... Platforms: *nix, C/C++, BSD

License: Freeware Download (65): GNU libmatheval Download

Added: January 24, 2010 | Visits: 737

LFMat LFMats goal is to furnish convenient matrix tools for the finite element methods. Actually, theres a lot of libraries for linear algebra on the net, but it seems that its still hard to find flexible and high performance free software for the required procedures (genericity, speed, adaptated... Platforms: *nix

License: Freeware Size: 409.6 KB Download (89): LFMat Download

Released: August 15, 2012  |  Added: August 15, 2012 | Visits: 769

Euler Math Toolbox The Euler Mathematical Toolbox is a software written and maintained by R. Grothmann, associate professor of mathematics at the University of Eichstatt. Euler can also produce graphics and save the graphics in various formats, among them PNG and SVG. Graphics can also be imported into the text... Platforms: Windows

License: Freeware Size: 66.6 MB Download (53): Euler Math Toolbox Download

Added: May 22, 2013 | Visits: 467

Substitute Expressions in Matlab This function provides a supplement to the Matlab Symbolic toolbox to substitute and simplify long expressions. Maple does not provide this functionality.input-- Input expression that has some terms to be substituted. >> input='a^2-2b+c-3'; >> inputmode=1;Note that 'inputmode=1' indicates that... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Substitute Expressions in Matlab Download

Added: July 14, 2010 | Visits: 1.054

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

Released: August 10, 2012  |  Added: August 10, 2012 | Visits: 660

Maxima for Mac and Linux Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, and sets, lists, vectors, matrices, and tensors. Maxima yields high... Platforms: Mac, Linux

License: Freeware Size: 1024 KB Download (437): Maxima for Mac and Linux Download

Released: November 02, 2012  |  Added: November 02, 2012 | Visits: 564

Expressions The filter module "Expressions" for data loggers is an interpreter for quick and easy evaluation of expressions. It is a smart tool easy in use. Supports different data types (string, date, time, decimal, float and boolean), arithmetic and boolean operators, multiple levels of brackets, built-in... Platforms: Windows

License: Freeware Download (56): Expressions Download

Released: August 08, 2012  |  Added: August 08, 2012 | Visits: 587

Maxima Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, and sets, lists, vectors, matrices, and tensors. Maxima yields high... Platforms: Windows

License: Freeware Size: 31.9 MB Download (426): Maxima Download

Added: May 10, 2013 | Visits: 437

String Interpolation-Evaluation of Expressions This script representsĀ a lightweight and powerful way to evaluate expressions embedded in strings during interpolation. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: September 03, 2013 | Visits: 869

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

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: May 01, 2013 | Visits: 358

ReadMaplePlot Maple is a great tool for symbolic manipulation and is also very smart at plotting expressions, handling discontinuities,etc.However the plot customization and export possibilities are very primitive. Also, often I want to superimpose Maple plots with other data. This is very clumsy to handle in... Platforms: Matlab

License: Freeware Size: 10 KB Download (47): ReadMaplePlot Download

Added: August 20, 2013 | Visits: 178

Pymbolic Pymbolic is a small symbolic manipulation library. Two things set it apart from other libraries of its kind: * Users can easily write their own symbolic operations, simply by deriving from the builtin visitor classes. * Users can easily add their own symbolic entities to do calculations with.... Platforms: *nix

License: Freeware Size: 235.52 KB Download (39): Pymbolic Download

Added: October 24, 2013 | Visits: 332

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

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

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: October 04, 2012  |  Added: October 04, 2012 | Visits: 421

Expressions 3.7.4 The filter module "Expressions" for data loggers is an interpreter for quick and easy evaluation of expressions. It is a smart tool easy in use. Supports different data types (string, date, time, decimal, float and boolean), arithmetic and boolean operators, multiple levels of brackets, built-in... Platforms: Windows

License: Freeware Download (45): Expressions 3.7.4 Download

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

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

1 2 3 4 5 >