Borrar filtros
Borrar filtros

The question of setting opts.tol in eigs

1 visualización (últimos 30 días)
Dan Li
Dan Li el 8 de Ag. de 2016
Comentada: Sindhuja Parimalarangan el 12 de Ag. de 2016
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 comentario
Sindhuja Parimalarangan
Sindhuja Parimalarangan el 12 de Ag. de 2016
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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Linear Algebra en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by