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

Solve Linear Systems software
Filter: All | Freeware | Demo
 

Solve Linear Systems

1 2 3 4 5 > 
Added: August 10, 2013 | Visits: 764

Signal Processing & Linear Systems Companion Software Companion software for the Signal Processing & Linear Systems book by B.P. Lathi



Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): Signal Processing & Linear Systems Companion Software Download

Added: May 10, 2013 | Visits: 487

Vector class This vector class stores elements in a list and hence allows the 'vector' to grow dynamically. Common mathematical functions (sin, cosh, etc) are supported elementwise and so are a number of 'external' operations (dot for the inner product between vectors, norm, sum etc.).This class does not rely...





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

License: Freeware Download (55): Vector class Download

Added: June 04, 2013 | Visits: 370

Fast Sparse LU substitution This is a dedicated mex-file for use with UMFPACK to efficiently complete the permuted forward/back substitution to solve linear systems, A*x = b when A is sparse and b is a dense vector.UMFPACK is used when the MATLAB function "lu" is called with 4 outputs:[L,U,P,Q] = lu(A, tol);The mex-file...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Fast Sparse LU substitution Download

Added: March 22, 2013 | Visits: 802

Templates for the Solution of Linear Systems This book is written for computational scientists who would like to incorporate state-of-the-art computational methods for solving large sparse systems of linear equations.For a full book description and ordering information, please visithttp://www.mathworks.com/support/books/boo...=-1&language=-1


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (45): Templates for the Solution of Linear Systems Download

Released: August 13, 2012  |  Added: August 13, 2012 | Visits: 1.629

Linear Program Solver Linear Program Solver is a small, simple, very easy to use tool specially designed to help you solve linear programming models. This tool offers: informative solving reports, extended sensitivity analysis, mixed integer models engine. LiPS supports MPS format and simple LP format (like...


Platforms: Windows

License: Freeware Download (834): Linear Program Solver Download

Slides for the video These are the slides of a plenary talk given at the 2006 SIAM Annual Meeting, on July 11, 2006.The talk describes how x=Ab works in MATLAB, when A is sparse.You can view the video at http://www.cise.ufl.edu/research/sparse/SIAM06. Follow along with these slides as you view the video. The slides...


Platforms: Matlab


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

Newton-Raphson Method for Non-linear System of 3 variables You can solve non-linear systems of 3 variables. Only write "newtonv1" on the command window. Then write the 3 equations, the number of iterations y the precision tolerance. The partial derivatives for the gradients are calculated by the program


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Newton-Raphson Method for Non-linear System of 3 variables Download

Added: June 26, 2013 | Visits: 228

Small size linear solver Solve multiple (2x2) or (3x3) linear systems:A(:,:,k)*X(:,:,k) = B(:,:,k) for k=1,2,...,NThe method used here is basic cofactor/determinant.DISADVANTAGE: This method may be less accurate than Matlab backslash (using in for-loop) when the matrices are ill-conditioned.ADVANTAGE: for a large number...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Small size linear solver Download

Added: May 23, 2013 | Visits: 287

Newmark's Method for Linear Systems A problem from Dynamics of Structures - Anil K. Chopra is picked and code written to solve the problem.The problem is to get the dynamic response of a structure using Newmark's method. System is a linear system.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): Newmark's Method for Linear Systems Download

Added: July 08, 2013 | Visits: 410

Subspace Identification for Linear Systems This book focuses on the theory, implementation, and applications of subspace identification algorithms for linear time-invariant finite-dimensional dynamical systems.For a full book description and ordering information, please refer to http://www.mathworks.com/support/books/book1458.jsp.


Platforms: Matlab

License: Freeware Size: 327.68 KB Download (45): Subspace Identification for Linear Systems Download

Added: January 25, 2010 | Visits: 658

Linear Systems Beams Middle-School (grades 5 through 9) math program written to provide skills in context. Students manipulate weights on two balance beams to solve two simultaneous equations.


Platforms: Mac

License: Freeware Size: 253 KB Download (105): Linear Systems Beams Download

Added: July 28, 2013 | Visits: 385

Numerical Inversion of Laplace Transforms in Matlab Inversion of Laplace transforms is a very important procedure used in solution of complex linear systems.The function f(t)=INVLAP(F(s)) offers a simple, effective and reasonably accurate way to achieve the result. It is based on the paper:J. Valsa and L. Brancik: Approximate Formulae for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (47): Numerical Inversion of Laplace Transforms in Matlab Download

Added: August 18, 2008 | Visits: 1.878

BigMatrix Excel Add-in This package contains program adaptations to invert large matrices with thousands of elements and solve linear system with many variables (up to 250 ). Operations performed are: inversion, multiplication, solving linear system, linear regression and polynomial regression. A useful Excel addin is...


Platforms: MS Excel Add-in

License: Freeware Size: 300 KB Download (309): BigMatrix Excel Add-in Download

Added: August 07, 2013 | Visits: 367

matlab2hypre and hypre2matlab MATLAB sparse matrix converter to HypreMATLAB vector converter to HypreHypre sparse matrix converter to MATLABHypre vector converter to MATLABThe Parallel High Performance Preconditioners (hypre) is a library of routines for scalable (parallel) solution of linear systems. The built-in BLOPEX...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): matlab2hypre and hypre2matlab Download

Added: April 29, 2013 | Visits: 223

odesplit Occasionally I have had to solve large systems of differential equations which result in matlab running out of memory during evaluation. Odesplit breaks up the simulation period into a series of chunks to ease this problem. At each split point in the evaluation a function specified by the user is...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): odesplit Download

Added: May 04, 2013 | Visits: 231

Sparse Approximate Solutions to Linear Systems The following problem is considered: given a matrix A in R(mxn), a vector b in R(m) and e>0, compute a vector x satisfying norm(Ax-b)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Sparse Approximate Solutions to Linear Systems Download

Added: August 07, 2013 | Visits: 371

OFELI OFELI is a free and open source object oriented library of C++ classes that will help you develop finite element codes. OFELI is intended for teaching, research and industrial developments as well. Here are some key features of "OFELI": ?*A* Various storage schemes of matrices (dense, sparse,...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 6.54 MB Download (37): OFELI Download

Added: May 31, 2013 | Visits: 479

Linear Signals and Systems, 2nd Ed The second edition of "Linear Signals and Systems" (LSS2) by B. P. Lathi provides a significant MATLAB component, which is presented from a signals and systems perspective. All of the text's MATLAB code is available from this site. Code for the computer examples in chapter xx is named CExx.m....


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (55): Linear Signals and Systems, 2nd Ed Download

Added: October 27, 2006 | Visits: 4.711

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

1 2 3 4 5 >