Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Gauss seidel Method

Function Arguments

  • A: Coefficient matrix of linear equarions (Size: m x m)
  • b: Constants matrix of equations (Size: m x 1)

Here m is the number of equations in the input

Function Returns

  • Solution matrix