Skip to content

domcipollone/ThomasAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ThomasAlgorithm

A solver for tri-diagonal matrices, commonly referred to as the Thomas Algorithm. The function takes the values of the lower, main, and upper diagonal respectively, from matrix A, as floats or integers. The b argument represents the right hand side of Ax=b. The function returns a numpy array x, which is the solution of Ax=b. The matrix must be diagonally dominant for reasonable performance. |main| > |lower| + |upper|.

Enjoy!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages