Passivity Preserving Model Reduction for Large-Scale Systems. Peter Benner.

Size: px
Start display at page:

Download "Passivity Preserving Model Reduction for Large-Scale Systems. Peter Benner."

Transcription

1 Passivity Preserving Model Reduction for Large-Scale Systems Peter Benner Mathematik in Industrie und Technik Fakultät für Mathematik Sonderforschungsbereich 393 S N benner@mathematik.tu-chemnitz.de SIMULATION joint work with Heike Faßbender, Enrique S. Quintana-Ortí Model Order Reduction, Coupled Problems and Optimization Lorentz Center, Leiden, September 19 23, 2005

2 Outline Outline Linear systems in circuit simulation Model reduction Positive-real balanced truncation Implementation of PRBT Newton s method for algebraic Riccati equations Implementation based on matrix sign function Implementation based on ADI method Passive reduced-order models by interpolating spectral zeros Conclusions SIMULATIONSN 2

3 Linear systems in circuit simulation Linear Systems Linear time-invariant systems in generalized state-space form: Eẋ(t) = Ax(t) + Bu(t), t > 0, x(0) = x 0, y(t) = Cx(t) + Du(t), n generalized states, i.e., x(t) R n (n is the order of the system); m inputs, i.e., u(t) R m ; m outputs, i.e., y(t) R m ; A λe stable, i.e., λ (A, E) C { } system is stable, Corresponding transfer function: G(s) = C(sE A) 1 B + D. In frequency domain, y(s) = G(s)u(s). SIMULATIONSN 3

4 Linear systems in circuit simulation Linear Systems in Circuit Simulation In circuit simulation, linear systems arise from a modified nodal analysis (MNA) using Kirchhoff s laws for linear RLC circuits, resulting from, e.g., decoupling large sub-circuits of a given layout/network, modeling interconnect (transmission lines), modeling the pin package of VLSI circuits; linearization of nonlinear circuits around a DC operating point (e.g.,in small-signal analysis). SIMULATIONSN 4

5 Model reduction Model Reduction Often, order n is too large to allow simulation in an adequate time or to even tackle the model using available solvers. Idea: replace order-n original system Eẋ(t) = Ax(t) + Bu(t), y(t) = Cx(t) + Du(t), by reduced-order system Ẽ x(t) = Ã x(t) + Bu(t), ỹ(t) = C x(t) + Du(t), of order l n with ỹ(t) R p such that the output error is small. y ỹ = Gu Gu G G u SIMULATIONSN 5

6 Model reduction Passive Systems Important property of circuits to be preserved in reduced-order model: passivity. Definition: A linear system is passive if t u(τ)t y(τ) dτ 0 t R, u L 2 (R, R m ). The system cannot generate energy. system is passive its transfer function is positive real Definition: A real, rational matrix-valued function G : C C m m is positive real if 1. G is analytic in C + := {s C Re(s) > 0}, 2. G(s) + G T ( s) 0 for all s C +. SIMULATIONSN 6

7 Model reduction Goal For passive linear system, compute passive reduced-order system with computable global error bound. Padé-type methods in general do not preserve passivity, post-processing necessary [Bai/(Feldmann)/Freund 98, 01]. PRIMA [Odabasioglu et al. 96, 97] preserves passivity for interconnect models, basically Arnoldi process. SyPVL preserves passivity for RLC circuits [Feldmann/Freund 96, 97]. LR-ADI/dominant subspace approximation can preserve passivity [Li/White 01]. No computable error bounds available for Krylov-type methods. Here: alternative approach for general passive systems based on positive-real balancing. SIMULATIONSN 7

8 Positive-real balanced truncation Positive-Real Balancing Set R := D + D T (positive real R 0, here assume R > 0), Â := A BR 1 C, and consider the two dual positive-real algebraic Riccati equations (PAREs) 0 = ÂP ET + EP ÂT + EP C T R 1 CP E T + BR 1 B T, 0 = ÂT QE + E T QÂ + EQBR 1 B T QE + C T R 1 C. Let P min, Q min > 0 be the minimal solutions, then the system is positive real balanced iff P min = E T Q min E = diag(σ 1,..., σ n ). P min, E T Q min E are called positive-real Gramians. Note: P min, Q min > 0 are the stabilizing solutions of the PAREs. SIMULATIONSN 8

9 Positive-real balanced truncation Positive-Real Balanced Truncation I 1. Find positive-real balancing equivalence transformation (E, A, B, C, D) (T ES 1, T AS 1, T B, CS 1, D) =: (Ẽ, Ã, B, C, D), [ ] P min = E T Σ1 Σ Q min E =, 1 = diag(σ 1,..., σ r ), Σ 2 = diag(σ r+1,..., σ n ), Σ 2 σ 1 σ 2... σ r > σ r+1 σ r+2... σ n > Truncate the states x r+1,..., x n of the balanced system ([ ] [ ] [ ] (Ẽ, Ã, B, C, D) E11 E = 12 A11 A, 12 B1,, [ ) ] C E 21 E 22 A 21 A 22 B 1 C 2, D, 2 i.e., the reduced-order model and transfer function are (E r, A r, B r, C r, D r ) := (E 11, A 11, B 11, C 11, D) G r (s) = C r (se r A r ) 1 B r + D r SIMULATIONSN 9

10 Positive-real balanced truncation Positive-Real Balanced Truncation II Properties: Reduced-order model is passive ( stable), relative error bound if G H D 2 : G G r H G H G G r H G + D T H 2 R 2 2 G r + D T H n k=r+1 σ k Computation: Analogous to balanced truncation: let P min = S T S, E T Q min E = R T R, transformation matrices and reduced-order model are computed from SVD of SR T. Often, P min, Q min have low numerical rank = use (numerical) full-rank factors rather than Cholesky factors = cheap SVD, cost O(n) instead of O(n 3 ) = need method to compute factored solutions of PAREs. SIMULATIONSN 10

11 Implementation Newton s Method for AREs Newton s method for AREs Consider algebraic Riccati equation (ARE) 0 = R(Q) = C T C + A T Q + QA QBB T Q. Frechét derivative of R at Q: R Q : Z (A BB T Q) T Z + Z(A BB T Q) Newton-Kantorovich method: Q j+1 = Q j ( R Q j ) 1 R(Qj ), j = 0, 1, 2,... SIMULATIONSN 11

12 Implementation Newton s method for AREs = Newton s method for AREs [Kleinman 68, Mehrmann 91, Lancaster/Rodman 95] FOR j = 0, 1, 2,... A j A BB T Q j =: A BK j. Solve Lyapunov equation A T j N j + N j A j = R(Q j ). Q j+1 Q j + N j. END FOR j Convergence: A j is stable j 0. 0 Q... Q j+1 Q j... Q 1. lim j R(Q j ) F = 0, lim j Q j = Q 0 (quadratically), acceleration of (initially slow) convergence possible using line searches. Need efficient Lyapunov solver, depending on data structures and computing full-numerical-rank factors. SIMULATIONSN 12

