An open API service indexing awesome lists of open source software.

https://github.com/juliusmarkwei/guassian-elimination-method


https://github.com/juliusmarkwei/guassian-elimination-method

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

#Gauss elimination method
Gauss elimination method is used to solve a system of linear equations. Let’s recall the definition of these systems of equations. A system of linear equations is a group of linear equations with various unknown factors. As we know, unknown factors exist in multiple equations. Solving a system involves finding the value for the unknown factors to verify all the equations that make up the system.

In this aglorithm, a n-by-(n+1) dimentional matrix A is implemened using the Gaussian Elimination Method.