solve_test


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

Licensing:

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

Related Data and Programs:

solve, a Fortran90 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 04 September 2021.