The moment-matching methods are also called the Krylov subspace methods, as well as
approximation methods. These methods are applicable for non-parametric linear time invariant systems, often the descriptor systems, e.g.
They are very efficient in many engineering applications, circuit simulation, Microelectromechanical systems(MEMS) simulation, etc..
The basic steps are as follows. First, the transfer function
is expanded into a power series at an expansion point .
Let , then, within the convergence radius of the series, we have
where are called the moments of the transfer function about
for
.
If the expansion point is chosen as zero then the moments simplify to
.
For
the moments are also called Markov parameters which can be computed by
.
The goal in moment-matching model reduction is the construction of a reduced order
system where some moments of the associated transfer function
match some moments
of the original transfer function
.
The matrices and
for model order reduction can be computed
from the vectors which are associated with the moments, for
example, using a single expansion point
, by
Failed to parse (unknown function "\hfill"): \textrm{range}(W)=\textrm{span}\{L, { A}^{-T}L,({ A}^{-T})^2L, \ldots \hfill\ldots,({A}^{-T})^{r-1}L\}.
The reduced model is
The derived reduced order system matches the first moments; the corresponding transfer function
has good approximation properties around $0$.
%
%
Using a set of $k$ distinct expansion points $\{s_1,\cdots,s_k\}$, the reduced order system obtained by, e.g.,
%
\begin{eqnarray*}
\textrm{range}(V)&=&\textrm{span}\{(\bA-s_1 {I})^{-1}B,\ldots,(\bA-s_k {I})^{-1}B \},\\
\textrm{range}(W)&=&\textrm{span}\{(\bA-s_1 {I})^{-T}L,\ldots,(\bA-s_k {I})^{-T}L \},
\end{eqnarray*}
%
has order $r=k$ and matches the first two moments at each $s_j$, $j=1,\ldots,k$, see~\cite{Gri97}.
%
It can be seen that the columns of $V$, $W$ span Krylov subspaces
which can easily be computed by Arnoldi or Lanczos methods. In
these algorithms only matrix-vector multiplications are used which
are simple to implement and the complexity of the resulting
methods is only $O(n r^2)$. % for general systems, $O(nq)$ for a sparse matrix $\bA$.
A reduced order system~(\ref{e2.5}) is obtained following (\ref{e2.2}) and (\ref{e2.3}).