This program solves a system of linear equations, for example:

3x + 2y = 7

5x + 9y = 23

In this example case (with 2 equations and 2 variables), x=1 and y=2.

Please enter the number of equations and variables:

How many characters wide should the coefficient input fields be?


Written in Perl by Jeff Aaron