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!



Balanced Truncation: Difference between revisions

mNo edit summary
mNo edit summary
Line 16: Line 16:


<math> (A,B,C,D)= (T\tilde{A}T^{-1},T\tilde{B},\tilde{C}T^{-1},\tilde{D})=\left (\begin{bmatrix}A_{11} & A_{12}\\ A_{21} & A_{22}\end{bmatrix},\begin{bmatrix}B_1\\B_2\end{bmatrix}\begin{bmatrix} C_1 &C_2 \end{bmatrix},D\right)</math>
<math> (A,B,C,D)= (T\tilde{A}T^{-1},T\tilde{B},\tilde{C}T^{-1},\tilde{D})=\left (\begin{bmatrix}A_{11} & A_{12}\\ A_{21} & A_{22}\end{bmatrix},\begin{bmatrix}B_1\\B_2\end{bmatrix}\begin{bmatrix} C_1 &C_2 \end{bmatrix},D\right)</math>
This transformed system has transformed Gramians <math>TPT^T</math> and  <math>T^{-T}QT^{-1}</math> which are equal and diagonal.
This transformed system has transformed Gramians <math>P=T\tilde{P}T^T</math> and  <math>Q=T^{-T}\tilde{Q}T^{-1}</math> which are equal and diagonal.
The truncated reduced system is then given by
The truncated reduced system is then given by



Revision as of 14:18, 27 March 2013


An important projection model reduction method which delivers high quality reduced models by making an extra effort in choosing the projection subspaces.


A stable minimal (controllable and observable) system Σ , realized by (A,B,C,D) is called balanced, if the Gramians, i.e. the solutions P,Q of the Lyapunov equations

AP+PAT+BBT=0,ATQ+QA+CTC=0


satisfy P=Q=diag(σ1,,σn) with σ1σ2σn>0 Since in general the spectrum of (PQ)12 are the Hankel singular values for such a balanced system they are given by: {σ1,,σn}

Given an arbitrary system (A~,B~,C~,D~) we transform into a balanced one via a state-space transformation


(A,B,C,D)=(TA~T1,TB~,C~T1,D~)=([A11A12A21A22],[B1B2][C1C2],D) This transformed system has transformed Gramians P=TP~TT and Q=TTQ~T1 which are equal and diagonal. The truncated reduced system is then given by

(A^,B^,C^,D^)=(A11,B1,C1,D)

Implementation: SR Method

One computes it for example by the SR Method. First one computes the (Cholesky) factors of the gramians P=STS,Q=RTR. Then we compute the singular value decomposition of SRT


SRT=[U1U2][Σ1Σ2][V1TV2T]

Then the reduced order model is given by (WTAV,WTB,CV,D) where

W=RTV1Σ112,V=STU1Σ112.


We get then that VTW=Ir which makes VWT an oblique projector and hence balanced trunctation a Petrov-Galerkin projection method. The reduced model is stable with Hankel Singular Values given by σ1,,σr, where r is the order of the reduced system. It is possible to choose r via the computable error bound

yy^2(2k=r+1nσk)u2.

References