Skip to content

Main puprose of this project is to analyze 3 methods (direct Gaus's method, iterative Jacobi's method and iterative Gauss-Seidel's method) of solving linear equation with thousands of variables.

Notifications You must be signed in to change notification settings

leckijakub/linear-equation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linear-equation

The main purpose of this project is to analyze 3 methods (direct Gaus's method, iterative Jacobi's method, and iterative Gauss-Seidel's method) of solving linear equations with thousands of unknowns. In this project I used the project build system called Ceedling. Ceedling was mostly used to provide tests using the C test framework "Unity". To build the main app:

 cd src 
 mkdir build 
 cd build 
 cmake ../ -B .
 cmake --build . 

program executable will be created in the build folder and named "lin_eq".

About

Main puprose of this project is to analyze 3 methods (direct Gaus's method, iterative Jacobi's method and iterative Gauss-Seidel's method) of solving linear equation with thousands of variables.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published