Skip to content

Aplicativo feito em Java que tem como finalidade resolver sistemas de equações do 1º grau, pelo método de Gauss-Seidel.

License

Notifications You must be signed in to change notification settings

digo-smithh/Equation-Systems-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Equation-Systems-Solver

License: MIT

Description

A simple app which solves N-variables first degrees equation systems, using Gauss-Seidel method.

Usage

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.

More

Copyright © Rodrigo Smith 2019.

Distributed under the MIT license. See LICENSE for more information.

About

Aplicativo feito em Java que tem como finalidade resolver sistemas de equações do 1º grau, pelo método de Gauss-Seidel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages