Re: Partial Schur decomposition in Matlab
- From: spellucci@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (Peter Spellucci)
- Date: Tue, 30 Oct 2007 17:30:49 +0000 (UTC)
In article <fg4j75$83c$1@xxxxxxxxxxxxxxx>,
Dirk Diggler <dirk_f_diggler@xxxxxxxxx> writes:
Hi,
What would be the easiest way to compute partial Schur decomposition in
Matlab? Pearhaps modifying eigs.m in such a way that it returns Schur
instead of Ritz vectors? I must admitt I am having significant trouble with
that. Any other sugesstions/solutions?
this will hardly work since eigs is only a calling sequence for arpack
and modyfying arpack yourself something like rewriting it.
achieving this piecewise (one vector obtained, compute Schur transformation,
repeat) is also hopeless since this destroys sparsity.
you seem , in principle, on the way to rediscover G.W.Stewart's SRR algorithm
for simultaneous vector iteration for nonhermitian matrices (published in
Numerische Mathematik 25, pages 123-136, (1976 )
hth
peter
.
- Follow-Ups:
- Re: Partial Schur decomposition in Matlab
- From: Dirk Diggler
- Re: Partial Schur decomposition in Matlab
- References:
- Partial Schur decomposition in Matlab
- From: Dirk Diggler
- Partial Schur decomposition in Matlab
- Prev by Date: Re: machine precision and non-normalised numbers
- Next by Date: Re: Exact or Least-Squares Solution 5 Equations
- Previous by thread: Partial Schur decomposition in Matlab
- Next by thread: Re: Partial Schur decomposition in Matlab
- Index(es):