About: Tridiagonal matrix algorithm is a research topic. Over the lifetime, 1070 publications have been published within this topic receiving 21084 citations.
TL;DR: By means of this concept the concept of parallel factorization is formalized as a set of scalar factorizations and is able to give a unified approach to the problem of solving tridiagonal linear systems on parallel computers.
TL;DR: This paper presents an adaptation of the Block Cyclic Reduction (BCR) algorithm for a multi-vector processor that addresses the main bottleneck in the solution of linear systems whose coefficient matrix is the product of tridiagonal matrices.
Abstract: This paper presents an adaptation of the Block Cyclic Reduction (BCR) algorithm for a multi-vector processor. The main bottleneck of BCR lies in the solution of linear systems whose coefficient matrix is the product of tridiagonal matrices. This bottleneck is handled by expressing the rational function corresponding to the inverse of this product as a sum of elementary fractions. As a result the solution of this system leads to parallel solutions of tridiagonal systems. Numerical experiments performed on an Alliant FX/8 are reported.
TL;DR: In this paper, lower and upper bounds for the entries of the inverses of diagonally dominant tridiagonal matrices were obtained. But the lower bounds were only for off-diagonal elements of the inverse as a function of the diagonal ones.
TL;DR: A divide-and-conquer approach to the computation of the eigenvalues of a symmetric tridiagonal matrix via the evaluation of the characteristic polynomial through a set of recursions which can be implemented on a regulartree structure.
Abstract: The Symmetric Tridiagonal Eigenproblem has been the topic of some recent work. Many methods have been advanced for the computation of the eigenvalues of such a matrix. In this paper, we present a divide-and-conquer approach to the computation of the eigenvalues of a symmetric tridiagonal matrix via the evaluation of the characteristic polynomial. The problem of evaluation of the characteristic polynomial is partitioned into smaller parts which are solved and these solutions are then combined to form the solution to the original problem. We give the update equations for the characteristic polynomial and certain auxiliary polynomials used in the computation. Furthermore, this set of recursions can be implemented on a regulartree structure. If the concurrency exhibited by this algorithm is exploited, it can be shown that thetime for computation of all the eigenvalues becomesO(nlogn) instead ofO(n2) as is the case for the approach where the order is increased by only one at every step. We address the numerical problems associated with the use of the characteristic polynomial and present a numerically stable technique for the eigenvalue computation.
TL;DR: An exponential high order compact alternating direction implicit (ADI) method for solving three dimensional (3D) unsteady convection–diffusion equations that is second order accurate in time and fourth‐order accurate in space and unconditionally stable is developed.