Share

A New O(n2) Algorithm for the Symmetric Tridiagonal Eigenvalue/eigenvector Problem

Download A New O(n2) Algorithm for the Symmetric Tridiagonal Eigenvalue/eigenvector Problem PDF Online Free

Author :
Release : 1997
Genre : Algorithms
Kind : eBook
Book Rating : /5 ( reviews)

GET EBOOK


Book Synopsis A New O(n2) Algorithm for the Symmetric Tridiagonal Eigenvalue/eigenvector Problem by : Inderjit Singh Dhillon

Download or read book A New O(n2) Algorithm for the Symmetric Tridiagonal Eigenvalue/eigenvector Problem written by Inderjit Singh Dhillon. This book was released on 1997. Available in PDF, EPUB and Kindle. Book excerpt:

A Multiprocessor Algorithm for the Symmetric Tridiagonal Eigenvalue Problem

Download A Multiprocessor Algorithm for the Symmetric Tridiagonal Eigenvalue Problem PDF Online Free

Author :
Release : 1986
Genre : Eigenvalues
Kind : eBook
Book Rating : /5 ( reviews)

GET EBOOK


Book Synopsis A Multiprocessor Algorithm for the Symmetric Tridiagonal Eigenvalue Problem by : Sy-Shin Lo

Download or read book A Multiprocessor Algorithm for the Symmetric Tridiagonal Eigenvalue Problem written by Sy-Shin Lo. This book was released on 1986. Available in PDF, EPUB and Kindle. Book excerpt:

An O(N Squared) Method for Computing the Eigensystem of N by N Symmetric Tridiagonal Matrices by the Divide and Conquer Approach

Download An O(N Squared) Method for Computing the Eigensystem of N by N Symmetric Tridiagonal Matrices by the Divide and Conquer Approach PDF Online Free

Author :
Release : 1988
Genre :
Kind : eBook
Book Rating : /5 ( reviews)

GET EBOOK


Book Synopsis An O(N Squared) Method for Computing the Eigensystem of N by N Symmetric Tridiagonal Matrices by the Divide and Conquer Approach by :

Download or read book An O(N Squared) Method for Computing the Eigensystem of N by N Symmetric Tridiagonal Matrices by the Divide and Conquer Approach written by . This book was released on 1988. Available in PDF, EPUB and Kindle. Book excerpt:

Eigenvalue Algorithms for Symmetric Hierarchical Matrices

Download Eigenvalue Algorithms for Symmetric Hierarchical Matrices PDF Online Free

Author :
Release : 2012
Genre : Mathematics
Kind : eBook
Book Rating : /5 ( reviews)

GET EBOOK


Book Synopsis Eigenvalue Algorithms for Symmetric Hierarchical Matrices by : Thomas Mach

