Skip to content

Codes and explanations for some numerical methods to find solutions to linear algebraic equations.

License

Notifications You must be signed in to change notification settings

ruthussanketh/numerical_solutions_LE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Numerical Solutions to Linear Equations

Codes and explanations for some numerical methods to find solutions to linear algebraic equations.

Direct Elimination Methods

  1. Gauss elimination
  2. Gauss-Jordan elimination

Iterative Methods

  1. Jacobi iteration
  2. Successive overrelaxation (SOR)

View Numerical Solutions To Linear Equations on File Exchange