Abstract: The solution of tridiagonal linear systems is used in in various fields and plays a crucial role in numerical simulations. However, there is few efficient solver for tridiagonal linear ...
A Python implementation of the Thomas Algorithm (also known as the tridiagonal matrix algorithm) for efficiently solving tridiagonal linear systems. This solver implements the Thomas Algorithm to ...