$\mathcal O(n)$ working precision inverses for symmetric tridiagonal Toeplitz matrices with $\mathcal O(1)$ floating point calculations
Manuel Radons

TL;DR
This paper introduces an efficient linear time algorithm for inverting large symmetric tridiagonal Toeplitz matrices with strict diagonal dominance, using only constant floating point operations, significantly improving computational efficiency.
Contribution
The paper presents a novel $ ext{O}(1)$ floating point operation algorithm for inverting strictly diagonally dominant symmetric tridiagonal Toeplitz matrices in linear time.
Findings
Inversion is banded and sparse for strictly diagonally dominant matrices.
The algorithm achieves $ ext{O}(1)$ complexity per operation.
It enables efficient parallelizable approximate solvers.
Abstract
A well known numerical task is the inversion of large symmetric tridiagonal Toeplitz matrices, i.e., matrices whose entries equal on the diagonal and on the extra diagonals (). The inverses of such matrices are dense and there exist well known explicit formulas by which they can be calculated in . In this note we present a simplification of the problem that has proven to be rather useful in everyday practice: If , that is, if the matrix is strictly diagonally dominant, its inverse is a band matrix to working precision and the bandwidth is independent of for sufficiently large . Employing this observation, we construct a linear time algorithm for an explicit tridiagonal inversion that only uses floating point operations. On the basis of this simplified inversion algorithm we outline the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMatrix Theory and Algorithms · Advanced Optimization Algorithms Research · Numerical Methods and Algorithms
