English

A geometric approach to approximating the limit set of eigenvalues for banded Toeplitz matrices

Numerical Analysis 2024-09-09 v2 Numerical Analysis Spectral Theory

Abstract

This article is about finding the limit set for banded Toeplitz matrices. Our main result is a new approach to approximate the limit set Λ(b)\Lambda(b) where bb is the symbol of the banded Toeplitz matrix. The new approach is geometrical and based on the formula Λ(b)=ρ(0,)sp T(bρ)\Lambda(b) = \cap_{\rho \in (0, \infty)} \text{sp } T(b_\rho), where ρ\rho is a scaling factor, i.e. bρ(t):=b(ρt)b_\rho(t) := b(\rho t), and sp ()\text{sp }(\cdot) denotes the spectrum. We show that the full intersection can be approximated by the intersection for a finite number of ρ\rho's, and that the intersection of polygon approximations for sp T(bρ)\text{sp } T(b_\rho) yields an approximating polygon for Λ(b)\Lambda(b) that converges to Λ(b)\Lambda(b) in the Hausdorff metric. Further, we show that one can slightly expand the polygon approximations for sp T(bρ)\text{sp } T(b_\rho) to ensure that they contain sp T(bρ)\text{sp } T(b_\rho). Then, taking the intersection yields an approximating superset of Λ(b)\Lambda(b) which converges to Λ(b)\Lambda(b) in the Hausdorff metric, and is guaranteed to contain Λ(b)\Lambda(b). Combining the established algebraic (root-finding) method with our approximating superset, we are able to give an explicit bound on the Hausdorff distance to the true limit set. We implement the algorithm in Python and test it. It performs on par to and better in some cases than existing algorithms. We argue, but do not prove, that the average time complexity of the algorithm is O(n2+mnlogm)O(n^2 + mn\log m), where nn is the number of ρ\rho's and mm is the number of vertices for the polygons approximating sp T(bρ)\text{sp } T(b_\rho). Further, we argue that the distance from Λ(b)\Lambda(b) to both the approximating polygon and the approximating superset decreases as O(1/k)O(1/\sqrt{k}) for most of Λ(b)\Lambda(b), where kk is the number of elementary operations required by the algorithm.

Keywords

Cite

@article{arxiv.2308.00829,
  title  = {A geometric approach to approximating the limit set of eigenvalues for banded Toeplitz matrices},
  author = {Teodor Bucht and Jacob S. Christiansen},
  journal= {arXiv preprint arXiv:2308.00829},
  year   = {2024}
}

Comments

25 pages, 9 figures. Revised version, Algorithm 2 and Example 4.1 added, final version