Tridiagonal matrix algorithm

ID: tridiagonal-matrix-algorithm

The Tridiagonal Matrix Algorithm (TDMA), also known as the Thomas algorithm, is a specialized algorithm used for solving systems of linear equations where the coefficient matrix is tridiagonal. A tridiagonal matrix is a matrix that has non-zero entries only on its main diagonal, and the diagonals directly above and below it.

New to topics? Read the docs here!