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

Solving Linear Systems software
Filter: All | Freeware | Demo
 

Solving Linear Systems

< 1 2 3 4 5 > 
Added: September 03, 2013 | Visits: 338

Ecuaciones Lineales DIRECT METHODS FOR SOLUTION OF LINEAR SYSTEMSGaussian Elimination AlgorithmGauss-Jordan AlgorithmFactoring algorithmITERATIVE METHODS FOR SOLVING SYSTEMS OF EQUATIONSJacobi algorithmGauss-Seidel algorithm



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Ecuaciones Lineales Download

Added: October 17, 2013 | Visits: 689

libMesh The libMesh library provides a framework for the numerical simulation of partial differential equations using arbitrary unstructured discretizations on serial and parallel platforms. libMesh currently supports 1D, 2D, and 3D steady and transient finite element simulations. The library makes use...





Platforms: Mac

License: Freeware Size: 6.09 MB Download (45): libMesh Download

Added: June 23, 2013 | Visits: 362

la4j la4j (Linear Algebra for Java) - is a elegant and pure Java library for solving problems of linear algebra. It is support sparse and dense matrices and vectors. la4j - is a try to design nice object oriented implementation of linear math library. Features single-threaded; uniform...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 122.88 KB Download (40): la4j Download

Added: September 15, 2013 | Visits: 447

NA_WorkSheet The NA_WorkSheet is a collective aggregation of algorithms coded in Java that implements various Numerical Analysis solutions/techniques in one easy to use open source tool. The application may be used for graphing, root finding, differentiation, integration, interpolation, linear systems...


Platforms: Mac

License: Freeware Size: 890.88 KB Download (43): NA_WorkSheet Download

Added: October 27, 2006 | Visits: 4.709

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

Added: July 16, 2010 | Visits: 985

LAPACK LAPACK is a linear algebra library, based on LINPACK and EISPACK. LAPACK is written in Fortran77 and provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. The associated...


Platforms: *nix

License: Freeware Size: 10.6 MB Download (117): LAPACK Download

Added: October 24, 2013 | Visits: 484

DOLFIN DOLFIN is the C++/Python interface of FEniCS, providing a consistent PSE (Problem Solving Environment) for ordinary and partial differential equations. Features * Simple, consistent and intuitive object-oriented API in C++ or Python * Automatic and efficient evaluation of finite element...


Platforms: *nix

License: Freeware Size: 7.21 MB Download (40): DOLFIN Download

Added: February 05, 2006 | Visits: 3.313

.NET Matrix Library The Bluebit .NET Matrix Library provides classes for object-oriented linear algebra in the .NET platform. It can be used to solve systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalues and eigenvectors problems, and singular value...


Platforms: Windows

License: Commercial Cost: $195.00 USD Size: 2.53 MB Download (509): .NET Matrix Library Download

Added: April 07, 2013 | Visits: 446

Magnetic Suspension System Simulation This Simulation model simulates Exercise problem 1.18 of Non Linear Systems by Hassan H.Khalil.Details About the parameters can be seen from the Model.


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Magnetic Suspension System Simulation Download

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 (45): Alternative Mathematics using MATLAB 7 Download

Added: August 20, 2013 | Visits: 526

Signal_Flow_Graphz The reduction of complex linear system is always a very important topic in many courses. In Signal and System it is the analysis of Signal Flow graph(Mason's Rule). In Signal Processing it is to find out the system function from complex filter structure. In Automatic Control it is the reduction...


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (44): Signal_Flow_Graphz Download

Added: August 27, 2013 | Visits: 327

Fast Symmetric Matrix Inverse We can exploit the symmetry of a real, positive definite, symmetric matrix by using the Cholesky decomposition to compute the inverse.The built-in MATLAB inv function uses LU decomposition which requires extra pivots and operations. Rarely does one actually need to compute the inverse of a matrix...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Fast Symmetric Matrix Inverse Download

Reduced-order discrete-time LQG design for systems with white parameters Matlab software associated to the paper:L.G. Van Willigenburg, W.L. De Koning, 1999, "Optimal reduced-order compensators for time-varying discrete-time systemswith deterministic and white parameters",Automatica, 35, 129-138.Systems with white parameters (with multiplicative white noise) are...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (39): Reduced-order discrete-time LQG design for systems with white parameters Download

Added: August 26, 2013 | Visits: 422

Newton-Raphson Iterative Solver for Systems of Equations For those of us who like to provide our own partial derivative sensitivity matrix. Can be used for both linear and non-linear systems.x = nrsolve( F, dFdx, xi, tol, max_iter, c1, c2.... )Given a system of equations F = {F1;F2;...}, defined sensitivity matrix dFdx (matlab functions allowed), and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Newton-Raphson Iterative Solver for Systems of Equations Download

Added: August 18, 2008 | Visits: 1.874

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 (308): BigMatrix Excel Add-in Download

Added: February 01, 2010 | Visits: 964

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

Added: January 25, 2010 | Visits: 672

Numerics.osax Free Scripting Addition to provide advanced mathematical commands. Includes:linear algebra (eigenvalues, linear systems solving, etc.)signal processing (1d, 2d, and n-d FFT, cross- and self-correlations, convolution, interpolation)image processing (import/export, particle analysis)3D arrays...


Platforms: Mac

License: Freeware Size: 1024 KB Download (102): Numerics.osax Download

Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 428

OptiVec for Delphi 2005 OptiVec contains more than 3500 hand-optimized, Assembler-written functions for all floating-point and integer data types from the following fields: 1. Vectorized form of arithmetic operators and math functions. 2. Matrix operations, e.g.: multiplication, inversion, LU decomposition, singular...


Platforms: Windows, Other

License: Shareware Cost: $249.00 USD Size: 4.66 MB Download (43): OptiVec for Delphi 2005 Download

Released: August 03, 2012  |  Added: August 03, 2012 | Visits: 412

OptiVec for Delphi 6 OptiVec contains more than 3500 hand-optimized, Assembler-written functions for all floating-point and integer data types from the following fields: 1. Vectorized form of arithmetic operators and math functions. 2. Matrix operations, e.g.: multiplication, inversion, LU decomposition, singular...


Platforms: Windows, Other

License: Shareware Cost: $249.00 USD Size: 4.64 MB Download (48): OptiVec for Delphi 6 Download

Released: July 10, 2012  |  Added: July 10, 2012 | Visits: 556

OptiVec for Borland C++ OptiVec contains more than 3500 hand-optimized, Assembler-written functions for all floating-point and integer data types from the following fields: 1. Vectorized form of arithmetic operators and math functions. 2. Matrix operations, e.g.: multiplication, inversion, LU decomposition, singular...


Platforms: Windows, Other

License: Shareware Cost: $249.00 USD Size: 3.4 MB Download (46): OptiVec for Borland C++ Download

< 1 2 3 4 5 >