13 Implementation Factored Newton Iteration Newton s method for AREs Rewrite Newton s method for AREs [Kleinman 68] A T j N j + N j A j = R(Q j ) A T j (Q j + N j ) + (Q }{{} j + N j ) A }{{} j = C T C Q j BB T Q }{{} j =Q j+1 =Q j+1 =: W j W T j Let Q j = Y j Y T j for rank (Y j ) n: A T j ( Yj+1 Yj+1 T ) ( + Yj+1 Yj+1) T Aj = W j Wj T SIMULATIONSN 13

14 Implementation Method based on Matrix Sign Function matrix sign function implementation Want method for solving Lyapunov equations which computes full-rank factor Y j+1 directly (without ever forming Q j+1 ). Consider F T X + XF + E = 0. Newton s method for the matrix sign function yields [Roberts 71]: F 0 F, E 0 E, for j = 0, 1, 2,... F k+1 1 ( Fk + c 2 2c kf 1 ) k, k E k+1 1 ( Ek + c 2 2c kf T k k = X = 1 2 lim j E k E k F 1 ) k. Here: E = B T B or C T C, F = A T or A, want factor R of solution. SIMULATIONSN 14

15 Implementation Solving Lyapunov Equations for Full-Rank Factor matrix sign function implementation Consider now A T X + XA + C T C = 0. For E 0 = C T 0 C 0 := C T C, C R p n obtain E k+1 = 1 ( Ek + c 2 2c ka T k k E ka 1 ) 1 k = 2c k [ C k c k C k A 1 k ] T [ C k c k C k A 1 k ]. = Re-write E k iteration: [ C 0 := C, C k+1 := 1 2ck C k c k C k A 1 k ], = 1 2 lim k C k = R Problem: C k R p k n = C k+1 R 2p k n Cure: limit work space by computing rank-revealing QR factorization in each step. SIMULATIONSN 15

16 Implementation Application to Positive-Real Balancing I matrix sign function implementation Factored Newton method not directly applicable to PAREs! Need modification: right-hand side of Lyapunov equation W j W T j. with R > 0. RHS = C T R 1 C+Q j BR 1 B T Q j =: C C T + B j BT j Lyapunov equation is non-singular linear system of equations = write A T j Q j+1 + Q j+1 A j = C T C + BT j Bj as A T j (Q j+1 Q j+1 ) + (Q j+1 Q j+1 )A j = W j Wj T ( W j Wj T = Solve two Lyapunov equations per step with equal Lyapunov operator. ). SIMULATIONSN 16

17 Implementation Application to Positive-Real Balancing II matrix sign function implementation To get factored Newton iterates need factor of Q := Q jmax Q jmax = Z jmax Z T j max Z jmax Z T j max 0. Solution: similar to stochastic balanced truncation [Varga/Fasol 93, Varga 00] Get full-rank factor from stable, nonnegative Lyapunov equation A T (Z T Z) + (Z T Z)A + C T C = 0 where C = R 1 2 C R 1 2 B [Zjmax, Z jmax ] [ Z T jmax Z T j max ]. SIMULATIONSN 17

18 Implementation Need method for solving Lyapunov equations Sparse Implementation sparse implementation A T j ( Yj+1 Yj+1 T ) ( + Yj+1 Yj+1 T ) Aj = W j Wj T, where W j = [C T, Y j (Yj T B)], which computes Y j+1 directly (without ever forming X j+1 ), and uses the structure of A j, A j = A BK j = A B (B T Y j ) Y T j, = sparse m Note: as m n, we can efficiently apply Sherman-Morrison-Woodbury formula (A BK j ) 1 = (I n + A 1 B(I m K j A 1 B) }{{} K j )A 1 m m = (I n + ˆB(I m K j ˆB) 1 K j )A 1 SIMULATIONSN 18

19 Implementation ADI Method for Lyapunov Equations sparse implementation For A R n n stable, W R n w (w n), consider Lyapunov equation A T X + XA = W W T. ADI Iteration: [Wachspress 88] (A T + p k I)X (j 1)/2 = W W T X k 1 (A p k I) (A T T + p k I)X k = W W T X (j 1)/2 (A p k I) with parameters p k C and p k+1 = p k if p k R. For X 0 = 0 and proper choice of p k : lim X k = X superlinear. k Re-formulation using X k = Z k Z T k yields iteration for Z k... SIMULATIONSN 19

20 Implementation Set X k = Z k Z T k Factored ADI Iteration [Penzl 97, Li/Wang/White 99, B./Li/Penzl], some algebraic manipulations = sparse implementation V 1 p 2Re (p 1 )(A T + p 1 I) 1 W, Z 1 V 1 FOR j = 2, 3,... r V k `I (pk + p k 1 )(A T + p k I) 1 V k 1, Z k ˆ Z k 1 V k where and Re (p k ) Re (p k 1 ) Z kmax = [ V 1... V kmax ] V k = C n w Z kmax Z T k max X Note: Implementation in real arithmetic possible by combining two steps. SIMULATIONSN 20

21 Implementation Newton-ADI for ARE [B./Li/Penzl] Solve Lyapunov equation (A BK j ) T Y j+1 Y T j+1 + Y j+1y T j+1 (A BK j) = W j W T j with factored ADI iteration. sparse implementation Obtain low-rank approximations Z 0, Z 1,..., Z kmax to Lyapunov solution. Newton s method with factored iterates Q j+1 = Y j+1 Y T j+1 = Z k max Z T k max. Factored solution of ARE: Q Y jmax Y T j max. SIMULATIONSN 21

22 Numerical examples Numerical Examples 1. Transmission line based on RLC loops used as interconnect model [Infineon 2002] Partitioning into nseg segments = n = 3nseg inputs, 2 outputs. E nonsingular, but ill-conditioned. 2. RLC ladder network, also used for interconnect modeling [Gugercin/Antoulas 2003] Cascadic interconnection of nsec sections, each section consisting of an RLC loop in parallel with an additional resistance = n = 2nsec. 1 input, 1 output. E = I n. Hardware: Xeon cluster with 30 nodes (2.4GHz, 1GByte RAM each) 3,800 Mflops for matrix product. Interconnection network uses Myrinet switch 10 µsec latency, 1.9 Gbit/sec bandwidth. SIMULATIONSN 22

23 Numerical examples Example 1: Accuracy Here, n = 199, m = p = 2, r = 20. Difficulty: catch falling edge of output signal around 100 Hz. Bode Diagram From: In(1) 0 From: In(2) 50 To: Out(1) Magnitude (db) To: Out(2) Frequency (rad/sec) SIMULATIONSN 23

24 Numerical examples Example 2: Accuracy n = 1000, m = p = H error for r = 8 Numerical ranks of Gramians are 90, 75. Reduced-order selection: r = max{j σ j /σ } = r = 8. G(jω) G 8 (jω) Newton iterations, 9 sign iterations each Frequency ω SIMULATIONSN 24

25 Numerical examples Parallel Performance Mflop rate of the numerical kernels Execution times max n 10, 000 n = 2002 (Ex. 1), n = 2000 (Ex. 2) 3000 Random stable system; n/sqrt(n p ) = 2000; m=p=1 psb03odc pdgeclnw pdgecrny 3 x 104 Passive model reduction of RLC Examples Example 1 Example Mflops per node 1500 Execution time (sec.) Number of processors Number of processors Speed-up #Nodes (n p ) Ex. 1 Ex SIMULATIONSN 25

26 Interpolating spectral zeros Passive Reduced-Order Models by Interpolating Spectral Zeros Definition: Spectral factorization of a positive real transfer function: G(s) + G T ( s) = W (s)w T ( s), W (s) stable, rational. Spectral zeros of G: S G := {λ C det W (λ) = 0}. Theorem: (Antoulas 2002/05) Let S G be the spectral zeros of a reduced-order model. If S G S G, G(λ) = G(λ) λ S G G is a minimal degree rational interpolant of the values of G on the set S G, then the reduced-order model corresponding to G is both stable and passive. SIMULATIONSN 26

27 Interpolating spectral zeros Computing an Interpolatory Reduced-Order Model I Choose 2l distinct points s 1,..., s 2l S G. Let Ṽ = [(s 1 I A) 1 B... (s k I A) 1 B] W = [(s k+1 I A T ) 1 C T... (s 2k I A T ) 1 C T ]. Assume det W T Ṽ 0, let V = Ṽ W = W (Ṽ T W ) 1 and compute the projected system à = W T AV, B = W T B, C = CV, D = D. Then G(s i ) = G(s i ), i = 1, 2,..., 2l. and the projected system is stable and passive. [Antoulas 2002/05] SIMULATIONSN 27

28 Interpolating spectral zeros Computing an Interpolatory Reduced-Order Model II Theorem: (Antoulas 2002/05) The (finite) spectal zeros are the (finite) eigenvalues of M λl = A B A T C T C B T D + D T λ I I 0. Method: (Sorensen 2003/05) Compute partial Schur reduction MQ = LQT where Re(λ) > 0 for all λ λ (T ) using a Cayley transformation (µl M) 1 (µl + M), µ R. Let Q T = [X T, Y T, Z T ]. and compute SVD X T Y = Q x S 2 Q T y. Let V = XQ x S 1 and W = Y Q y S 1. Then à = W T AV, B = W T B, C = CV is stable and passive. SIMULATIONSN 28

29 Interpolating spectral zeros Computing an Interpolatory Reduced-Order Model III For R := D +D T > 0, the finite spectral zeros (eigenvalues of M λl) are the eigenvalues of the Hamiltonian matrix [ ] A BR 1 C BR 1 B T C T R 1 C (A BR 1 C) T. Instead of partial Schur decomposition, compute using the Hamiltonian Lanczos process. Advantages: HQ = QT where Re(λ) > 0 λ λ (T ) Hamiltonian spectral symmetry is preserved. Faster convergence if complex shifts are used. Slightly cheaper iterations. SIMULATIONSN 29

30 Interpolating spectral zeros Numerical Example Example 2, again: (RLC ladder network [Gugercin/Antoulas 2003], here n = 400, r = Spectral Zeros Right Half Plane Spectral Zeros and Interpolation Points Imaginary Part Imaginary Part Cayley approach Hamiltonian approach spectral values Real Part Real Part SIMULATIONSN 30

31 Interpolating spectral zeros Numerical Example: Accuracy Bode Diagram Cayley approach Magnitude (db) original system reduced system Frequency (rad/sec) Bode Diagram Hamiltonian approach Magnitude (db) original system reduced system Frequency (rad/sec) SIMULATIONSN 31

32 Conclusions Conclusions Guaranteed passive reduced-order models. PRBT reduced-order models more accurate than models computed via moment matching/pvl for same order. Global (though conservative) error bound. PRBT applicable to fairly large models using parallelization. New variant of method based on interpolation of spectral zeros using structure-preserving method. Descriptor case for sparse systems not treatable yet. Parallel implementation based on sign function for software library PLiCMR available. SIMULATIONSN 32

33 Conclusions Ad(é) Thank you for your attention! SIMULATIONSN 33

The Newton-ADI Method for Large-Scale Algebraic Riccati Equations. Peter Benner.

The Newton-ADI Method for Large-Scale Algebraic Riccati Equations. Peter Benner. The Newton-ADI Method for Large-Scale Algebraic Riccati Equations Mathematik in Industrie und Technik Fakultät für Mathematik Peter Benner benner@mathematik.tu-chemnitz.de Sonderforschungsbereich 393 S

More information

S N. hochdimensionaler Lyapunov- und Sylvestergleichungen. Peter Benner. Mathematik in Industrie und Technik Fakultät für Mathematik TU Chemnitz

S N. hochdimensionaler Lyapunov- und Sylvestergleichungen. Peter Benner. Mathematik in Industrie und Technik Fakultät für Mathematik TU Chemnitz Ansätze zur numerischen Lösung hochdimensionaler Lyapunov- und Sylvestergleichungen Peter Benner Mathematik in Industrie und Technik Fakultät für Mathematik TU Chemnitz S N SIMULATION www.tu-chemnitz.de/~benner

More information

A Newton-Galerkin-ADI Method for Large-Scale Algebraic Riccati Equations

A Newton-Galerkin-ADI Method for Large-Scale Algebraic Riccati Equations A Newton-Galerkin-ADI Method for Large-Scale Algebraic Riccati Equations Peter Benner Max-Planck-Institute for Dynamics of Complex Technical Systems Computational Methods in Systems and Control Theory

More information

Parallel Model Reduction of Large Linear Descriptor Systems via Balanced Truncation

Parallel Model Reduction of Large Linear Descriptor Systems via Balanced Truncation Parallel Model Reduction of Large Linear Descriptor Systems via Balanced Truncation Peter Benner 1, Enrique S. Quintana-Ortí 2, Gregorio Quintana-Ortí 2 1 Fakultät für Mathematik Technische Universität

More information

BALANCING-RELATED MODEL REDUCTION FOR LARGE-SCALE SYSTEMS

BALANCING-RELATED MODEL REDUCTION FOR LARGE-SCALE SYSTEMS FOR LARGE-SCALE SYSTEMS Professur Mathematik in Industrie und Technik Fakultät für Mathematik Technische Universität Chemnitz Recent Advances in Model Order Reduction Workshop TU Eindhoven, November 23,

More information

BALANCING-RELATED MODEL REDUCTION FOR DATA-SPARSE SYSTEMS

BALANCING-RELATED MODEL REDUCTION FOR DATA-SPARSE SYSTEMS BALANCING-RELATED Peter Benner Professur Mathematik in Industrie und Technik Fakultät für Mathematik Technische Universität Chemnitz Computational Methods with Applications Harrachov, 19 25 August 2007

More information

MODEL REDUCTION BY A CROSS-GRAMIAN APPROACH FOR DATA-SPARSE SYSTEMS

MODEL REDUCTION BY A CROSS-GRAMIAN APPROACH FOR DATA-SPARSE SYSTEMS MODEL REDUCTION BY A CROSS-GRAMIAN APPROACH FOR DATA-SPARSE SYSTEMS Ulrike Baur joint work with Peter Benner Mathematics in Industry and Technology Faculty of Mathematics Chemnitz University of Technology

More information

Model reduction of coupled systems

Model reduction of coupled systems Model reduction of coupled systems Tatjana Stykel Technische Universität Berlin ( joint work with Timo Reis, TU Kaiserslautern ) Model order reduction, coupled problems and optimization Lorentz Center,

More information

Efficient Implementation of Large Scale Lyapunov and Riccati Equation Solvers

Efficient Implementation of Large Scale Lyapunov and Riccati Equation Solvers Efficient Implementation of Large Scale Lyapunov and Riccati Equation Solvers Jens Saak joint work with Peter Benner (MiIT) Professur Mathematik in Industrie und Technik (MiIT) Fakultät für Mathematik

More information

Balanced Truncation Model Reduction of Large and Sparse Generalized Linear Systems

Balanced Truncation Model Reduction of Large and Sparse Generalized Linear Systems Balanced Truncation Model Reduction of Large and Sparse Generalized Linear Systems Jos M. Badía 1, Peter Benner 2, Rafael Mayo 1, Enrique S. Quintana-Ortí 1, Gregorio Quintana-Ortí 1, A. Remón 1 1 Depto.

More information

Model reduction of nonlinear circuit equations

Model reduction of nonlinear circuit equations Model reduction of nonlinear circuit equations Tatjana Stykel Technische Universität Berlin Joint work with T. Reis and A. Steinbrecher BIRS Workshop, Banff, Canada, October 25-29, 2010 T. Stykel. Model

More information

Model Reduction for Dynamical Systems

Model Reduction for Dynamical Systems Otto-von-Guericke Universität Magdeburg Faculty of Mathematics Summer term 2015 Model Reduction for Dynamical Systems Lecture 8 Peter Benner Lihong Feng Max Planck Institute for Dynamics of Complex Technical

More information

Parallel Solution of Large-Scale and Sparse Generalized algebraic Riccati Equations

Parallel Solution of Large-Scale and Sparse Generalized algebraic Riccati Equations Parallel Solution of Large-Scale and Sparse Generalized algebraic Riccati Equations José M. Badía 1, Peter Benner 2, Rafael Mayo 1, and Enrique S. Quintana-Ortí 1 1 Depto. de Ingeniería y Ciencia de Computadores,

More information

Balancing-Related Model Reduction for Large-Scale Systems

Balancing-Related Model Reduction for Large-Scale Systems Balancing-Related Model Reduction for Large-Scale Systems Peter Benner Professur Mathematik in Industrie und Technik Fakultät für Mathematik Technische Universität Chemnitz D-09107 Chemnitz benner@mathematik.tu-chemnitz.de

More information

Passive Interconnect Macromodeling Via Balanced Truncation of Linear Systems in Descriptor Form

Passive Interconnect Macromodeling Via Balanced Truncation of Linear Systems in Descriptor Form Passive Interconnect Macromodeling Via Balanced Truncation of Linear Systems in Descriptor Form Boyuan Yan, Sheldon X.-D. Tan,PuLiu and Bruce McGaughy Department of Electrical Engineering, University of

More information

Comparison of Model Reduction Methods with Applications to Circuit Simulation

Comparison of Model Reduction Methods with Applications to Circuit Simulation Comparison of Model Reduction Methods with Applications to Circuit Simulation Roxana Ionutiu, Sanda Lefteriu, and Athanasios C. Antoulas Department of Electrical and Computer Engineering, Rice University,

More information

Model reduction of large-scale dynamical systems

Model reduction of large-scale dynamical systems Model reduction of large-scale dynamical systems Lecture III: Krylov approximation and rational interpolation Thanos Antoulas Rice University and Jacobs University email: aca@rice.edu URL: www.ece.rice.edu/

More information

Model Reduction for Unstable Systems

Model Reduction for Unstable Systems Model Reduction for Unstable Systems Klajdi Sinani Virginia Tech klajdi@vt.edu Advisor: Serkan Gugercin October 22, 2015 (VT) SIAM October 22, 2015 1 / 26 Overview 1 Introduction 2 Interpolatory Model

More information

Factorized Solution of Sylvester Equations with Applications in Control

Factorized Solution of Sylvester Equations with Applications in Control Factorized Solution of Sylvester Equations with Applications in Control Peter Benner Abstract Sylvester equations play a central role in many areas of applied mathematics and in particular in systems and

More information

Model order reduction of electrical circuits with nonlinear elements

Model order reduction of electrical circuits with nonlinear elements Model order reduction of electrical circuits with nonlinear elements Andreas Steinbrecher and Tatjana Stykel 1 Introduction The efficient and robust numerical simulation of electrical circuits plays a

More information

Accelerating Model Reduction of Large Linear Systems with Graphics Processors

Accelerating Model Reduction of Large Linear Systems with Graphics Processors Accelerating Model Reduction of Large Linear Systems with Graphics Processors P. Benner 1, P. Ezzatti 2, D. Kressner 3, E.S. Quintana-Ortí 4, Alfredo Remón 4 1 Max-Plank-Institute for Dynamics of Complex

More information

SYSTEM-THEORETIC METHODS FOR MODEL REDUCTION OF LARGE-SCALE SYSTEMS: SIMULATION, CONTROL, AND INVERSE PROBLEMS. Peter Benner

SYSTEM-THEORETIC METHODS FOR MODEL REDUCTION OF LARGE-SCALE SYSTEMS: SIMULATION, CONTROL, AND INVERSE PROBLEMS. Peter Benner SYSTEM-THEORETIC METHODS FOR MODEL REDUCTION OF LARGE-SCALE SYSTEMS: SIMULATION, CONTROL, AND INVERSE PROBLEMS Professur Mathematik in Industrie und Technik Fakultät für Mathematik Technische Universität

More information

Model Reduction for Linear Dynamical Systems

Model Reduction for Linear Dynamical Systems Summer School on Numerical Linear Algebra for Dynamical and High-Dimensional Problems Trogir, October 10 15, 2011 Model Reduction for Linear Dynamical Systems Peter Benner Max Planck Institute for Dynamics

More information

Approximation of the Linearized Boussinesq Equations

Approximation of the Linearized Boussinesq Equations Approximation of the Linearized Boussinesq Equations Alan Lattimer Advisors Jeffrey Borggaard Serkan Gugercin Department of Mathematics Virginia Tech SIAM Talk Series, Virginia Tech, April 22, 2014 Alan

More information

Moving Frontiers in Model Reduction Using Numerical Linear Algebra

Moving Frontiers in Model Reduction Using Numerical Linear Algebra Using Numerical Linear Algebra Max-Planck-Institute for Dynamics of Complex Technical Systems Computational Methods in Systems and Control Theory Group Magdeburg, Germany Technische Universität Chemnitz

More information

Sonderforschungsbereich 393

Sonderforschungsbereich 393 Sonderforschungsbereich 393 Parallele Numerische Simulation für Physik und Kontinuumsmechanik Peter Benner Enrique S. Quintana-Ortí Gregorio Quintana-Ortí Solving Stable Sylvester Equations via Rational

More information

Iterative Rational Krylov Algorithm for Unstable Dynamical Systems and Generalized Coprime Factorizations

Iterative Rational Krylov Algorithm for Unstable Dynamical Systems and Generalized Coprime Factorizations Iterative Rational Krylov Algorithm for Unstable Dynamical Systems and Generalized Coprime Factorizations Klajdi Sinani Thesis submitted to the Faculty of the Virginia Polytechnic Institute and State University

More information

Linear and Nonlinear Matrix Equations Arising in Model Reduction

Linear and Nonlinear Matrix Equations Arising in Model Reduction International Conference on Numerical Linear Algebra and its Applications Guwahati, January 15 18, 2013 Linear and Nonlinear Matrix Equations Arising in Model Reduction Peter Benner Tobias Breiten Max

More information

Model reduction of large-scale systems by least squares

Model reduction of large-scale systems by least squares Model reduction of large-scale systems by least squares Serkan Gugercin Department of Mathematics, Virginia Tech, Blacksburg, VA, USA gugercin@mathvtedu Athanasios C Antoulas Department of Electrical and

More information

CME 345: MODEL REDUCTION

CME 345: MODEL REDUCTION CME 345: MODEL REDUCTION Balanced Truncation Charbel Farhat & David Amsallem Stanford University cfarhat@stanford.edu These slides are based on the recommended textbook: A.C. Antoulas, Approximation of

More information

Structured Krylov Subspace Methods for Eigenproblems with Spectral Symmetries

Structured Krylov Subspace Methods for Eigenproblems with Spectral Symmetries Structured Krylov Subspace Methods for Eigenproblems with Spectral Symmetries Fakultät für Mathematik TU Chemnitz, Germany Peter Benner benner@mathematik.tu-chemnitz.de joint work with Heike Faßbender

More information

ADI-preconditioned FGMRES for solving large generalized Lyapunov equations - A case study

ADI-preconditioned FGMRES for solving large generalized Lyapunov equations - A case study -preconditioned for large - A case study Matthias Bollhöfer, André Eppler TU Braunschweig Institute Computational Mathematics Syrene-MOR Workshop, TU Hamburg October 30, 2008 2 / 20 Outline 1 2 Overview

More information

Model Order Reduction of Continuous LTI Large Descriptor System Using LRCF-ADI and Square Root Balanced Truncation

Model Order Reduction of Continuous LTI Large Descriptor System Using LRCF-ADI and Square Root Balanced Truncation , July 1-3, 15, London, U.K. Model Order Reduction of Continuous LI Large Descriptor System Using LRCF-ADI and Square Root Balanced runcation Mehrab Hossain Likhon, Shamsil Arifeen, and Mohammad Sahadet

More information

Parametrische Modellreduktion mit dünnen Gittern

Parametrische Modellreduktion mit dünnen Gittern Parametrische Modellreduktion mit dünnen Gittern (Parametric model reduction with sparse grids) Ulrike Baur Peter Benner Mathematik in Industrie und Technik, Fakultät für Mathematik Technische Universität

More information

Computing Transfer Function Dominant Poles of Large Second-Order Systems

Computing Transfer Function Dominant Poles of Large Second-Order Systems Computing Transfer Function Dominant Poles of Large Second-Order Systems Joost Rommes Mathematical Institute Utrecht University rommes@math.uu.nl http://www.math.uu.nl/people/rommes joint work with Nelson

More information

Second-Order Balanced Truncation for Passive Order Reduction of RLCK Circuits

Second-Order Balanced Truncation for Passive Order Reduction of RLCK Circuits IEEE RANSACIONS ON CIRCUIS AND SYSEMS II, VOL XX, NO. XX, MONH X Second-Order Balanced runcation for Passive Order Reduction of RLCK Circuits Boyuan Yan, Student Member, IEEE, Sheldon X.-D. an, Senior

More information

Fluid flow dynamical model approximation and control

Fluid flow dynamical model approximation and control Fluid flow dynamical model approximation and control... a case-study on an open cavity flow C. Poussot-Vassal & D. Sipp Journée conjointe GT Contrôle de Décollement & GT MOSAR Frequency response of an

More information

An iterative SVD-Krylov based method for model reduction of large-scale dynamical systems

An iterative SVD-Krylov based method for model reduction of large-scale dynamical systems Available online at www.sciencedirect.com Linear Algebra and its Applications 428 (2008) 1964 1986 www.elsevier.com/locate/laa An iterative SVD-Krylov based method for model reduction of large-scale dynamical

More information

Institut für Mathematik

Institut für Mathematik U n i v e r s i t ä t A u g s b u r g Institut für Mathematik Serkan Gugercin, Tatjana Stykel, Sarah Wyatt Model Reduction of Descriptor Systems by Interpolatory Projection Methods Preprint Nr. 3/213 29.

More information

BDF Methods for Large-Scale Differential Riccati Equations

BDF Methods for Large-Scale Differential Riccati Equations BDF Methods for Large-Scale Differential Riccati Equations Peter Benner Hermann Mena Abstract We consider the numerical solution of differential Riccati equations. We review the existing methods and investigate

More information

Rational Krylov Methods for Model Reduction of Large-scale Dynamical Systems

Rational Krylov Methods for Model Reduction of Large-scale Dynamical Systems Rational Krylov Methods for Model Reduction of Large-scale Dynamical Systems Serkan Güǧercin Department of Mathematics, Virginia Tech, USA Aerospace Computational Design Laboratory, Dept. of Aeronautics

More information

Passivity Assessment and Model Order Reduction for Linear Time-Invariant Descriptor Systems in VLSI Circuit Simulation.

Passivity Assessment and Model Order Reduction for Linear Time-Invariant Descriptor Systems in VLSI Circuit Simulation. Abstract of thesis entitled Passivity Assessment and Model Order Reduction for Linear Time-Invariant Descriptor Systems in VLSI Circuit Simulation Submitted by Zheng ZHANG for the degree of Master of Philosophy

More information

AN OVERVIEW OF MODEL REDUCTION TECHNIQUES APPLIED TO LARGE-SCALE STRUCTURAL DYNAMICS AND CONTROL MOTIVATING EXAMPLE INVERTED PENDULUM

AN OVERVIEW OF MODEL REDUCTION TECHNIQUES APPLIED TO LARGE-SCALE STRUCTURAL DYNAMICS AND CONTROL MOTIVATING EXAMPLE INVERTED PENDULUM Controls Lab AN OVERVIEW OF MODEL REDUCTION TECHNIQUES APPLIED TO LARGE-SCALE STRUCTURAL DYNAMICS AND CONTROL Eduardo Gildin (UT ICES and Rice Univ.) with Thanos Antoulas (Rice ECE) Danny Sorensen (Rice

More information

Model reduction for linear systems by balancing

Model reduction for linear systems by balancing Model reduction for linear systems by balancing Bart Besselink Jan C. Willems Center for Systems and Control Johann Bernoulli Institute for Mathematics and Computer Science University of Groningen, Groningen,

More information

Numerical solution of large-scale Lyapunov equations, Riccati equations, and linear-quadratic optimal control problems

Numerical solution of large-scale Lyapunov equations, Riccati equations, and linear-quadratic optimal control problems NUMERICAL LINEAR ALGEBRA WITH APPLICATIONS Numer. Linear Algebra Appl. 2008; 15:755 777 Published online in Wiley InterScience (www.interscience.wiley.com)..622 Numerical solution of large-scale Lyapunov

More information

Model reduction of large-scale systems

Model reduction of large-scale systems Model reduction of large-scale systems An overview and some new results Thanos Antoulas Rice University email: aca@rice.edu URL: www.ece.rice.edu/ aca LinSys2008, Sde Boker, 15-19 September 2008 Thanos

More information

Krylov Subspace Methods for Nonlinear Model Reduction

Krylov Subspace Methods for Nonlinear Model Reduction MAX PLANCK INSTITUT Conference in honour of Nancy Nichols 70th birthday Reading, 2 3 July 2012 Krylov Subspace Methods for Nonlinear Model Reduction Peter Benner and Tobias Breiten Max Planck Institute

More information

Structure preserving Krylov-subspace methods for Lyapunov equations

Structure preserving Krylov-subspace methods for Lyapunov equations Structure preserving Krylov-subspace methods for Lyapunov equations Matthias Bollhöfer, André Eppler Institute Computational Mathematics TU Braunschweig MoRePas Workshop, Münster September 17, 2009 System

More information

Control Systems Design

Control Systems Design ELEC4410 Control Systems Design Lecture 14: Controllability Julio H. Braslavsky julio@ee.newcastle.edu.au School of Electrical Engineering and Computer Science Lecture 14: Controllability p.1/23 Outline

More information

Index. for generalized eigenvalue problem, butterfly form, 211

Index. for generalized eigenvalue problem, butterfly form, 211 Index ad hoc shifts, 165 aggressive early deflation, 205 207 algebraic multiplicity, 35 algebraic Riccati equation, 100 Arnoldi process, 372 block, 418 Hamiltonian skew symmetric, 420 implicitly restarted,

More information

In this article we discuss sparse matrix algorithms and parallel algorithms, Solving Large-Scale Control Problems

In this article we discuss sparse matrix algorithms and parallel algorithms, Solving Large-Scale Control Problems F E A T U R E Solving Large-Scale Control Problems EYEWIRE Sparsity and parallel algorithms: two approaches to beat the curse of dimensionality. By Peter Benner In this article we discuss sparse matrix

More information

Model Reduction of Inhomogeneous Initial Conditions

Model Reduction of Inhomogeneous Initial Conditions Model Reduction of Inhomogeneous Initial Conditions Caleb Magruder Abstract Our goal is to develop model reduction processes for linear dynamical systems with non-zero initial conditions. Standard model

More information

FEL3210 Multivariable Feedback Control

FEL3210 Multivariable Feedback Control FEL3210 Multivariable Feedback Control Lecture 8: Youla parametrization, LMIs, Model Reduction and Summary [Ch. 11-12] Elling W. Jacobsen, Automatic Control Lab, KTH Lecture 8: Youla, LMIs, Model Reduction

More information

Stability preserving post-processing methods applied in the Loewner framework

Stability preserving post-processing methods applied in the Loewner framework Ion Victor Gosea and Athanasios C. Antoulas (Jacobs University Bremen and Rice University May 11, 2016 Houston 1 / 20 Stability preserving post-processing methods applied in the Loewner framework Ion Victor

More information

Topic # Feedback Control Systems

Topic # Feedback Control Systems Topic #20 16.31 Feedback Control Systems Closed-loop system analysis Bounded Gain Theorem Robust Stability Fall 2007 16.31 20 1 SISO Performance Objectives Basic setup: d i d o r u y G c (s) G(s) n control

More information

ECEN 420 LINEAR CONTROL SYSTEMS. Lecture 6 Mathematical Representation of Physical Systems II 1/67

ECEN 420 LINEAR CONTROL SYSTEMS. Lecture 6 Mathematical Representation of Physical Systems II 1/67 1/67 ECEN 420 LINEAR CONTROL SYSTEMS Lecture 6 Mathematical Representation of Physical Systems II State Variable Models for Dynamic Systems u 1 u 2 u ṙ. Internal Variables x 1, x 2 x n y 1 y 2. y m Figure

More information

The Kalman-Yakubovich-Popov Lemma for Differential-Algebraic Equations with Applications

The Kalman-Yakubovich-Popov Lemma for Differential-Algebraic Equations with Applications MAX PLANCK INSTITUTE Elgersburg Workshop Elgersburg February 11-14, 2013 The Kalman-Yakubovich-Popov Lemma for Differential-Algebraic Equations with Applications Timo Reis 1 Matthias Voigt 2 1 Department

More information

Krylov Techniques for Model Reduction of Second-Order Systems

Krylov Techniques for Model Reduction of Second-Order Systems Krylov Techniques for Model Reduction of Second-Order Systems A Vandendorpe and P Van Dooren February 4, 2004 Abstract The purpose of this paper is to present a Krylov technique for model reduction of

More information

Krylov-Subspace Based Model Reduction of Nonlinear Circuit Models Using Bilinear and Quadratic-Linear Approximations

Krylov-Subspace Based Model Reduction of Nonlinear Circuit Models Using Bilinear and Quadratic-Linear Approximations Krylov-Subspace Based Model Reduction of Nonlinear Circuit Models Using Bilinear and Quadratic-Linear Approximations Peter Benner and Tobias Breiten Abstract We discuss Krylov-subspace based model reduction

More information

H 2 optimal model reduction - Wilson s conditions for the cross-gramian

H 2 optimal model reduction - Wilson s conditions for the cross-gramian H 2 optimal model reduction - Wilson s conditions for the cross-gramian Ha Binh Minh a, Carles Batlle b a School of Applied Mathematics and Informatics, Hanoi University of Science and Technology, Dai

More information

Two-sided Eigenvalue Algorithms for Modal Approximation

Two-sided Eigenvalue Algorithms for Modal Approximation Two-sided Eigenvalue Algorithms for Modal Approximation Master s thesis submitted to Faculty of Mathematics at Chemnitz University of Technology presented by: Supervisor: Advisor: B.sc. Patrick Kürschner

More information

Numerical Solution of Matrix Equations Arising in Control of Bilinear and Stochastic Systems

Numerical Solution of Matrix Equations Arising in Control of Bilinear and Stochastic Systems MatTriad 2015 Coimbra September 7 11, 2015 Numerical Solution of Matrix Equations Arising in Control of Bilinear and Stochastic Systems Peter Benner Max Planck Institute for Dynamics of Complex Technical

More information

Fast Frequency Response Analysis using Model Order Reduction

Fast Frequency Response Analysis using Model Order Reduction Fast Frequency Response Analysis using Model Order Reduction Peter Benner EU MORNET Exploratory Workshop Applications of Model Order Reduction Methods in Industrial Research and Development Luxembourg,

More information

Numerical Methods in Matrix Computations

Numerical Methods in Matrix Computations Ake Bjorck Numerical Methods in Matrix Computations Springer Contents 1 Direct Methods for Linear Systems 1 1.1 Elements of Matrix Theory 1 1.1.1 Matrix Algebra 2 1.1.2 Vector Spaces 6 1.1.3 Submatrices

More information

Methods for eigenvalue problems with applications in model order reduction

Methods for eigenvalue problems with applications in model order reduction Methods for eigenvalue problems with applications in model order reduction Methoden voor eigenwaardeproblemen met toepassingen in model orde reductie (met een samenvatting in het Nederlands) Proefschrift

More information

Order reduction numerical methods for the algebraic Riccati equation. V. Simoncini

Order reduction numerical methods for the algebraic Riccati equation. V. Simoncini Order reduction numerical methods for the algebraic Riccati equation V. Simoncini Dipartimento di Matematica Alma Mater Studiorum - Università di Bologna valeria.simoncini@unibo.it 1 The problem Find X

More information

Model reduction of interconnected systems

Model reduction of interconnected systems Model reduction of interconnected systems A Vandendorpe and P Van Dooren 1 Introduction Large scale linear systems are often composed of subsystems that interconnect to each other Instead of reducing the

More information

Numerical Solution of Descriptor Riccati Equations for Linearized Navier-Stokes Control Problems

Numerical Solution of Descriptor Riccati Equations for Linearized Navier-Stokes Control Problems MAX PLANCK INSTITUTE Control and Optimization with Differential-Algebraic Constraints Banff, October 24 29, 2010 Numerical Solution of Descriptor Riccati Equations for Linearized Navier-Stokes Control

More information

Gramian-Based Model Reduction for Data-Sparse Systems CSC/ Chemnitz Scientific Computing Preprints

Gramian-Based Model Reduction for Data-Sparse Systems CSC/ Chemnitz Scientific Computing Preprints Ulrike Baur Peter Benner Gramian-Based Model Reduction for Data-Sparse Systems CSC/07-01 Chemnitz Scientific Computing Preprints Impressum: Chemnitz Scientific Computing Preprints ISSN 1864-0087 (1995

More information

Model order reduction of large-scale dynamical systems with Jacobi-Davidson style eigensolvers

Model order reduction of large-scale dynamical systems with Jacobi-Davidson style eigensolvers MAX PLANCK INSTITUTE International Conference on Communications, Computing and Control Applications March 3-5, 2011, Hammamet, Tunisia. Model order reduction of large-scale dynamical systems with Jacobi-Davidson

More information

An iterative SVD-Krylov based method for model reduction of large-scale dynamical systems

An iterative SVD-Krylov based method for model reduction of large-scale dynamical systems An iterative SVD-Krylov based method for model reduction of large-scale dynamical systems Serkan Gugercin Department of Mathematics, Virginia Tech., Blacksburg, VA, USA, 24061-0123 gugercin@math.vt.edu

More information

The norms can also be characterized in terms of Riccati inequalities.

The norms can also be characterized in terms of Riccati inequalities. 9 Analysis of stability and H norms Consider the causal, linear, time-invariant system ẋ(t = Ax(t + Bu(t y(t = Cx(t Denote the transfer function G(s := C (si A 1 B. Theorem 85 The following statements

More information

Wavelet-Based Passivity Preserving Model Order Reduction for Wideband Interconnect Characterization

Wavelet-Based Passivity Preserving Model Order Reduction for Wideband Interconnect Characterization Wavelet-Based Passivity Preserving Model Order Reduction for Wideband Interconnect Characterization Mehboob Alam, Arthur Nieuwoudt, and Yehia Massoud Rice Automated Nanoscale Design Group Rice University,

More information

w T 1 w T 2. w T n 0 if i j 1 if i = j

w T 1 w T 2. w T n 0 if i j 1 if i = j Lyapunov Operator Let A F n n be given, and define a linear operator L A : C n n C n n as L A (X) := A X + XA Suppose A is diagonalizable (what follows can be generalized even if this is not possible -

More information

Structure-Preserving Model Order Reduction of RCL Circuit Equations

Structure-Preserving Model Order Reduction of RCL Circuit Equations Structure-Preserving Model Order Reduction of RCL Circuit Equations Roland W. Freund Department of Mathematics, University of California at Davis, One Shields Avenue, Davis, CA 95616, U.S.A. freund@math.ucdavis.edu

More information

Solving Large Scale Lyapunov Equations

Solving Large Scale Lyapunov Equations Solving Large Scale Lyapunov Equations D.C. Sorensen Thanks: Mark Embree John Sabino Kai Sun NLA Seminar (CAAM 651) IWASEP VI, Penn State U., 22 May 2006 The Lyapunov Equation AP + PA T + BB T = 0 where

More information

Stationary trajectories, singular Hamiltonian systems and ill-posed Interconnection

Stationary trajectories, singular Hamiltonian systems and ill-posed Interconnection Stationary trajectories, singular Hamiltonian systems and ill-posed Interconnection S.C. Jugade, Debasattam Pal, Rachel K. Kalaimani and Madhu N. Belur Department of Electrical Engineering Indian Institute

More information

Balanced Truncation 1

Balanced Truncation 1 Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.242, Fall 2004: MODEL REDUCTION Balanced Truncation This lecture introduces balanced truncation for LTI

More information

ME 234, Lyapunov and Riccati Problems. 1. This problem is to recall some facts and formulae you already know. e Aτ BB e A τ dτ

ME 234, Lyapunov and Riccati Problems. 1. This problem is to recall some facts and formulae you already know. e Aτ BB e A τ dτ ME 234, Lyapunov and Riccati Problems. This problem is to recall some facts and formulae you already know. (a) Let A and B be matrices of appropriate dimension. Show that (A, B) is controllable if and

More information

MODEL-order reduction is emerging as an effective

MODEL-order reduction is emerging as an effective IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR PAPERS, VOL. 52, NO. 5, MAY 2005 975 Model-Order Reduction by Dominant Subspace Projection: Error Bound, Subspace Computation, and Circuit Applications

More information

Problem set 5 solutions 1

Problem set 5 solutions 1 Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.242, Fall 24: MODEL REDUCTION Problem set 5 solutions Problem 5. For each of the stetements below, state

More information

Krylov Subspace Type Methods for Solving Projected Generalized Continuous-Time Lyapunov Equations

Krylov Subspace Type Methods for Solving Projected Generalized Continuous-Time Lyapunov Equations Krylov Subspace Type Methods for Solving Proected Generalized Continuous-Time Lyapunov Equations YUIAN ZHOU YIQIN LIN Hunan University of Science and Engineering Institute of Computational Mathematics

More information

Identification of Electrical Circuits for Realization of Sparsity Preserving Reduced Order Models

Identification of Electrical Circuits for Realization of Sparsity Preserving Reduced Order Models Identification of Electrical Circuits for Realization of Sparsity Preserving Reduced Order Models Christof Kaufmann 25th March 2010 Abstract Nowadays very-large scale integrated circuits contain a large

More information

Control Systems Design

Control Systems Design ELEC4410 Control Systems Design Lecture 13: Stability Julio H. Braslavsky julio@ee.newcastle.edu.au School of Electrical Engineering and Computer Science Lecture 13: Stability p.1/20 Outline Input-Output

More information

Order Reduction for Large Scale Finite Element Models: a Systems Perspective

Order Reduction for Large Scale Finite Element Models: a Systems Perspective Order Reduction for Large Scale Finite Element Models: a Systems Perspective William Gressick, John T. Wen, Jacob Fish ABSTRACT Large scale finite element models are routinely used in design and optimization

More information

SJÄLVSTÄNDIGA ARBETEN I MATEMATIK

SJÄLVSTÄNDIGA ARBETEN I MATEMATIK SJÄLVSTÄNDIGA ARBETEN I MATEMATIK MATEMATISKA INSTITUTIONEN, STOCKHOLMS UNIVERSITET Model Reduction for Piezo-Mechanical Systems Using Balanced Truncation av Mohammad Monir Uddin 2011 - No 5 Advisor: Prof.

More information

Towards high performance IRKA on hybrid CPU-GPU systems

Towards high performance IRKA on hybrid CPU-GPU systems Towards high performance IRKA on hybrid CPU-GPU systems Jens Saak in collaboration with Georg Pauer (OVGU/MPI Magdeburg) Kapil Ahuja, Ruchir Garg (IIT Indore) Hartwig Anzt, Jack Dongarra (ICL Uni Tennessee

More information

Model Order Reduction for Systems with Non-Rational Transfer Function Arising in Computational Electromagnetics

Model Order Reduction for Systems with Non-Rational Transfer Function Arising in Computational Electromagnetics Model Order Reduction for Systems with Non-Rational Transfer Function Arising in Computational Electromagnetics Lihong Feng and Peter Benner Abstract We consider model order reduction of a system described

More information

Modern Optimal Control

Modern Optimal Control Modern Optimal Control Matthew M. Peet Arizona State University Lecture 19: Stabilization via LMIs Optimization Optimization can be posed in functional form: min x F objective function : inequality constraints

More information

3 Gramians and Balanced Realizations

3 Gramians and Balanced Realizations 3 Gramians and Balanced Realizations In this lecture, we use an optimization approach to find suitable realizations for truncation and singular perturbation of G. It turns out that the recommended realizations

More information

Perturbation theory for eigenvalues of Hermitian pencils. Christian Mehl Institut für Mathematik TU Berlin, Germany. 9th Elgersburg Workshop

Perturbation theory for eigenvalues of Hermitian pencils. Christian Mehl Institut für Mathematik TU Berlin, Germany. 9th Elgersburg Workshop Perturbation theory for eigenvalues of Hermitian pencils Christian Mehl Institut für Mathematik TU Berlin, Germany 9th Elgersburg Workshop Elgersburg, March 3, 2014 joint work with Shreemayee Bora, Michael

More information

Stability and Inertia Theorems for Generalized Lyapunov Equations

Stability and Inertia Theorems for Generalized Lyapunov Equations Published in Linear Algebra and its Applications, 355(1-3, 2002, pp. 297-314. Stability and Inertia Theorems for Generalized Lyapunov Equations Tatjana Stykel Abstract We study generalized Lyapunov equations

More information

Parametric Model Order Reduction for Linear Control Systems

Parametric Model Order Reduction for Linear Control Systems Parametric Model Order Reduction for Linear Control Systems Peter Benner HRZZ Project Control of Dynamical Systems (ConDys) second project meeting Zagreb, 2 3 November 2017 Outline 1. Introduction 2. PMOR

More information

Fourier Model Reduction for Large-Scale Applications in Computational Fluid Dynamics

Fourier Model Reduction for Large-Scale Applications in Computational Fluid Dynamics Fourier Model Reduction for Large-Scale Applications in Computational Fluid Dynamics K. Willcox and A. Megretski A new method, Fourier model reduction (FMR), for obtaining stable, accurate, low-order models

More information

Model reduction of large-scale systems

Model reduction of large-scale systems Model reduction of large-scale systems Lecture IV: Model reduction from measurements Thanos Antoulas Rice University and Jacobs University email: aca@rice.edu URL: www.ece.rice.edu/ aca International School,

More information

An iterative SVD-Krylov based method for model reduction of large-scale dynamical systems

An iterative SVD-Krylov based method for model reduction of large-scale dynamical systems Proceedings of the 44th IEEE Conference on Decision and Control, and the European Control Conference 2005 Seville, Spain, December 12-15, 2005 WeC10.4 An iterative SVD-Krylov based method for model reduction

More information

Gramians based model reduction for hybrid switched systems

Gramians based model reduction for hybrid switched systems Gramians based model reduction for hybrid switched systems Y. Chahlaoui Younes.Chahlaoui@manchester.ac.uk Centre for Interdisciplinary Computational and Dynamical Analysis (CICADA) School of Mathematics

More information

DELFT UNIVERSITY OF TECHNOLOGY

DELFT UNIVERSITY OF TECHNOLOGY DELFT UNIVERSITY OF TECHNOLOGY REPORT -09 Computational and Sensitivity Aspects of Eigenvalue-Based Methods for the Large-Scale Trust-Region Subproblem Marielba Rojas, Bjørn H. Fotland, and Trond Steihaug

More information

EE5900 Spring Lecture 5 IC interconnect model order reduction Zhuo Feng

EE5900 Spring Lecture 5 IC interconnect model order reduction Zhuo Feng EE59 Spring Parallel VLSI CAD Algorithms Lecture 5 IC interconnect model order reduction Zhuo Feng 5. Z. Feng MU EE59 In theory we can apply moment matching for any order of approximation But in practice

More information