Download or read book Eigenvalue Algorithms for Symmetric Hierarchical Matrices written by Thomas Mach. This book was released on 2012. Available in PDF, EPUB and Kindle. Book excerpt: This thesis is on the numerical computation of eigenvalues of symmetric hierarchical matrices. The numerical algorithms used for this computation are derivations of the LR Cholesky algorithm, the preconditioned inverse iteration, and a bisection method based on LDL factorizations. The investigation of QR decompositions for H-matrices leads to a new QR decomposition. It has some properties that are superior to the existing ones, which is shown by experiments using the HQR decompositions to build a QR (eigenvalue) algorithm for H-matrices does not progress to a more efficient algorithm than the LR Cholesky algorithm. The implementation of the LR Cholesky algorithm for hierarchical matrices together with deflation and shift strategies yields an algorithm that require O(n) iterations to find all eigenvalues. Unfortunately, the local ranks of the iterates show a strong growth in the first steps. These H-fill-ins makes the computation expensive, so that O(n³) flops and O(n²) storage are required. Theorem 4.3.1 explains this behavior and shows that the LR Cholesky algorithm is efficient for the simple structured Hl-matrices. There is an exact LDLT factorization for Hl-matrices and an approximate LDLT factorization for H-matrices in linear-polylogarithmic complexity. This factorizations can be used to compute the inertia of an H-matrix. With the knowledge of the inertia for arbitrary shifts, one can compute an eigenvalue by bisectioning. The slicing the spectrum algorithm can compute all eigenvalues of an Hl-matrix in linear-polylogarithmic complexity. A single eigenvalue can be computed in O(k²n log^4 n). Since the LDLT factorization for general H-matrices is only approximative, the accuracy of the LDLT slicing algorithm is limited. The local ranks of the LDLT factorization for indefinite matrices are generally unknown, so that there is no statement on the complexity of the algorithm besides the numerical results in Table 5.7. The preconditioned inverse iteration computes the smallest eigenvalue and the corresponding eigenvector. This method is efficient, since the number of iterations is independent of the matrix dimension. If other eigenvalues than the smallest are searched, then preconditioned inverse iteration can not be simply applied to the shifted matrix, since positive definiteness is necessary. The squared and shifted matrix (M-mu I)² is positive definite. Inner eigenvalues can be computed by the combination of folded spectrum method and PINVIT. Numerical experiments show that the approximate inversion of (M-mu I)² is more expensive than the approximate inversion of M, so that the computation of the inner eigenvalues is more expensive. We compare the different eigenvalue algorithms. The preconditioned inverse iteration for hierarchical matrices is better than the LDLT slicing algorithm for the computation of the smallest eigenvalues, especially if the inverse is already available. The computation of inner eigenvalues with the folded spectrum method and preconditioned inverse iteration is more expensive. The LDLT slicing algorithm is competitive to H-PINVIT for the computation of inner eigenvalues. In the case of large, sparse matrices, specially tailored algorithms for sparse matrices, like the MATLAB function eigs, are more efficient. If one wants to compute all eigenvalues, then the LDLT slicing algorithm seems to be better than the LR Cholesky algorithm. If the matrix is small enough to be handled in dense arithmetic (and is not an Hl(1)-matrix), then dense eigensolvers, like the LAPACK function dsyev, are superior. The H-PINVIT and the LDLT slicing algorithm require only an almost linear amount of storage. They can handle larger matrices than eigenvalue algorithms for dense matrices. For Hl-matrices of local rank 1, the LDLT slicing algorithm and the LR Cholesky algorithm need almost the same time for the computation of all eigenvalues. For large matrices, both algorithms are faster than the dense LAPACK function dsyev.

A New Class of Fast Divide-And-Conquer Algorithms for the Real Symmetric Tridiagonal Eigenvalue Problem.

Download A New Class of Fast Divide-And-Conquer Algorithms for the Real Symmetric Tridiagonal Eigenvalue Problem. PDF Online Free

Author :
Release : 2011-10-01
Genre :
Kind : eBook
Book Rating : 813/5 ( reviews)

GET EBOOK


Book Synopsis A New Class of Fast Divide-And-Conquer Algorithms for the Real Symmetric Tridiagonal Eigenvalue Problem. by : Edouard Scott Coakley

Download or read book A New Class of Fast Divide-And-Conquer Algorithms for the Real Symmetric Tridiagonal Eigenvalue Problem. written by Edouard Scott Coakley. This book was released on 2011-10-01. Available in PDF, EPUB and Kindle. Book excerpt: The computation of the eigenvalues and orthogonal eigenvectors of an N x N real symmetric tridiagonal matrix is a well known problem in numerical analysis. The problem frequently arises in the determination of eigenvalues and eigenvectors of dense and banded symmetric matrices and in connection with various families of orthogonal polynomials and special functions satisfying three term recurrence relations. Numerous algorithms exist for the solution of this problem, which typically require O(N2) operations for the determination of eigenvalues and O(N3) operations for the determination of orthogonal eigenvectors.In this thesis we propose a new class of fast algorithms for the computation of the eigenvalues of a symmetric tridiagonal matrix in O( N ln N) operations. Such an algorithm may be combined with any one of the existing methods for the determination of eigenvectors of a symmetric tridiagonal matrix with known eigenvalues. The underlying technique is a divide-and-conquer approach which determines eigenvalues of a larger tridiagonal matrix from those of constituent matrices by the use of relations of their characteristic polynomials. The evaluation of characteristic polynomials is accelerated by the use of a technique known as the Fast Multipole Method. We provide a detailed presentation of a prototype for this class of algorithms and discuss several generalizations.An implementation of a prototype for this class of algorithms has been developed in FORTRAN, which serves to provide a comparison with existing techniques in terms of running time and accuracy. We present numerical results which demonstrate the effectiveness of the method.

You may also like...