solve


solve, a MATLAB code which solves a linear system of equations A*x=b using Gauss elimination.

In MATLAB, of course, one can simply type "x = A\b" and get an answer, even if the matrix is ill-conditioned, singular, complex, rectangular (over-determined or under-determined).

Nonetheless, this library is useful because:

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

solve is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.

Related Data and Programs:

solve_test

r8lib, a MATLAB code which contains many utility routines using double precision real (R8) arithmetic.

Source Code:


Last revised on 25 March 2019.