Skip to content

tdurkut/GESP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GESP - Gaussian Elimination With Scaled Partial Pivoting

MAT-214 HW2 Question1

Sample System
10x1 - x2 = 9
-x1 + 10x2 - 2x3 = 7
-2x2 + 10x3 = 6

Above system should be given in system.txt as the following:
10,-1,0,9
-1,10,-2,7
0,-2,10,6

About

MAT-214 HW2 Q1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors