Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 319 Bytes

File metadata and controls

11 lines (8 loc) · 319 Bytes

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