Problem 975. Gauss Eliminate 2-by-2 example

Created by Robert Canfield

Use forward elimination to make the coefficient matrix, A, a lower triangular matrix, and then solve using back substitution, for a sample 2-by-2 system.

Problem Group

13 solvers submitted 29 solutions (2.23 solutions/solver).