Description
The moment-matching methods are also called the Krylov subspace methods[1], as well as Padé approximation methods[2]. They belong to the Projection based MOR methods. These methods are applicable to non-parametric linear time invariant systems, often descriptor systems, e.g.
They are very efficient in many engineering applications, such as 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
.
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
where .
The transfer function of the reduced model has good approximation properties around
, which matches the first
moments of
at
.
Using a set of distinct expansion points
, the reduced model obtained by, e.g.,
matches the first two moments at each ,
, see [3]. The reduced model is in the form as below
For the case of one expansion point in (1)(2), it can be seen that the columns of ,
span Krylov subspaces
which can easily be computed by Arnoldi or Lanczos methods. The matrices
and
in (3)(4) can be computed with the rational Krylov algorithm in[3] or with the modified Gram-Schmidt process. In these algorithms only a few number of linear systems need to be solved, where matrix-vector multiplications are only used if using iterative solvers, which are simple to implement and the complexity of the resulting
methods is roughly
for sparse matrices
.
References
- ↑ R.W. Freund, "Model reduction methods based on Krylov subspaces". Acta Numerica, 12:267-319, 2003.
- ↑ P. Feldmann and R.W. Freund, "Efficient linear circuit analysis by Pade approximation via the Lanczos process". IEEE Trans. Comput.-Aided Des. Integr. Circuits Syst., 14:639-649, 1995.
- ↑ 3.0 3.1 E.J. Grimme, "Krylov projection methods for model reduction. PhD thesis, Univ. Illinois, Urbana-Champaign, 1997.