Skip to content

Latest commit

 

History

History
24 lines (10 loc) · 542 Bytes

File metadata and controls

24 lines (10 loc) · 542 Bytes

Solver Of System Of Equations Using Gaussian Elimination

Program written in Python to be able to solve systems of equations of one or several variables based on the method of gauss elimination.

Warnings

  • Equations must be separated by commas (,).

Screenshots