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

Solve Chemcial Equations freeware
Filter: All | Freeware | Demo
 

Solve Chemcial Equations

< 1 2 3 4 5 > 
Released: June 03, 2012  |  Added: June 03, 2012 | Visits: 398

Modelo Matematico de Micro Economia Is a graphical interface that represents mathematical equations based on an economy theory. Economic variables are shown as equations in order to represent what the theory means. Using complex mathematical processes such as Gauss polynomial estimation for taking values from the reality, convert...



Platforms: Windows

License: Freeware Size: 1.2 MB Download (48): Modelo Matematico de Micro Economia Download

Added: June 21, 2013 | Visits: 382

Pll Loop Filter Time Domain Analysis This is a simple program written so the equations look like classical matrix equations and it solves the voltage out of the standard current driven loop filter. This is intended to be used in some future PLL analysis program, but it outlines the way to set up the equations, and solve them. There...





Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Pll Loop Filter Time Domain Analysis Download

Added: July 15, 2013 | Visits: 528

2-D Nozzle Design Given the conditions (Temperature, Pressure, etc.) of the combustion chamber as well as the ambient conditions and the diameter/area of the throat, the program will:a) Solve for the nozzle exit area that produces the max amount of thrust.b) Use the method of characteristics to solve for the shape...


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): 2-D Nozzle Design Download

Added: June 02, 2013 | Visits: 687

Matlab code for my Graduate Thesis The samples of code included numerically solve the diffusion equation as it arises in medical imaging. This process is done with multiple solution methods, various boundary conditions, and in multiple dimensions.


Platforms: Matlab

License: Freeware Size: 112.64 KB Download (56): Matlab code for my Graduate Thesis Download

Added: May 11, 2013 | Visits: 482

Newton Method in N dimensions For an input of n equations, it converges to the solution.For an input of >n equations, there is no exact solution. In this case, the function minimizes sum( (individual equation errors).^2)


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Newton Method in N dimensions Download

Added: August 29, 2013 | Visits: 614

An optimal control tutorial for beginners This tutorial shows how to solve optimal control problems with functions shipped with MATLAB (namely, Symbolic Math Toolbox and bvp4c). Steepest descent method is also implemented to compare with bvp4c.The examples are taken from some classic books on optimal control, which cover both free and...


Platforms: Matlab

License: Freeware Size: 1.15 MB Download (40): An optimal control tutorial for beginners Download

Added: May 30, 2013 | Visits: 566

transmission lines fault analysis There are several methods to solve the transmission line fault problem. In this example i showed how to solve the transmission lines in simulink . . .The problem is taken from the Hadi Sadat power system. Page no 482 Ex-11.3keep Enjoying


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): transmission lines fault analysis Download

Added: June 10, 2013 | Visits: 791

Newton Raphson Optimization Procedure It estimates the Newton Raphson optimization procedure for (m) unknowns of (n) non-linear equations. In case no Jacobian vector is presented, then the initial Jacobian vector is estimated by Broyden Method (multivariate secant approach) and it is then updated using the Sherman Morrison...


Platforms: Matlab

License: Freeware Size: 10 KB Download (52): Newton Raphson Optimization Procedure Download

Nonlinear least square optimization through parameter estimation using the Unscented Kalman Filter The Kalman filter can be interpreted as a feedback approach to minimize the least equare error. It can be applied to solve a nonlinear least square optimization problem. This function provides a way using the unscented Kalman filter to solve nonlinear least square optimization problems. Three...


Platforms: Matlab


Added: April 11, 2013 | Visits: 456

Dynamic Distillation Column Solve for the transient stage compositons in an ideal binary distillation column using ode45.Source: (c) 1997 B. Wayne Bequette - 24 Jan 1997 revised 31 Dec 96http://www.rpi.edu/dept/chem-eng/WWW/facul.../MATLAB/mod_10/Modified by Giovani Tonel (giovani.tonel@ufrgs.br) October 2006


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Dynamic Distillation Column Download

Added: July 25, 2013 | Visits: 568

