Skip to content

A program for solving linear equations using Jacobi, Gauss-Seidler and LU decomposition methods. It also measures effectivness of these methods.

Notifications You must be signed in to change notification settings

meeqn/Linear-Equations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linear-Equations

Algorithms for solving linear equations including: Jacobi method, Gauss-Seidler method and LU decomposition method
All matrix operations and data structures were implemented manually (without NumPy).

About

A program for solving linear equations using Jacobi, Gauss-Seidler and LU decomposition methods. It also measures effectivness of these methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages