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

Symbolic Wheels freeware
Filter: All | Freeware | Demo
 

Symbolic Wheels

< 1 2 3 4 5 > 
Released: August 12, 2011  |  Added: September 26, 2011 | Visits: 3.108

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

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 (394): QSapecNG Download

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

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 (436): Maxima for Mac and Linux Download

Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 515

QSapecNG for Linux 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: Linux

License: Freeware Size: 1.1 MB Download (457): QSapecNG for Linux Download

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 480

NTFSLinksView Starting from Windows Vista, Microsoft uses symbolic links and junction points of NTFS file system in order to make changes in the folders structure of Windows and keep the compatibility of applications written for older versions of Windows. This utility simply shows you a list of all symbolic...


Platforms: Windows

License: Freeware Download (46): NTFSLinksView Download

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

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

First Class Enums in Python This script allows you to do true immutable symbolic enumeration with qualified value access. Most propoqualifiedor an enum in python attempt to solve the issue with a single class. However, fact is that enum has a dual nature: It declares a new anonimous type *and* all possible instances...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): First Class Enums in Python Download

Added: May 10, 2013 | Visits: 372

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: April 24, 2013 | Visits: 371

lsqnonlinSym A wrap of lsqnonlin to calculate Jacobian using symbolic math toolbox. This is one of applications of symbolic math toolbox for optimization. Due to limitations of the symbolic math toolbox, the objective function must be supported by the symbolic math toolbox.


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): lsqnonlinSym Download

Added: April 07, 2013 | Visits: 363

fminconSym A wrap of fmincon to calculate gradients using symbolic math toolbox. This is one of applications of symbolic math toolbox for optimization. Due to limitations of the symbolic math toolbox, objective and constraint functions have to be supported by the symbolic math toolbox.


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): fminconSym Download

Added: September 12, 2013 | Visits: 455

Curvilinear Coordinates Programs and utility functions using the Symbolic Math Toolbox are provided to analyze vectors and tensors in general curvilinear coordinates. The programs perform the following functions: 1) runcoord plots intersecting coordinate surfaces for typical coordinate systems 2) runmetric computes and...


Platforms: Matlab

License: Freeware Size: 174.08 KB Download (54): Curvilinear Coordinates Download

Added: May 22, 2013 | Visits: 461

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

Multivariate Nonlinear optimization using Marquardt Method We use the power of symbolic toolbox in order to find the optimal point in an arbitrary multivariate functionChange the following code based on your objective function and run the programFunction F in Symbolic Formata='(x1^2+x2-11)^2+(x1+x2^2-7)^2';The code will iterate and converge to x and y of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Multivariate Nonlinear optimization using Marquardt Method Download

Screenshot MATLAB in Physics - Symbolic Computation and Differential Equations MATLAB in Physics is a four lecture series in MATLAB that is offered to first year physics undergraduate students. This lecture shows how to use MATLAB to simulate physical systems using a range of methods. Projectile motion is analysed using the Symbolic Math Toolbox, then more complicated...


Platforms: Matlab


Added: May 26, 2013 | Visits: 441

Alternative Mathematics using MATLAB 7 This e-book is based on the Student Edition of MATLAB 7, which includes a symbolic toolbox. The Professional Edition may of course also be used. The goal is to exploit a restricted subset of MATLAB commands and functions to explore most of the elements of undergraduate mathematics. All items from...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (41): Alternative Mathematics using MATLAB 7 Download

Added: June 24, 2013 | Visits: 337

Routh Hurwitz Criteria using user defined Function RA=ROUTH(R,EPSILON) returns the symbolic Routh array RA for polynomial. The following special cases are considered:1) If the first element of a row becomes zero OR2) If one encounters a row full of zeros.>>syms ep>>a=routh([1 1 2 2 3 5],ep)The above given case is for encountering a zero in the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Routh Hurwitz Criteria using user defined Function Download

Added: May 01, 2013 | Visits: 350

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

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: July 19, 2013 | Visits: 334

cns.recipe.symlink This recipe makes it easy to create symbolic links on Unix variants. Links can be specified one by one, or in bulk. Various shortcuts are provided to avoid unnecessary repetition of source & target paths, etc.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): cns.recipe.symlink Download

Released: March 09, 2019  |  Added: April 08, 2019 | Visits: 805

Turbo Rally Racing 3D racing game. Big wheels, elevated suspension and powerful engines assisted Jet turbines will cause sudden rush of adrenaline on each driver. Challenge your opponents in these racing series, during which all the tricks are allowed, and only the final victory matters. You control a racing car,...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 59.94 MB Download (57): Turbo Rally Racing Download

< 1 2 3 4 5 >