필터 지우기
필터 지우기

The question of setting opts.tol in eigs

조회 수: 1 (최근 30일)
Dan Li
Dan Li 2016년 8월 8일
댓글: Sindhuja Parimalarangan 2016년 8월 12일
In the help document of eigs, the opts.tol refers to the Ritz estimate residual. I have two questions:
1. How to calculate the Ritz estimate residual? 2. If using eigs to solve a generalized eigenvalue problem, does matlab use the same criterion RitzRes <= tol*norm(A) or does matlab include the norm of B, such as RitzRes <= tol*(norm(A)+norm(B))?
Thanks
  댓글 수: 1
Sindhuja Parimalarangan
Sindhuja Parimalarangan 2016년 8월 12일
Hi Dan,
The Ritz estimate residual calculations is based on the algorithms described in the following papers as mentioned at the bottom of the eigs documentation page:
1] Lehoucq, R.B. and D.C. Sorensen, "Deflation Techniques for an Implicitly Re-Started Arnoldi Iteration." SIAM J. Matrix Analysis and Applications. Vol. 17, 1996, pp. 789–821.
[2] Sorensen, D.C., "Implicit Application of Polynomial Filters in a k-Step Arnoldi Method." SIAM J. Matrix Analysis and Applications. Vol. 13, 1992, pp. 357–385.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by