Application OF Block Simulink To Cardiac PDE VI1 It is application of of Simulink Block to Cardiac PDE VI1 system of 2 non linear coupled equations of PDE and try to design solution with dicretized space and time and issue in 1D.I associate a Doc file to introduction theory.Just see this page simulink and not for run.I will next time develop...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Application OF Block Simulink To Cardiac PDE VI1 Download

Separation of a water-methanol mixture using a four stage batch distillation column We use a batch column with four theoretical plates to separate a binary mixture of water and methanol at 1 bar. Temperature and concentration profiles versus time are obtained for a reflux ratio equal to 10. In addition, the total moles in the still and distillate are plotted versus time. This...


Platforms: Matlab


Added: August 31, 2013 | Visits: 529

Fractional-order differential order equation solver This function solves the linear fractional-order differential equations (FODE) with constant coefficients. The short memory principle has not neen used here, so the length of input signal is limited to few hundred samples. The parameters of the FODE (in its standard form) are the inputs of this...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Fractional-order differential order equation solver Download

Added: April 11, 2013 | Visits: 558

Oblique Spherical Triangle toolbox This toolbox can solve any of the 6 possible subproblems associated with an oblique spherical triangle, when only 3 of the 6 angles are known.The toolbox basically is an implementation of the set of tools developed in [Wertz, 2001], which aimed to fully automize the procedure and do away with the...


Platforms: Matlab

License: Freeware Size: 71.68 KB Download (45): Oblique Spherical Triangle toolbox Download

Added: March 31, 2013 | Visits: 535

INTSOLVER: An interval based solver for Global Optimization We present a set of functions based on interval arithmetic to solve small size global optimization problems with guaranteed bounds on solutions. Interval analysis can be used to bound ALL solutions of nonlinear optimization problem, equality constrained or not as well to bound ALL solutions of a...


Platforms: Matlab

License: Freeware Size: 51.2 KB Download (41): INTSOLVER: An interval based solver for Global Optimization Download

Added: July 24, 2013 | Visits: 364

LINEAR SYSTEMS SOLVER (for small Systems) SolverNxN is designed to solve many small linear system in a vectorized way in order to improve time perfomaces. It is in practice a faster alternative to the matlab commands: for k = 1:number_of_systemsx=Ab;end The Matlab looping speed can visibly slow down this process so most of the time is...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): LINEAR SYSTEMS SOLVER (for small Systems) Download

Added: August 10, 2013 | Visits: 535

Aerospace Blockset / Incorrect Variable Mass Equation Two mass variable equations with "Aerospace 3Dof Simple Variable Mass Blockset" are compared in a 1Dof frictionless environment. Initial conditions are given in Model Callbacks.Results showed that "Aerospace 3Dof Simple Variable Mass Blockset" uses the incorrect equation.


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Aerospace Blockset / Incorrect Variable Mass Equation Download

Added: July 28, 2013 | Visits: 784

oblique shock wave relations My program allows users to choose which variable they want to solve for. USES SYMBOLIC TOOLBOX CREATED IN MATLAB 6.1they are asked to provide the other two.this is the Beta-Theta-Mach relation for oblique shock waves.note: solving for theta will result in a precise answerwhile solving for Mach...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): oblique shock wave relations Download

Added: September 09, 2013 | Visits: 550

weighted least-squares + weighted min-max optimization This is a wrapper function to solve optimization problems (using FMINCON) of the form:min w.r.t. X of CostFunc(X) = beta*(W_ls*F(X)) + (1 - beta)*(max(W_mm*F(X)))subject to: A*X


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): weighted least-squares + weighted min-max optimization Download

Added: June 03, 2013 | Visits: 436

Munkres Assignment Algorithm Munkres algorithm (also known as Hungarian algorithm) is an efficient algorithm to solve the assignment problem in polynomial-time. The algorithm has many applications in combinatorial optimization, for example in Traveling Salesman problem.There are a few submissions in the File Exchange for the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Munkres Assignment Algorithm Download

< 1 2 3 4 5 >