Skip to content

Tridiagonal Matrix solver for any size of tridiagonal matrix.

Notifications You must be signed in to change notification settings

BlessTheBoy/TriDiagonal-Matrix-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

TriDiagonal-Matrix-Solver

Tridiagonal Matrix solver for any size of tridiagonal matrix.

Thomas Algorithm of Tridiagonal-Matrix Algorithm in C#.

The algorithm can be used for solving systems of linear equations and tridiagonal matrices of any size.