solve_test


solve_test, an Octave code which calls solve(), which solves a linear system of equations A*x=b using Gauss elimination.

Licensing:

The computer code and data files made available on this web page are distributed under the MIT license

Related Data and Programs:

solve, an Octave code which demonstrates how Gauss elimination can be used to solve a simple system of linear equations A*x=b.

Source Code:


Last revised on 02 June 2023.