Efficient computation of tridiagonal matrices largest eigenvalue

作者:

Highlights:

摘要

This paper proposes a method for a fast estimation of the largest eigenvalue of an asymmetric tridiagonal matrix. The proposed method is based on the Power method and the computation of the square of the original matrix. The matrix square is computed through a proposed fast algorithm designed specifically for tridiagonal matrices. Implementations for compressed column (CCS) and compressed row storage (CRS) formats are provided, discussed and compared to a standard scientific library. We investigate the roundoff numerical errors, showing that the proposed method provides errors no greater than the usual Power method. We provide numerical results with simulations in C/C++ implementation in order to demonstrate the effectiveness of the proposed method.

论文关键词:Eigenvalue,Tridiagonal matrix,Fast algorithm,Power method

论文评审过程:Received 8 June 2017, Revised 7 August 2017, Accepted 20 August 2017, Available online 31 August 2017, Version of Record 21 September 2017.

论文官网地址:https://doi.org/10.1016/j.cam.2017.08.008