𝔖 Bobbio Scriptorium
✦   LIBER   ✦

A Parallel QR Algorithm for the Symmetrical Tridiagonal Eigenvalue Problem

✍ Scribed by L. Kaufman


Publisher
Elsevier Science
Year
1994
Tongue
English
Weight
478 KB
Volume
23
Category
Article
ISSN
0743-7315

No coin nor oath required. For personal study only.

✦ Synopsis


The implicit QR algorithm is a serial iterative algorithm for determining all the eigenvalues of an (n \times n) symmetric tridiagonal matrix (A). About (3 n) iterations, each requiring the serial application of about (n) similarity planar transformations, are required to reduce (A) to diagonal form. In this paper we propose a parallel algorithm in which up to (n / 2) similarity transformations can be applied simultaneously. In contrast to the original algorithm, which cannot take advantage of the architectures of parallel or vector machines, each iteration of the new algorithm mainly involves synchronous, lock-step operations which can effectively use vector and concurrency capabilities of SIMD machines. In practice we have observed that the number of iterations of the parallel algorithm is about three times that of the serial algorithm, but because many of the operations can be done in parallel, the total computation time is less. On a two-processor Cray-XMP we often observe a factor of 3 speedup over the standard (Q R) algorithm for problems with (n=800 . \quad) & 1994 Academic Press. Inc.


πŸ“œ SIMILAR VOLUMES


A concurrent algorithm for parallel calc
✍ Ramon Carbo; LluΓ­s Molino; Blanca Calabuig πŸ“‚ Article πŸ“… 1992 πŸ› John Wiley and Sons 🌐 English βš– 412 KB

Elementary Jacobi Rotations are used as the basic tools to obtain eigenvalues and eigenvectors of arbitrary real symmetric matrices. The proposed algorithm has a complete concurrent structure, that is: every eigenvalueeigenvector pair can be obtained in any order and in an independent way from the r

An algorithm for the solution of a third
✍ G. S. Schajer; C. D. Mote Jr. πŸ“‚ Article πŸ“… 1980 πŸ› John Wiley and Sons 🌐 English βš– 302 KB

## Abstract A simple, rapidly convergent procedure is described for solving a third‐order symmetric eigenvalue problem Au = Ξ» Bu typically arising in vibration analysis. The eigenvalue problem is represented in terms of its variational dual, the Rayleigh quotient, and the eigenosolution is obtained

A parallel algorithm for the eight-puzzl
✍ Zoheir Ezziane πŸ“‚ Article πŸ“… 2002 πŸ› John Wiley and Sons 🌐 English βš– 85 KB

The emphasis in this article will be on people's analogical use of fairly explicit pieces of knowledge in problem solving situations. Analogical reasoning (AR) has long been recognized as an important component of problem solving. In general, AR involves using the (possibly modified) solution of one

A Simple Parallel Algorithm for the Sing
✍ Jesper L. TrΓ€ff; Christos D. Zaroliagis πŸ“‚ Article πŸ“… 2000 πŸ› Elsevier Science 🌐 English βš– 216 KB

We present a simple parallel algorithm for the single-source shortest path problem in planar digraphs with nonnegative real edge weights. The algorithm runs on the EREW PRAM model of parallel computation in O((n 2= +n 1&= ) log n) time, performing O(n 1+= log n) work for any 0<=<1Γ‚2. The strength of