Skip to content

This program perform the Naive Gauss Elimination on a nxn matrix by a vector n

License

Notifications You must be signed in to change notification settings

ledrui/Naive_Gauss_Elimination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Naive_Gauss_Elimination

I was in need of Naive Gaussian Elimination code, I Google all I found was using too complicated algorithm, so write mine from scrach. When you'll test with Vandermonde matrix , the program will crash when the size of the matrix hit 14. That's because Vandermonde matrix is an ill-conditioned system.

About

This program perform the Naive Gauss Elimination on a nxn matrix by a vector n

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages