CME 345: MODEL REDUCTION

Size: px
Start display at page:

Download "CME 345: MODEL REDUCTION"

Transcription

1 CME 345: MODEL REDUCTION Balanced Truncation Charbel Farhat & David Amsallem Stanford University These slides are based on the recommended textbook: A.C. Antoulas, Approximation of Large-Scale Dynamical Systems, Advances in Design and Control, SIAM, ISBN / 42

2 Outline 1 Reachability and Observability 2 Balancing 3 Balanced Truncation Method 4 Error Analysis 5 Stability Analysis 6 Computational Complexity 7 Comparison with the POD Method 8 Application 9 Balanced POD Method 2 / 42

3 Reachability and Observability Systems Considered Consider the following stable LTI high-dimensional system d w(t) dt = Aw(t) + Bu(t) y(t) = Cw(t) w(0) = w 0 w R N : State variables u R p : Input variables, typically p N y R q : Output variables, typically q N Recall that the solution w(t) of the above linear ODE can be written as w(t) = φ(t, u; t 0, w 0 ) = e A(t t0) w(t 0 )+ t t 0 e A(t τ) Bu(τ)dτ, t t 0 3 / 42

4 y(t) = Cφ(t, 0; 0, w) = 0 q 4 / 42 CME 345: MODEL REDUCTION - Balanced Truncation Reachability and Observability Reachability, Controllability and Observability Definition (1) A state w R N is reachable if there exists an input function u(.) of finite energy and a time T < such that under this input and zero initial condition, the state of the system is w Definition (2) A state w R N is controllable to the zero state if there exist an input function u(.) and a time T < such that φ(t, u; 0, w) = 0 N Definition (3) A state w R N is unobservable if for all t 0,

5 Reachability and Observability Completely Controllable Dynamical System Definition (4 - R.E. Kalman, 1963) A linear dynamical system (A, B, C) is completely controllable at time t 0 if it is not equivalent, for all t t 0, to a system of the type d dt w(1) = A (1,1) w (1) + A (1,2) w (2) + B (1) u d dt w(2) = A (2,2) w (2) y(t) = C (1) w (1) + C (2) w (2) Interpretation: It is not possible to find a coordinate system in which the state variables are separated into two groups, w (1) and w (2), such that the second group is not affected neither by the first group, nor by the inputs to the system Controllability is only a property of (A, B) This definition can be extended to linear time-variant systems 5 / 42

6 Reachability and Observability Completely Observable Dynamical System Definition (5) A linear dynamical system (A, B, C) is completely observable at time t 0 if it is not equivalent, for all t t 0, to any system of the type d dt w(1) = A (1,1) w (1) + B (1) u d dt w(2) = A (2,1) w (1) + A (2,2) w (2) + B (2) u y(t) = C (1) w (1) Dual of the previous definition Interpretation: It is not possible to find a coordinate system in which the state variables are separated into two groups, w (1) and w (2), such that the second group is not affected neither by the first group, nor by the outputs of the system Observability is only a property of (A, C) This definition can be extended to linear time-variant systems 6 / 42

7 Reachability and Observability Example: Simple RLC Circuit y 1 R =1 R =1 u 1 + _ w 2 w 1 L C The equation of the network in terms of the current w 1 flowing through the inductor, and the potential w 2 across the capacitor (LC = R = 1), is given by d dt w 1 = 1 L w 1 + u 1 d dt w 2 = 1 C w 2 + u 1 y 1 = 1 L w C w 2 + u 1 7 / 42

8 Reachability and Observability Example: Simple RLC Circuit Under the change of variable w 1 = 0.5(w 1 + w 2 ) and w 2 = 0.5(w 1 w 2 ), the system becomes d dt w 1 = 1 L w 1 + u 1 d dt w 2 = 1 L w 2 y 1 = 2 L w 2 + u 1 w 1 is controllable but not observable w 2 is observable but not controllable 8 / 42

9 Reachability and Observability Canonical Structure Theorem Theorem (Kalman 1961) Consider a dynamical system (A, B, C). Then (i) There is a state space coordinate system in which the components of the state vector can be decomposed into four parts w = [w (a), w (b), w (c), w (d) ] T (ii) The sizes N a, N b, N c and N d of these vectors do not depend on the choice of basis (iii) The system matrices take the form A = A (a,a) A (a,b) A (a,c) A (a,d) 0 A (b,b) 0 A (b,d) 0 0 A (c,c) A (c,d) A (d,d) C = [ 0 C (b) 0 C (d) ], B = B (a) B (b) 0 0, 9 / 42

10 Reachability and Observability Canonical Structure Theorem The four parts of w can be interpreted as follows Part (a) is completely controllable but unobservable Part (b) is completely controllable and completely observable Part (c) is uncontrollable and unobservable Part (d) is uncontrollable and completely observable This theorem can be extended to linear time-variant systems 10 / 42

11 Reachability and Observability Reachable and Controllable Subspaces Definition (6) The reachable subspace W reach R N of a system (A, B, C) is the set containing all of the reachable states of the system. R(A, B) = [B, AB,, A N 1 B, ] is the reachability matrix of the system. Definition (7) The controllable subspace W contr R N of a system (A, B, C) is the set containing all of the controllable states of the system 11 / 42

12 Reachability and Observability Reachable and Controllable Subspaces Theorem Consider the system (A, B, C). Then W reach = im R(A, B) Corollary (i) AW reach W reach (ii) The system is completely reachable if and only if rank R(A, B) = N (iii) Reachability is basis independent 12 / 42

13 Reachability and Observability Reachability and Observability Gramians Definition The reachability (controllability) Gramian at time t < is defined as the N N symmetric positive semi-definite matrix P(t) = t 0 e Aτ BB e A τ dτ Definition The observability Gramian at time t < is defined as the N N symmetric positive semi-definite matrix Q(t) = t 0 e A τ C Ce Aτ dτ 13 / 42

14 Reachability and Observability Reachability and Observability Gramians Proposition The columns of P(t) span the reachability subspace W reach = im R(A, B) Corollary A system (A, B, C) is reachable if and only if P(t) is symmetric positive definite at some time t > 0 14 / 42

15 Reachability and Observability Equivalence Between Reachability and Controllability Theorem For continuous linear dynamical systems, the notions of controllability and reachability are equivalent that is, W reach = W contr 15 / 42

16 Reachability and Observability Unobservability Subspace Definition The unobservability subspace W unobs R N is the set of all unobservable states of the system. O(C, A) = [C, A C,, (A ) i C, ] is the observability matrix of the system. 16 / 42

17 Reachability and Observability Unobservability Subspace Theorem Consider the system (A, B, C). Then W unobs = ker O(C, A) Corollary (i) AW unobs W unobs (ii) The system is completely observable if and only if rank O(C, A) = N (iii) Observability is basis independent 17 / 42

18 Reachability and Observability Infinite Gramians Definition The infinite reachability (controllability) Gramian is defined for a stable LTI system as the N N symmetric positive semi-definite matrix P = 0 e At BB e A t dt Definition The infinite observability Gramian is defined for a stable LTI system as the N N symmetric positive semi-definite matrix Q = 0 e A t C Ce At dt 18 / 42

19 Reachability and Observability Infinite Gramians Using the Parseval theorem, the two previously defined Gramians can be written in the frequency domain as follows infinite reachability Gramian P = 1 2π infinite observability Gramian Q = 1 2π (jωi N A) 1 BB ( jωi N A ) 1 dω ( jωi N A ) 1 C C(jωI N A) 1 dω 19 / 42

20 Reachability and Observability Infinite Gramians The two infinite Gramians are solution of the following Lyapunov equations infinite reachability Gramian infinite observability Gramian AP + PA + BB = 0 N A Q + QA + C C = 0 N 20 / 42

21 Reachability and Observability Energetic Interpretation P and Q are respective bases for the reachable and observable subspaces P 1 and Q are semi-norms For a reachable system, the inner product based on P 1 characterizes the minimal energy required to steer the state from 0 to w as t w 2 P = 1 wt P 1 w The inner product based on Q indicates the maximal energy produced by observing the output of the system corresponding to an initial state w 0 when no input is applied w 0 2 Q = w T 0 Qw 0 21 / 42

22 Balancing Model Order Reduction Based on Balancing Model order reduction strategy: Eliminate the states w that are at the same time difficult to reach, i.e., require a large energy w 2 P to be reached 1 difficult to observe, i.e., produce a small observation energy w 2 Q The above notions are basis dependent One would like to consider a basis where both concepts are equivalent, i.e., where the system is balanced 22 / 42

23 Balancing The Effect of Basis Change on the Gramians Balancing requires changing the basis for the state using a transformation T GL(N) w = Tw Then e At B Te At T 1 TB = Te At B B e A t B T T e A t T = B e A t T the reachability Gramian becomes P = TPT Ce At CT 1 Te At T 1 = Ce At T 1 e A t C T e A t T T C = T e A t C the observability Gramian becomes Q = T QT 1 23 / 42

24 Balancing Balancing Transformation The balancing transformations T bal and T 1 bal can be computed as follows 1 compute the Cholesky factorization P = UU 2 compute the eigenvalue decomposition of U QU U QU = KΣ 2 K where the entries in Σ are ordered decreasingly 3 compute the transformations One can then check that T bal = Σ 1 2 K U 1 T 1 bal = UKΣ 1 2 T bal PT bal = T bal QT 1 bal = Σ Definition (Hankel Singular Values) Σ = diag(σ 1,, σ N ) contains the N Hankel singular values of the system 24 / 42

25 Balancing Variational Interpretation Computing the balancing transformation T bal is equivalent to minimizing the following function min f (T) = min T GL(N) T GL(N) trace(tpt + T QT 1 ) For the optimal transformation T bal, the function takes the value f (T bal ) = 2tr(Σ) = 2 N i=1 where {σ i } N i=1 are the Hankel singular values σ i 25 / 42

26 Balanced Truncation Method Block Partitioning of the System Applying the change of variable w = T bal w transforms the given dynamical system into (Ã, B, C) where T bal AT 1 bal = Ã, T balb = B, CT 1 bal = C Let 1 k N; the system can be partitioned in blocks as [ ] [ ] Ã11 Ã Ã = 12 B, B = 1 [ ], C = C Ã 21 Ã 22 B 1 C 2 2 The subscripts 1 and 2 denote the dimensions k and N k, respectively 26 / 42

27 Balanced Truncation Method Block Partitioning of the System The blocks with the subscript 1 correspond to the most observable and reachable states The blocks with the subscript 2 correspond to the least observable and reachable states The ROM of size k obtained by Balanced Truncation is then the system (A r, B r, C r ) = (Ã11, B 1, C 1 ) R k k R k p R q k The left and right ROBs are W = T bal(:, 1 : k) and V = S bal (:, 1 : k), respectively where S bal = T 1 bal 27 / 42

28 Error Analysis Error Criterion Definition (The Hardy space H ) The H -norm associated with a system characterized by a transfer function G( ) is defined as G H = sup z C + G(z) = sup z C + σ max (G(z)) Proposition (i) G H (ii) G H = sup ω R G(iω) = sup σ max (G(iω)) ω R y( ) 2 = sup = sup u 0 u( ) 2 u 0 0 y(t) 2 2 dt 0 u(t) 2 2 dt The H norm of the error system between the high-dimensional and reduced-order models can (and will) be used as an error criterion 28 / 42

29 Error Analysis Theorem Theorem (Error Bounds) The Balanced Truncation procedure yields the following error bound for the output of interest. Let { σ i } N SV i=1 {σ i} N i=1 denote the distinct Hankel singular values of the system and { σ i } N SV i=n k +1 the ones that have been truncated. Then y( ) y r ( ) 2 2 N SV i=n k +1 σ i u( ) 2 Equivalently, the above result can be written in terms of the H -norm of the error system as follows G( ) G r ( ) H 2 N SV i=n k +1 where G and G r are the full- and reduced-order transfer functions. Equality holds when σ Nk +1 = σ NSV (all truncated singular values are equal). σ i 29 / 42

30 Error Analysis Theorem Proof. The proof proceeds in 3 steps 1 consider the error system E(s) = G(s) G r (s) 2 chow that if all the truncated singular values are all equal to σ, then E( ) H = 2σ 3 use this result to show that in the general case E( ) H 2 n SV i=n k +1 σ i 30 / 42

31 Stability Analysis Theorem Theorem (Stability Preservation) Consider (A r, B r, C r ) = (Ã 11, B 1, C 1 ), a ROM obtained by Balanced Truncation. Then (i) A r = Ã1 has no eigenvalues in the open right half plane (ii) Furthermore, if the systems (Ã 11, B 1, C 1 ) and (Ã 22, B 2, C 2 ) have no Hankel singular values in common, A r has no eigenvalues on the imaginary axis 31 / 42

32 Computational Complexity Numerical Methods Because of numerical stability issues, computing the transformations T bal = Σ 1 2 K U 1, T 1 bal = UKΣ 1 2 is usually ill-advised (computation of inverses) Instead, it is better advised to use the following procedure 1 start from the Cholesky decompositions of the Gramians P = UU and Q = ZZ 2 compute the SVD 3 construct the matrices U Z = WΣV T bal = V Z and T 1 bal = UW 32 / 42

33 Computational Complexity Cost and Limitations Balanced Truncation leads to ROMs with quality and stability guarantees; however the computation of the Gramians is expensive as it requires the solution of a Lyapunov equation (O(N 3 ) operations) for this reason, Balanced Truncation is in general impractical for large systems of size N / 42

34 Comparison with the POD Method POD Recall the theorem underlying the construction of a POD basis Theorem Let K R N N be the real symmetric semi-definite positive matrix defined as T ˆK = w(t)w(t) T dt 0 Let ˆλ 1 ˆλ 2 ˆλ N 0 denote the ordered eigenvalues of K, and let φ i R N, i = 1,, N denote the associated eigenvectors K φ i = ˆλ i φi, i = 1,, N. The subspace V = range( V) of dimension k minimizing J(Π V,V ) is the invariant subspace of K associated with the eigenvalues ˆλ 1,, ˆλ k 34 / 42

35 Comparison with the POD Method POD for an Impulse Response The response of an LTI system to a single impulse input with a zero initial condition is w(t) = e At B Consequently, the reachability Gramian is K = T 0 w(t)w(t) T dt = T 0 e At BB T e AT t dt = P Unlike the Balanced Truncation method, the POD method does not take into account the observability Gramian to determine the ROM, and therefore every observable state may be truncated 35 / 42

36 Application CD Player System The goal is to model the position of the lens controlled by a swing arm 2-inputs/2-outputs system 36 / 42

37 Application CD Player System Bode plots associated with the HDM-based solution (N = 120): Each column represents one input and each row represents a different output From: In(1) Bode Diagram From: In(2) 100 To: Out(1) Magnitude (db) To: Out(2) Frequency (rad/sec) / 42

38 Application CD Player System Bode plots associated with the Balanced Truncation-based ROM solution: Each column represents one input and each row represents a different output To: Out(1) From: In(1) Bode Diagram From: In(2) ssfom ssbt_5 ssbt_10 ssbt_20 ssbt_30 ssbt_40 50 Magnitude (db) To: Out(2) Frequency (rad/sec) / 42

39 Balanced POD Method The Balanced POD Method The Balanced POD (BPOD) method generates snapshots for the dual system in addition to the POD snapshots S = [ (jω 1 I A) 1 B,, (jω Nsnap I A) 1 B ] S dual = [ ( jω 1 I A ) 1 C,, ( jω Nsnap I A ) 1 C ] Then, right and left ROBs can be computed as follows S T duals = UΣZ T (SVD) V = SZ k Σ 1/2 k W = S dual U k Σ 1/2 k where the subscript k designates the first k terms of the singular value decomposition If no truncation occurs, the result is equivalent to two-sided moment matching at s i {ω 1,, ω Nsnap } 39 / 42

40 Balanced POD Method Balanced Truncation and POD in the Time Domain The POD method in the time domain is based solely on the reachability concept However, the BPOD method introduces also the notion of observability in the construction of a ROM is tractable for very large-scale systems provides an approximation to the Balanced Truncation method does not however guarantee in general the stability of the resulting ROM 40 / 42

41 Balanced POD Method Application Supersonic Inlet Problem (part of the Oberwolfach Model Reduction Benchmark Collection repository) Incoming flow Inlet throat Shock Inlet disturbance E d w(t) dt = Aw(t) + Bu(t) y(t) = Cw(t) N = 11, 370 (2-D Euler equations) p = 1 input (density disturbance of the inlet flow) q = 1 output (average Mach number at the diffuser throat) 41 / 42

42 Balanced POD Method Application Model reduction in the frequency domain using POD BPOD Same frequency sampling for the computation of the snapshots in both cases Plot of the magnitude of the relative error in the transfer function within the sampled frequency interval as a function of the ROM dimension k POD Balanced POD / 42

CME 345: MODEL REDUCTION

CME 345: MODEL REDUCTION CME 345: MODEL REDUCTION Proper Orthogonal Decomposition (POD) Charbel Farhat & David Amsallem Stanford University cfarhat@stanford.edu 1 / 43 Outline 1 Time-continuous Formulation 2 Method of Snapshots

More information

CME 345: MODEL REDUCTION - Projection-Based Model Order Reduction

CME 345: MODEL REDUCTION - Projection-Based Model Order Reduction CME 345: MODEL REDUCTION - Projection-Based Model Order Reduction Projection-Based Model Order Reduction Charbel Farhat and David Amsallem Stanford University cfarhat@stanford.edu 1 / 38 Outline 1 Solution

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

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

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

6.241 Dynamic Systems and Control

6.241 Dynamic Systems and Control 6.241 Dynamic Systems and Control Lecture 24: H2 Synthesis Emilio Frazzoli Aeronautics and Astronautics Massachusetts Institute of Technology May 4, 2011 E. Frazzoli (MIT) Lecture 24: H 2 Synthesis May

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

Linear System Theory

Linear System Theory Linear System Theory Wonhee Kim Chapter 6: Controllability & Observability Chapter 7: Minimal Realizations May 2, 217 1 / 31 Recap State space equation Linear Algebra Solutions of LTI and LTV system Stability

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

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

6.241 Dynamic Systems and Control

6.241 Dynamic Systems and Control 6.241 Dynamic Systems and Control Lecture 22: Balanced Realization Readings: DDV, Chapter 26 Emilio Frazzoli Aeronautics and Astronautics Massachusetts Institute of Technology April 27, 2011 E. Frazzoli

More information

Lecture 4 and 5 Controllability and Observability: Kalman decompositions

Lecture 4 and 5 Controllability and Observability: Kalman decompositions 1 Lecture 4 and 5 Controllability and Observability: Kalman decompositions Spring 2013 - EE 194, Advanced Control (Prof. Khan) January 30 (Wed.) and Feb. 04 (Mon.), 2013 I. OBSERVABILITY OF DT LTI SYSTEMS

More information

Semidefinite Programming Duality and Linear Time-invariant Systems

Semidefinite Programming Duality and Linear Time-invariant Systems Semidefinite Programming Duality and Linear Time-invariant Systems Venkataramanan (Ragu) Balakrishnan School of ECE, Purdue University 2 July 2004 Workshop on Linear Matrix Inequalities in Control LAAS-CNRS,

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

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

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

Kalman Decomposition B 2. z = T 1 x, where C = ( C. z + u (7) T 1, and. where B = T, and

Kalman Decomposition B 2. z = T 1 x, where C = ( C. z + u (7) T 1, and. where B = T, and Kalman Decomposition Controllable / uncontrollable decomposition Suppose that the controllability matrix C R n n of a system has rank n 1

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

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

Problem 2 (Gaussian Elimination, Fundamental Spaces, Least Squares, Minimum Norm) Consider the following linear algebraic system of equations:

Problem 2 (Gaussian Elimination, Fundamental Spaces, Least Squares, Minimum Norm) Consider the following linear algebraic system of equations: EEE58 Exam, Fall 6 AA Rodriguez Rules: Closed notes/books, No calculators permitted, open minds GWC 35, 965-37 Problem (Dynamic Augmentation: State Space Representation) Consider a dynamical system consisting

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

Robust Multivariable Control

Robust Multivariable Control Lecture 2 Anders Helmersson anders.helmersson@liu.se ISY/Reglerteknik Linköpings universitet Today s topics Today s topics Norms Today s topics Norms Representation of dynamic systems Today s topics Norms

More information

1 Continuous-time Systems

1 Continuous-time Systems Observability Completely controllable systems can be restructured by means of state feedback to have many desirable properties. But what if the state is not available for feedback? What if only the output

More information

Empirical Gramians and Balanced Truncation for Model Reduction of Nonlinear Systems

Empirical Gramians and Balanced Truncation for Model Reduction of Nonlinear Systems Empirical Gramians and Balanced Truncation for Model Reduction of Nonlinear Systems Antoni Ras Departament de Matemàtica Aplicada 4 Universitat Politècnica de Catalunya Lecture goals To review the basic

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

Chapter 6 Balanced Realization 6. Introduction One popular approach for obtaining a minimal realization is known as Balanced Realization. In this appr

Chapter 6 Balanced Realization 6. Introduction One popular approach for obtaining a minimal realization is known as Balanced Realization. In this appr Lectures on ynamic Systems and Control Mohammed ahleh Munther A. ahleh George Verghese epartment of Electrical Engineering and Computer Science Massachuasetts Institute of Technology c Chapter 6 Balanced

More information

Hankel Optimal Model Reduction 1

Hankel Optimal Model Reduction 1 Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.242, Fall 2004: MODEL REDUCTION Hankel Optimal Model Reduction 1 This lecture covers both the theory and

More information

Chapter 6 Balanced Realization 6. Introduction One popular approach for obtaining a minimal realization is known as Balanced Realization. In this appr

Chapter 6 Balanced Realization 6. Introduction One popular approach for obtaining a minimal realization is known as Balanced Realization. In this appr Lectures on ynamic Systems and Control Mohammed ahleh Munther A. ahleh George Verghese epartment of Electrical Engineering and Computer Science Massachuasetts Institute of Technology c Chapter 6 Balanced

More information

6.241 Dynamic Systems and Control

6.241 Dynamic Systems and Control 6.241 Dynamic Systems and Control Lecture 12: I/O Stability Readings: DDV, Chapters 15, 16 Emilio Frazzoli Aeronautics and Astronautics Massachusetts Institute of Technology March 14, 2011 E. Frazzoli

More information

Some solutions of the written exam of January 27th, 2014

Some solutions of the written exam of January 27th, 2014 TEORIA DEI SISTEMI Systems Theory) Prof. C. Manes, Prof. A. Germani Some solutions of the written exam of January 7th, 0 Problem. Consider a feedback control system with unit feedback gain, with the following

More information

Problem Set 5 Solutions 1

Problem Set 5 Solutions 1 Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.245: MULTIVARIABLE CONTROL SYSTEMS by A. Megretski Problem Set 5 Solutions The problem set deals with Hankel

More information

16.31 Fall 2005 Lecture Presentation Mon 31-Oct-05 ver 1.1

16.31 Fall 2005 Lecture Presentation Mon 31-Oct-05 ver 1.1 16.31 Fall 2005 Lecture Presentation Mon 31-Oct-05 ver 1.1 Charles P. Coleman October 31, 2005 1 / 40 : Controllability Tests Observability Tests LEARNING OUTCOMES: Perform controllability tests Perform

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

Module 07 Controllability and Controller Design of Dynamical LTI Systems

Module 07 Controllability and Controller Design of Dynamical LTI Systems Module 07 Controllability and Controller Design of Dynamical LTI Systems Ahmad F. Taha EE 5143: Linear Systems and Control Email: ahmad.taha@utsa.edu Webpage: http://engineering.utsa.edu/ataha October

More information

Robust Control 2 Controllability, Observability & Transfer Functions

Robust Control 2 Controllability, Observability & Transfer Functions Robust Control 2 Controllability, Observability & Transfer Functions Harry G. Kwatny Department of Mechanical Engineering & Mechanics Drexel University /26/24 Outline Reachable Controllability Distinguishable

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

Controllability, Observability, Full State Feedback, Observer Based Control

Controllability, Observability, Full State Feedback, Observer Based Control Multivariable Control Lecture 4 Controllability, Observability, Full State Feedback, Observer Based Control John T. Wen September 13, 24 Ref: 3.2-3.4 of Text Controllability ẋ = Ax + Bu; x() = x. At time

More information

CME 345: MODEL REDUCTION

CME 345: MODEL REDUCTION CME 345: MODEL REDUCTION Methods for Nonlinear Systems Charbel Farhat & David Amsallem Stanford University cfarhat@stanford.edu 1 / 65 Outline 1 Nested Approximations 2 Trajectory PieceWise Linear (TPWL)

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

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science : Dynamic Systems Spring 2011

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science : Dynamic Systems Spring 2011 MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.4: Dynamic Systems Spring Homework Solutions Exercise 3. a) We are given the single input LTI system: [

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

Multivariable Control. Lecture 03. Description of Linear Time Invariant Systems. John T. Wen. September 7, 2006

Multivariable Control. Lecture 03. Description of Linear Time Invariant Systems. John T. Wen. September 7, 2006 Multivariable Control Lecture 3 Description of Linear Time Invariant Systems John T. Wen September 7, 26 Outline Mathematical description of LTI Systems Ref: 3.1-3.4 of text September 7, 26Copyrighted

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

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

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

Solution for Homework 5

Solution for Homework 5 Solution for Homework 5 ME243A/ECE23A Fall 27 Exercise 1 The computation of the reachable subspace in continuous time can be handled easily introducing the concepts of inner product, orthogonal complement

More information

Discrete and continuous dynamic systems

Discrete and continuous dynamic systems Discrete and continuous dynamic systems Bounded input bounded output (BIBO) and asymptotic stability Continuous and discrete time linear time-invariant systems Katalin Hangos University of Pannonia Faculty

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

DECENTRALIZED CONTROL DESIGN USING LMI MODEL REDUCTION

DECENTRALIZED CONTROL DESIGN USING LMI MODEL REDUCTION Journal of ELECTRICAL ENGINEERING, VOL. 58, NO. 6, 2007, 307 312 DECENTRALIZED CONTROL DESIGN USING LMI MODEL REDUCTION Szabolcs Dorák Danica Rosinová Decentralized control design approach based on partial

More information

On Spectral Factorization and Riccati Equations for Time-Varying Systems in Discrete Time

On Spectral Factorization and Riccati Equations for Time-Varying Systems in Discrete Time On Spectral Factorization and Riccati Equations for Time-Varying Systems in Discrete Time Alle-Jan van der Veen and Michel Verhaegen Delft University of Technology Department of Electrical Engineering

More information

ẋ n = f n (x 1,...,x n,u 1,...,u m ) (5) y 1 = g 1 (x 1,...,x n,u 1,...,u m ) (6) y p = g p (x 1,...,x n,u 1,...,u m ) (7)

ẋ n = f n (x 1,...,x n,u 1,...,u m ) (5) y 1 = g 1 (x 1,...,x n,u 1,...,u m ) (6) y p = g p (x 1,...,x n,u 1,...,u m ) (7) EEE582 Topical Outline A.A. Rodriguez Fall 2007 GWC 352, 965-3712 The following represents a detailed topical outline of the course. It attempts to highlight most of the key concepts to be covered and

More information

Parameterized Partial Differential Equations and the Proper Orthogonal D

Parameterized Partial Differential Equations and the Proper Orthogonal D Parameterized Partial Differential Equations and the Proper Orthogonal Decomposition Stanford University February 04, 2014 Outline Parameterized PDEs The steady case Dimensionality reduction Proper orthogonal

More information

The Essentials of Linear State-Space Systems

The Essentials of Linear State-Space Systems :or-' The Essentials of Linear State-Space Systems J. Dwight Aplevich GIFT OF THE ASIA FOUNDATION NOT FOR RE-SALE John Wiley & Sons, Inc New York Chichester Weinheim OAI HOC OUOC GIA HA N^l TRUNGTAMTHANCTINTHUVIIN

More information

Gramian Based Model Reduction of Large-scale Dynamical Systems

Gramian Based Model Reduction of Large-scale Dynamical Systems Gramian Based Model Reduction of Large-scale Dynamical Systems Paul Van Dooren Université catholique de Louvain Center for Systems Engineering and Applied Mechanics B-1348 Louvain-la-Neuve, Belgium vdooren@csam.ucl.ac.be

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

Gramians of structured systems and an error bound for structure-preserving model reduction

Gramians of structured systems and an error bound for structure-preserving model reduction Gramians of structured systems and an error bound for structure-preserving model reduction D.C. Sorensen and A.C. Antoulas e-mail:{sorensen@rice.edu, aca@rice.edu} September 3, 24 Abstract In this paper

More information

Module 03 Linear Systems Theory: Necessary Background

Module 03 Linear Systems Theory: Necessary Background Module 03 Linear Systems Theory: Necessary Background Ahmad F. Taha EE 5243: Introduction to Cyber-Physical Systems Email: ahmad.taha@utsa.edu Webpage: http://engineering.utsa.edu/ taha/index.html September

More information

NOTES ON LINEAR ODES

NOTES ON LINEAR ODES NOTES ON LINEAR ODES JONATHAN LUK We can now use all the discussions we had on linear algebra to study linear ODEs Most of this material appears in the textbook in 21, 22, 23, 26 As always, this is a preliminary

More information

Observability and Constructability

Observability and Constructability Capitolo. INTRODUCTION 5. Observability and Constructability Observability problem: compute the initial state x(t ) using the information associated to the input and output functions u(t) and y(t) of the

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

Summary of Week 9 B = then A A =

Summary of Week 9 B = then A A = Summary of Week 9 Finding the square root of a positive operator Last time we saw that positive operators have a unique positive square root We now briefly look at how one would go about calculating the

More information

Analysis of Discrete-Time Systems

Analysis of Discrete-Time Systems TU Berlin Discrete-Time Control Systems 1 Analysis of Discrete-Time Systems Overview Stability Sensitivity and Robustness Controllability, Reachability, Observability, and Detectabiliy TU Berlin Discrete-Time

More information

Automatic Control 2. Model reduction. Prof. Alberto Bemporad. University of Trento. Academic year

Automatic Control 2. Model reduction. Prof. Alberto Bemporad. University of Trento. Academic year Lecture: Automatic Control 2 Prof. Alberto Bemporad University of Trento Academic year 2010-2011 Prof. Alberto Bemporad (University of Trento) Automatic Control 2 Academic year 2010-2011 1 / 17 Lecture:

More information

Lecture 9 Infinite Impulse Response Filters

Lecture 9 Infinite Impulse Response Filters Lecture 9 Infinite Impulse Response Filters Outline 9 Infinite Impulse Response Filters 9 First-Order Low-Pass Filter 93 IIR Filter Design 5 93 CT Butterworth filter design 5 93 Bilinear transform 7 9

More information

Model reduction of modular systems using balancing methods

Model reduction of modular systems using balancing methods Model reduction of modular systems using balancing methods Andreas Keil and Jean-Luc Gouzé Contents 1. Introduction 2 2. Model reduction via balancing techniques 2 2.1. Gramians for linear, time-invariant

More information

Chapter 6 Controllability and Obervability

Chapter 6 Controllability and Obervability Chapter 6 Controllability and Obervability Controllability: whether or not the state-space equation can be controlled from input. Observability: whether or not the initial state can be observed from output.

More information

Lecture 2. Linear Systems

Lecture 2. Linear Systems Lecture 2. Linear Systems Ivan Papusha CDS270 2: Mathematical Methods in Control and System Engineering April 6, 2015 1 / 31 Logistics hw1 due this Wed, Apr 8 hw due every Wed in class, or my mailbox on

More information

Theorem 1. ẋ = Ax is globally exponentially stable (GES) iff A is Hurwitz (i.e., max(re(σ(a))) < 0).

Theorem 1. ẋ = Ax is globally exponentially stable (GES) iff A is Hurwitz (i.e., max(re(σ(a))) < 0). Linear Systems Notes Lecture Proposition. A M n (R) is positive definite iff all nested minors are greater than or equal to zero. n Proof. ( ): Positive definite iff λ i >. Let det(a) = λj and H = {x D

More information

Grammians. Matthew M. Peet. Lecture 20: Grammians. Illinois Institute of Technology

Grammians. Matthew M. Peet. Lecture 20: Grammians. Illinois Institute of Technology Grammians Matthew M. Peet Illinois Institute of Technology Lecture 2: Grammians Lyapunov Equations Proposition 1. Suppose A is Hurwitz and Q is a square matrix. Then X = e AT s Qe As ds is the unique solution

More information

EL2520 Control Theory and Practice

EL2520 Control Theory and Practice So far EL2520 Control Theory and Practice r Fr wu u G w z n Lecture 5: Multivariable systems -Fy Mikael Johansson School of Electrical Engineering KTH, Stockholm, Sweden SISO control revisited: Signal

More information

Chap 4. State-Space Solutions and

Chap 4. State-Space Solutions and Chap 4. State-Space Solutions and Realizations Outlines 1. Introduction 2. Solution of LTI State Equation 3. Equivalent State Equations 4. Realizations 5. Solution of Linear Time-Varying (LTV) Equations

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

Analysis of Discrete-Time Systems

Analysis of Discrete-Time Systems TU Berlin Discrete-Time Control Systems TU Berlin Discrete-Time Control Systems 2 Stability Definitions We define stability first with respect to changes in the initial conditions Analysis of Discrete-Time

More information

Subspace Identification

Subspace Identification Chapter 10 Subspace Identification Given observations of m 1 input signals, and p 1 signals resulting from those when fed into a dynamical system under study, can we estimate the internal dynamics regulating

More information

Chapter 5. Standard LTI Feedback Optimization Setup. 5.1 The Canonical Setup

Chapter 5. Standard LTI Feedback Optimization Setup. 5.1 The Canonical Setup Chapter 5 Standard LTI Feedback Optimization Setup Efficient LTI feedback optimization algorithms comprise a major component of modern feedback design approach: application problems involving complex models

More information

SYSTEMTEORI - ÖVNING Stability of linear systems Exercise 3.1 (LTI system). Consider the following matrix:

SYSTEMTEORI - ÖVNING Stability of linear systems Exercise 3.1 (LTI system). Consider the following matrix: SYSTEMTEORI - ÖVNING 3 1. Stability of linear systems Exercise 3.1 (LTI system. Consider the following matrix: ( A = 2 1 Use the Lyapunov method to determine if A is a stability matrix: a: in continuous

More information

Fourier Series. Spectral Analysis of Periodic Signals

Fourier Series. Spectral Analysis of Periodic Signals Fourier Series. Spectral Analysis of Periodic Signals he response of continuous-time linear invariant systems to the complex exponential with unitary magnitude response of a continuous-time LI system at

More information

Denis ARZELIER arzelier

Denis ARZELIER   arzelier COURSE ON LMI OPTIMIZATION WITH APPLICATIONS IN CONTROL PART II.2 LMIs IN SYSTEMS CONTROL STATE-SPACE METHODS PERFORMANCE ANALYSIS and SYNTHESIS Denis ARZELIER www.laas.fr/ arzelier arzelier@laas.fr 15

More information

CDS 101/110: Lecture 3.1 Linear Systems

CDS 101/110: Lecture 3.1 Linear Systems CDS /: Lecture 3. Linear Systems Goals for Today: Revist and motivate linear time-invariant system models: Summarize properties, examples, and tools Convolution equation describing solution in response

More information

CDS Solutions to the Midterm Exam

CDS Solutions to the Midterm Exam CDS 22 - Solutions to the Midterm Exam Instructor: Danielle C. Tarraf November 6, 27 Problem (a) Recall that the H norm of a transfer function is time-delay invariant. Hence: ( ) Ĝ(s) = s + a = sup /2

More information

arxiv: v1 [math.oc] 29 Apr 2017

arxiv: v1 [math.oc] 29 Apr 2017 BALANCED TRUNCATION MODEL ORDER REDUCTION FOR QUADRATIC-BILINEAR CONTROL SYSTEMS PETER BENNER AND PAWAN GOYAL arxiv:175.16v1 [math.oc] 29 Apr 217 Abstract. We discuss balanced truncation model order reduction

More information

6.245: MULTIVARIABLE CONTROL SYSTEMS by A. Megretski. Solutions to Problem Set 1 1. Massachusetts Institute of Technology

6.245: MULTIVARIABLE CONTROL SYSTEMS by A. Megretski. Solutions to Problem Set 1 1. Massachusetts Institute of Technology Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.245: MULTIVARIABLE CONTROL SYSTEMS by A. Megretski Solutions to Problem Set 1 1 Problem 1.1T Consider the

More information

Raktim Bhattacharya. . AERO 632: Design of Advance Flight Control System. Norms for Signals and Systems

Raktim Bhattacharya. . AERO 632: Design of Advance Flight Control System. Norms for Signals and Systems . AERO 632: Design of Advance Flight Control System Norms for Signals and. Raktim Bhattacharya Laboratory For Uncertainty Quantification Aerospace Engineering, Texas A&M University. Norms for Signals ...

More information

L26: Advanced dimensionality reduction

L26: Advanced dimensionality reduction L26: Advanced dimensionality reduction The snapshot CA approach Oriented rincipal Components Analysis Non-linear dimensionality reduction (manifold learning) ISOMA Locally Linear Embedding CSCE 666 attern

More information

CDS 101/110: Lecture 3.1 Linear Systems

CDS 101/110: Lecture 3.1 Linear Systems CDS /: Lecture 3. Linear Systems Goals for Today: Describe and motivate linear system models: Summarize properties, examples, and tools Joel Burdick (substituting for Richard Murray) jwb@robotics.caltech.edu,

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

Observability. It was the property in Lyapunov stability which allowed us to resolve that

Observability. It was the property in Lyapunov stability which allowed us to resolve that Observability We have seen observability twice already It was the property which permitted us to retrieve the initial state from the initial data {u(0),y(0),u(1),y(1),...,u(n 1),y(n 1)} It was the property

More information

Principle Component Analysis and Model Reduction for Dynamical Systems

Principle Component Analysis and Model Reduction for Dynamical Systems Principle Component Analysis and Model Reduction for Dynamical Systems D.C. Sorensen Virginia Tech 12 Nov 2004 Protein Substate Modeling and Identification PCA Dimension Reduction Using the SVD Tod Romo

More information

A POD Projection Method for Large-Scale Algebraic Riccati Equations

A POD Projection Method for Large-Scale Algebraic Riccati Equations A POD Projection Method for Large-Scale Algebraic Riccati Equations Boris Kramer Department of Mathematics Virginia Tech Blacksburg, VA 24061-0123 Email: bokr@vt.edu John R. Singler Department of Mathematics

More information

Algebra C Numerical Linear Algebra Sample Exam Problems

Algebra C Numerical Linear Algebra Sample Exam Problems Algebra C Numerical Linear Algebra Sample Exam Problems Notation. Denote by V a finite-dimensional Hilbert space with inner product (, ) and corresponding norm. The abbreviation SPD is used for symmetric

More information

A comparison of model reduction techniques from structural dynamics, numerical mathematics and systems and control

A comparison of model reduction techniques from structural dynamics, numerical mathematics and systems and control A comparison of model reduction techniques from structural dynamics, numerical mathematics and systems and control B. Besselink a, A. Lutowska b, U. Tabak c, N. van de Wouw a, H. Nijmeijer a, M.E. Hochstenbach

More information

Systems and Control Theory Lecture Notes. Laura Giarré

Systems and Control Theory Lecture Notes. Laura Giarré Systems and Control Theory Lecture Notes Laura Giarré L. Giarré 2018-2019 Lesson 14: Rechability Reachability (DT) Reachability theorem (DT) Reachability properties (DT) Reachability gramian (DT) Reachability

More information

Affine Processes. Econometric specifications. Eduardo Rossi. University of Pavia. March 17, 2009

Affine Processes. Econometric specifications. Eduardo Rossi. University of Pavia. March 17, 2009 Affine Processes Econometric specifications Eduardo Rossi University of Pavia March 17, 2009 Eduardo Rossi (University of Pavia) Affine Processes March 17, 2009 1 / 40 Outline 1 Affine Processes 2 Affine

More information

1. Find the solution of the following uncontrolled linear system. 2 α 1 1

1. Find the solution of the following uncontrolled linear system. 2 α 1 1 Appendix B Revision Problems 1. Find the solution of the following uncontrolled linear system 0 1 1 ẋ = x, x(0) =. 2 3 1 Class test, August 1998 2. Given the linear system described by 2 α 1 1 ẋ = x +

More information

Reduced Basis Method for Parametric

Reduced Basis Method for Parametric 1/24 Reduced Basis Method for Parametric H 2 -Optimal Control Problems NUMOC2017 Andreas Schmidt, Bernard Haasdonk Institute for Applied Analysis and Numerical Simulation, University of Stuttgart andreas.schmidt@mathematik.uni-stuttgart.de

More information

14 Singular Value Decomposition

14 Singular Value Decomposition 14 Singular Value Decomposition For any high-dimensional data analysis, one s first thought should often be: can I use an SVD? The singular value decomposition is an invaluable analysis tool for dealing

More information

Module 09 From s-domain to time-domain From ODEs, TFs to State-Space Modern Control

Module 09 From s-domain to time-domain From ODEs, TFs to State-Space Modern Control Module 09 From s-domain to time-domain From ODEs, TFs to State-Space Modern Control Ahmad F. Taha EE 3413: Analysis and Desgin of Control Systems Email: ahmad.taha@utsa.edu Webpage: http://engineering.utsa.edu/

More information

Chapter 5 Frequency Domain Analysis of Systems

Chapter 5 Frequency Domain Analysis of Systems Chapter 5 Frequency Domain Analysis of Systems CT, LTI Systems Consider the following CT LTI system: xt () ht () yt () Assumption: the impulse response h(t) is absolutely integrable, i.e., ht ( ) dt< (this

More information

Weighted balanced realization and model reduction for nonlinear systems

Weighted balanced realization and model reduction for nonlinear systems Weighted balanced realization and model reduction for nonlinear systems Daisuke Tsubakino and Kenji Fujimoto Abstract In this paper a weighted balanced realization and model reduction for nonlinear systems

More information