solve_test, a MATLAB program which calls solve() to solve a linear system of equations A*x=b using Gauss elimination.
The computer code and data files made available on this web page are distributed under the GNU LGPL license.
solve, a MATLAB library which demonstrates how Gauss elimination can be used to solve a simple system of linear equations A*x=b.