The iterative rational Krylov algorithm (IRKA), is an iterative algorithm, useful for
model order reduction (MOR) of
single-input single-output
In control engineering, a single-input and single-output (SISO) system is a simple single variable control system with one input and one output. In radio it is the use of only one antenna both in the transmitter and receiver.
Details
SISO syste ...
(SISO) linear time-invariant
dynamical system
In mathematics, a dynamical system is a system in which a Function (mathematics), function describes the time dependence of a Point (geometry), point in an ambient space. Examples include the mathematical models that describe the swinging of a ...
s.
At each iteration, IRKA does an Hermite type interpolation of the original system transfer function. Each interpolation requires solving
shifted pairs of
linear system
In systems theory, a linear system is a mathematical model of a system based on the use of a linear operator.
Linear systems typically exhibit features and properties that are much simpler than the nonlinear case.
As a mathematical abstraction o ...
s, each of size
; where
is the original system order, and
is the desired reduced model order (usually
).
The algorithm was first introduced by Gugercin, Antoulas and Beattie in 2008.
It is based on a first order necessary optimality condition, initially investigated by Meier and Luenberger in 1967.
The first convergence proof of IRKA was given by Flagg, Beattie and Gugercin in 2012,
for a particular kind of systems.
MOR as an optimization problem
Consider a SISO linear time-invariant dynamical system, with input
, and output
:
:
Applying the
Laplace transform
In mathematics, the Laplace transform, named after its discoverer Pierre-Simon Laplace (), is an integral transform
In mathematics, an integral transform maps a function from its original function space into another function space via integra ...
, with zero initial conditions, we obtain the
transfer function , which is a fraction of polynomials:
:
Assume
is stable. Given
, MOR tries to approximate the transfer function
, by a stable rational transfer function
, of order
:
:
A possible approximation criterion is to minimize the absolute error in
norm:
:
This is known as the
optimization problem. This problem has been studied extensively, and it is known to be non-convex;
which implies that usually it will be difficult to find a global minimizer.
Meier–Luenberger conditions
The following first order necessary optimality condition for the
problem, is of great importance for the IRKA algorithm.
Note that the poles
are the
eigenvalues
In linear algebra, an eigenvector () or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted b ...
of the reduced
matrix
.
Hermite interpolation
An Hermite interpolant
of the rational function
, through
distinct points
, has components:
:
where the matrices
and
may be found by solving
dual pairs of linear systems, one for each shift
heorem 1.1
:
IRKA algorithm
As can be seen from the previous section, finding an Hermite interpolator
of
, through
given points, is relatively easy. The difficult part is to find the correct interpolation points. IRKA tries to iteratively approximate these "optimal" interpolation points.
For this, it starts with
arbitrary interpolation points (closed under conjugation), and then, at each iteration
, it imposes the first order necessary optimality condition of the
problem:
1. find the Hermite interpolant
of
, through the actual
shift points:
.
2. update the shifts by using the poles of the new
:
The iteration is stopped when the relative change in the set of shifts of two successive iterations is less than a given tolerance. This condition may be stated as:
:
As already mentioned, each Hermite interpolation requires solving
shifted pairs of linear systems, each of size
:
:
Also, updating the shifts requires finding the
poles of the new interpolant
. That is, finding the
eigenvalues of the reduced
matrix
.
Pseudocode
The following is a pseudocode for the IRKA algorithm
lgorithm 4.1
algorithm IRKA
input:
,
,
closed under conjugation
% Solve primal systems
% Solve dual systems
while relative change in > tol
% Reduced order matrix
% Update shifts, using poles of
% Solve primal systems
% Solve dual systems
end while
return
% Reduced order model
Convergence
A SISO linear system is said to have symmetric state space (SSS), whenever:
This type of systems appear in many important applications, such as in the analysis of RC circuits and in inverse problems involving 3D
Maxwell's equations
Maxwell's equations, or Maxwell–Heaviside equations, are a set of coupled partial differential equations that, together with the Lorentz force law, form the foundation of classical electromagnetism, classical optics, and electric circuits.
...
.
For SSS systems with distinct poles, the following convergence result has been proven:
"IRKA is a locally convergent fixed point iteration to a local minimizer of the
optimization problem."
Although there is no convergence proof for the general case, numerous experiments have shown that IRKA often converges rapidly for different kind of linear dynamical systems.
Extensions
IRKA algorithm has been extended by the original authors to
multiple-input multiple-output
In radio, multiple-input and multiple-output, or MIMO (), is a method for multiplying the capacity of a radio link using multiple transmission and receiving antennas to exploit multipath propagation. MIMO has become an essential element of wir ...
(MIMO) systems, and also to discrete time and differential algebraic systems
emark 4.1
See also
Model order reduction
References
{{Reflist
External links
Model Order Reduction Wiki
Numerical analysis
Mathematical modeling