About: Tridiagonal matrix algorithm is a research topic. Over the lifetime, 1070 publications have been published within this topic receiving 21084 citations.
TL;DR: In this article, a rational version of the QR algorithm for symmetric tridiagonal matrices is presented, where stability is ensured by calculating the elements of the transformed matrix by various formulas, depending on the angle of rotation.
Abstract: A rational version of theQR algorithm for symmetric tridiagonal matrices is presented. Stability is ensured by calculating the elements of the transformed matrix by various formulas, depending on the angle of rotation. Virtual origin shifts are determined from perturbation estimates for the leading 2A—2 and 3A—3 submatrices; the size of these shifts can optionally serve as a convergence criterion. A number of test matrices, including one with several degeneracies, were diagonalized; an average of 1.3---1.5QR iterations per eigenvalue was needed for 12-figure precision, and of 1.7---2.0 for 22-figure precision.
TL;DR: The trick which takes the advantage of the eventual symmetry of the system is presented, which speeds up the calculation by the factor slightly less than 2, and it is shown that by using some rearrangement of the calculation, it is possible to get additional speed-up, no matter whether the system was symmetric or not, although the eventually symmetry additionally doubles the execution speed.
Abstract: Although it is known that Gaussian elimination method for solving simultaneous linear equations is not asymptotically optimal, it is still one of the most useful methods for solving systems of moderate size. This paper proposes some ideas how to speed-up the standard method. First, the trick which takes the advantage of the eventual symmetry of the system is presented, which speeds up the calculation by the factor slightly less than 2. Second, it is shown that by using some rearrangement of the calculation, it is possible to get additional speed-up, no matter whether the system is symmetric or not, although the eventual symmetry additionally doubles the execution speed. This rearrangement is performed using similar approach as in LU factorization, but retaining basic features of the Gaussian elimination method, like producing the triangular form of the system. As the required modifications in the original method are quite simple, the improved method may be used in all engineering applications where the original Gaussian elimination is used.
TL;DR: In particular, when perturbing the second diagonals (elements ( l, l + 2 ) and ( l, l - 2 ) of M, these sufficient bounds are shown to be the actual maximum allowable perturbations.
TL;DR: The GMRES method for solving tridiagonal block Toeplitz linear systems with diagonal blocks is considered, and upper bounds for GMRES residuals are established, and the coefficient matrix becomes an m-tridiagonal Toe Plitz matrix.
Abstract: Iterative methods such as generalized minimal residual (GMRES) method are used to solve large sparse linear systems. This paper is considered the GMRES method for solving tridiagonal block Toeplitz linear systems with diagonal blocks, and establishes upper bounds for GMRES residuals. The coefficient matrix becomes an m-tridiagonal Toeplitz matrix, and tridiagonal toeplitz systems are subcases of these systems. Also, we show that the GMRES method on linear system computes the exact solution in at most N steps.
TL;DR: In this paper, the problem of finding the solution of a tridiagonal operator equation through its finite dimensional truncations is discussed, and an algorithm is presented to compute the numerical approximation to the solution.
Abstract: The problem of finding solution of a tridiagonal operator equation through its finite dimensional truncations is discussed. Effectively verifiable sufficient conditions
are given. An algorithm is presented to compute the numerical approximation to the solution of Tx = y for a given tridiagonal operator. This is illustrated with a numerical
example.