1. Thomas' algorithm, also called the tridiagonal matrix algorithm (TDMA), is used to solve systems of equations with a tridiagonal matrix structure.
2. It works by applying Gaussian elimination to convert the system of equations into an upper triangular system that can then be solved using backward substitution.
3. An example problem demonstrating the algorithm is worked through, showing the conversion to upper triangular form and solution via backward substitution.