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!



Projection based MOR: Difference between revisions

No edit summary
No edit summary
Line 6: Line 6:


We use the system
We use the system
<math>
(E_0+s_1 E+s_2E_2+\ldots +s_pE_p)x=Bu(s_1,\ldots,s_p), \quad
y=Cx,    \quad \quad \quad \quad (1)         
</math> 
<math>
<math>
E \frac{dx(t)}{dt}=A x(t)+B u(t),</math>
E \frac{dx(t)}{dt}=A x(t)+B u(t),</math>
Line 16: Line 11:
y(t)=Cx(t)+Du(t).
y(t)=Cx(t)+Du(t).
</math>
</math>
as an example to explain the basic idea. Assuming that an orthonormal  
as an example to explain the basic idea. Assuming that an orthonormal  
basis <math>V=(v_1,v_2, \ldots, v_q)</math> of the subspace <math>S_1</math> has been
basis <math>V=(v_1,v_2, \ldots, v_q)</math> of the subspace <math>S_1</math> has been
found, then the approximation <math>\tilde{\bf x}(t)</math> in <math>S_1</math> can be represented by  
found, then the approximation <math>\tilde x(t)</math> in <math>S_1</math> can be represented by  
the basis as <math>\tilde{\bf x}(t)=V{\bf z}(t)</math>. Therefore <math>{\bf x}(t)</math> can be approximated by <math>{\bf x}(t) \approx V{\bf z}(t)</math>. Here ${\bf z}$ is a vector
the basis as <math>\tilde x(t)=V z(t)</math>. Therefore <math>x(t)</math> can be approximated by <math> x(t) \approx V z(t)</math>. Here <math>z</math> is a vector
of length $q \ll n$.
of length $q \ll n$.


Once <math>{\bf z}(t)</math> is computed, we can get an  
Once <math>z(t)</math> is computed, we can get an  
approximate solution <math>\tilde{\bf x}(t)=V{\bf z}(t)</math> for <math>{\bf x}(t)</math>. The vector <math>{\bf z}(t)</math>
approximate solution <math>\tilde x(t)=V z(t)</math> for <math>x(t)</math>. The vector <math>z(t)</math>
can be computed from the reduced model which is  derived by the
can be computed from the reduced model which is  derived by the
following two steps.
following two steps.

Revision as of 15:15, 12 March 2013


The basic idea of almost all the model order reduction (MOR) methods is to find a subspace S1 which approximates the manifold where the state vector 𝐱(t) resides. Afterwards, 𝐱(t) is approximated by a vector 𝐱~(t) in $S_1$. The reduced model is produced by Petrov-Galerkin projection onto a subspace $S_2$, or by Galerkin projection onto the same subspace S1.

We use the system Edx(t)dt=Ax(t)+Bu(t), y(t)=Cx(t)+Du(t). as an example to explain the basic idea. Assuming that an orthonormal basis V=(v1,v2,,vq) of the subspace S1 has been found, then the approximation x~(t) in S1 can be represented by the basis as x~(t)=Vz(t). Therefore x(t) can be approximated by x(t)Vz(t). Here z is a vector of length $q \ll n$.

Once z(t) is computed, we can get an approximate solution x~(t)=Vz(t) for x(t). The vector z(t) can be computed from the reduced model which is derived by the following two steps.