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

Solve Linear System Of Equations software
Filter: All | Freeware | Demo
 

Solve Linear System Of Equations

< 1 2 3 4 5 > 
Added: October 14, 2010 | Visits: 951

HPC Challenge HPC Challenge is a high performance benchmark suite. The HPC Challenge consists of basically 7 benchmarks: 1. HPL - the Linpack TPP benchmark which measures the floating point rate of execution for solving a linear system of equations. 2. DGEMM - measures the floating point rate of execution... Platforms: *nix

License: Freeware Size: 614.4 KB Download (99): HPC Challenge Download

Added: July 25, 2013 | Visits: 572

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

Added: July 29, 2013 | Visits: 479

Equation to matrix form When a give system of linear equations are converted to vector form it can easily be written matrix form. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Equation to matrix form Download

Added: May 09, 2006 | Visits: 11.576

Matrix zeroizer Solve a matrix or system of linear equations using the Gauss method. Platforms: Windows

License: Freeware Size: 15 KB Download (1379): Matrix zeroizer Download

Added: July 24, 2013 | Visits: 368

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: May 31, 2013 | Visits: 434

Temperature Profile in a Rectangular Plate The method uses finite differences to solve Laplace equation and matrix inversion to solve the resulting system of linear algebraic equations. The rectangular plate has both dimensions set equal to unity. Each dimension is discretized and the total number of nodal points is equal to 29*29. To... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (45): Temperature Profile in a Rectangular Plate Download

Added: May 09, 2013 | Visits: 569

Design of feedback control of a linear system A very simple code written by taking help from one of the control systems book. Task was to take a MIMO system where observations are less than states, then to check whether system is controllable or observable, then its design of feedback control loop, then non interacting control, then... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Design of feedback control of a linear system Download

Added: September 14, 2013 | Visits: 524

k-threshold system of deciphering N This programme is an application of the Chinese Remainder Theorem for Integers - for obtaining a solution to the "k-threshold system for sharing a secret". The concept is explained in the book "A course in Number Theory and Cryptography by Neal Koblitz" in Ch 1, Prob 24 / P27 and it's solution in... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): k-threshold system of deciphering N Download

Solving non-linear and linear simultaneous equations with fsolve solvesimul.m can be easily adapted to solve more equations but as it stands it will solve 2 unknowns in 2 equations (1 non-linear and one linear).To solve equations of this form... a*x + b*y = A (1) a1*x^2 + b1*y^2 = B (2)...with fsolve (used by solvesimul.m) you need to rewrite them so that they... Platforms: Matlab


Added: September 05, 2013 | Visits: 617

Automatic control system vapor pressure in the boiler The system of automatic control of vapor pressure in the boiler with the PI-regulator, taking into account the level of delay and non-linear element. Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Automatic control system vapor pressure in the boiler Download

Added: August 12, 2008 | Visits: 1.935

GIPALS - Linear Programming Environment Linear programming environment that incorporates large-scale linear programs solver and easy, intuitive graphical user interface to specify, import and solve any type of constrained optimization problems arising in various industrial, financial and educational areas. Optimization problems are... Platforms: Windows

License: Shareware Cost: $295.00 USD Size: 987 KB Download (290): GIPALS - Linear Programming Environment Download

Added: August 12, 2008 | Visits: 1.959

Ordinary Differential Equations Solves boundary-value or initial-value problems involving nonlinear or linear ordinary differential equations of any order, or systems of such. The conditions may also be linear or nonlinear. The solution will be a finite power or trigonometric series. You have one-click control of the graph with... Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 2.33 MB Download (236): Ordinary Differential Equations Download

Added: August 31, 2008 | Visits: 1.296

EMMentor Algebra short Interactive multilingual mathematics software for training problem-solving skills offers 70439 algebraic problems, a variety of appropriate techniques to solve problems and a unique system of performance analysis with methodical feedback. Included are linear, quadratic, biquadratic, reciprocal,... Platforms: Windows

License: Freeware Size: 5.39 KB Download (156): EMMentor Algebra short Download

Added: August 02, 2013 | Visits: 632

Mathematical Modeling of Electrotechnological Devices The project discusses the problematics of making a system of differential equations describing the transition processes in the operation of resistance furnaces, their realization through digital methods and the analysis of the achieved results. Solving of the problem thus formulated is carried... Platforms: Matlab

License: Freeware Size: 51.2 KB Download (45): Mathematical Modeling of Electrotechnological Devices Download

Added: August 09, 2013 | Visits: 452

Gaussian elimination with partial pivoting This code can be used to solve a set of linear equations using Gaussian elimination with partial pivoting. Note that the Augmented matrix rows are not directly switches. Instead a buffer vector is keeping track of the switches made. The final solution is determined using backward substitution. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (53): Gaussian elimination with partial pivoting Download

Added: March 27, 2013 | Visits: 356

Simplified Quasi-Minimal Residual Algorithm This function solves the system of linear equations A*x=b, using the simplest form of the SQMR algorithm without look-ahead, where A is square and symmetric.SQMR is an adaptation of the general nonsymmetric QMR method to exploit the symmetry of the matrix A. With SQMR, one can use symmetric... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Simplified Quasi-Minimal Residual Algorithm Download

Added: May 02, 2013 | Visits: 327

Newton-Raphson Method for 2 variables This program calculates the roots of a system of non-linear equations in 2 variables. This a script file and you only have to write in the command windows ">>newton2v2", and the program ask for the functions and other elements that are necessary. What I mean "quotes" is single quotes,like this: '... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Newton-Raphson Method for 2 variables Download

Added: July 18, 2013 | Visits: 326

Uniform sampling s.t. linear constraints Implementations of the Hit-And-Run and Gibbs sampling algorithms for the generation of uniformly distributed random vector x satisfying the system of linear inequalities A.x Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Uniform sampling s.t. linear constraints Download

Added: October 27, 2006 | Visits: 4.712

Linear Algebra Performs computations associated with matrices, including solution of linear systems of equations (even least squares solution of over-determined or inconsistent systems and solution by LU factors), matrix operations (add, subtract, multiply), finding the determinant, trace, inverse, adjoint, QR... Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 2.22 MB Download (267): Linear Algebra Download

Released: October 02, 2012  |  Added: October 02, 2012 | Visits: 639

Mystery Stories: Island of Hope for Mac OS Solve the mystery of an apparatus from World War II, whose completion was prevented by the Nazis, that could solve the global energy problem! A mysterious sect and some ruthless ex-secret agents from former communist East Germany also want it, and nothing will get in their way. Search the city of... Platforms: Mac

License: Freeware Size: 96 MB Download (488): Mystery Stories: Island of Hope for Mac OS Download

< 1 2 3 4 5 >