A simple app which solves N-variables first degrees equation systems, using Gauss-Seidel method.
This program receives the system through a .txt file. Inside it, on first line, it has to be the number of equation variables. On the next lines, a (multi-dimensional)array, representing the system.
Copyright © Rodrigo Smith 2019.
Distributed under the MIT license. See LICENSE for more information.