Anonymous
×
Create a new article
Write your page title here:
We currently have 106 articles on MOR Wiki. Type your article name above or click on one of the titles below and start writing!



Iterative Rational Krylov Algorithm: Difference between revisions

Breiten (talk | contribs)
No edit summary
Breiten (talk | contribs)
No edit summary
Line 27: Line 27:
G(-\hat{\lambda}_i) = \hat{G}(-\hat{\lambda}_i), \quad G'(-\hat{\lambda}_i) = \hat{G}'(-\hat{\lambda}_i), \quad, i =1,\dots,r,  
G(-\hat{\lambda}_i) = \hat{G}(-\hat{\lambda}_i), \quad G'(-\hat{\lambda}_i) = \hat{G}'(-\hat{\lambda}_i), \quad, i =1,\dots,r,  
</math>
</math>
where <math>\{\hat{\lambda}_1,\dots,\hat{\lambda}_r\} </math> are assumed to be the simple poles of <math> \hat{G} </math>. Based on the idea of rational interpolation by rational Krylov subspaces, in <ref name="GugAB08"></ref> the authors have picked up the optimality conditions and proposed to iteratively correct the projection subspaces. In pseudocode, the classical algorithm (IRKA) from <ref name="GugAB08"></ref> looks like
where <math>\{\hat{\lambda}_1,\dots,\hat{\lambda}_r\} </math> are assumed to be the simple poles of <math> \hat{G} </math>. Based on the idea of rational interpolation by rational Krylov subspaces, in <ref name="GugAB08"></ref> the authors have picked up the optimality conditions and proposed to iteratively correct projection subspaces until interpolation is ensured. In pseudocode, the classical algorithm (IRKA) from <ref name="GugAB08"></ref> looks like


  1. Make an initial selection of <math>\sigma_i </math> for <math>i=1,\dots,r </math> that is closed under conjugation and fix a convergence tolerance <math>tol</math>.
  1. Make an initial selection of <math>\sigma_i </math> for <math>i=1,\dots,r </math> that is closed under conjugation and fix a convergence tolerance <math>tol</math>.

Revision as of 07:10, 30 May 2013


Description

The iterative rational Krylov algorithm (IRKA) is an interpolation-based model reduction method for single-input-single-output linear time invariant systems

x˙(t)=Ax(t)+bu(t),y(t)=cTx(t),E,An×n,bn,cn.(1) (1)

For a given system G and a prescribed reduced system order r, the goal of the algorithm is to find a local minimizer G^ for the H2 model reduction problem

||GG^||H2=mindim(G~)=r||GG^||H2.

Initially investigated in [1], first order necessary conditions for a local minimizer G^ imply that its rational transfer function G^(s)=c^T(sIA^)1b is a Hermite interpolant of the original transfer function at its reflected system poles, i.e.,

G(λ^i)=G^(λ^i),G(λ^i)=G^(λ^i),,i=1,,r,

where {λ^1,,λ^r} are assumed to be the simple poles of G^. Based on the idea of rational interpolation by rational Krylov subspaces, in [2] the authors have picked up the optimality conditions and proposed to iteratively correct projection subspaces until interpolation is ensured. In pseudocode, the classical algorithm (IRKA) from [2] looks like

1. Make an initial selection of σi for i=1,,r that is closed under conjugation and fix a convergence tolerance tol.
2. Choose Vr and Wr so that Ran(Vr)={(σ1IA)1b,,(σrIA)1b}, Ran(Wr)={(σ1IAT)1c,,(σrIAT)1c} and WrTVr=I.
3. while (relative change in {σi}>tol)
 (a) A^=WrTAVr
 (b) Assign σiλi(A^), for i=1,,r
 (c) Update Vr and Wr so that Ran(Vr)={(σ1IA)1b,,(σrIA)1b}, Ran(Wr)={(σ1IAT)1c,,(σrIAT)1c} and WrTVr=I.
4. A^=WrTAVr,b^=WrTb,c^T=cTVr.

Although a rigorous convergence proof so far has only be given for symmetric state space systems [3], numerous experiments have shown that the algorithm often converges rapidly.


References

<references>

[1]

[2]


[3]

</ references>

  1. 1.0 1.1 L. Meier, D.G. Luenberger, "Approximation of linear constant systems", IEEE Transactions on Automatic Control, vol.12, no.5, pp.585-588 1967
  2. 2.0 2.1 2.2 S. Gugercin, A.C. Antoulas, C. Beattie "H2 Model Reduction for Large-Scale Linear Dynamical Systems", SIAM. J. Matrix Anal. & Appl., vol.30, no.2, pp.609-638 2008
  3. 3.0 3.1 G. Flagg, C. Beattie, S. Gugercin "Convergence of the Iterative Rational Krylov Algorithm", Systems & Control Letters, vol.61, no.6, pp.688-691 2012