Lecture 6 Structure-Preserving Dynamical Systems

Size: px
Start display at page:

Download "Lecture 6 Structure-Preserving Dynamical Systems"

Transcription

1 Lecture 6 Structure-Preserving Dynamical Systems Algorithm Designs Moody T. Chu North Carolina State University June 14, MCM, CAS

2 Outline Staircase Structure QR Algorithm QZ Algorithm SVD Algorithm Lancaster Structure General Quadratic Model Structure Preserving Transformation! Flow Approach Optimal Control Hamiltonian Structure Basic Hamiltonian Matrix Canonical Form Building Flows Hamiltonian Pencils shh Flow Simply Hamiltonian Flows Group Structure

3 Outline Staircase Structure QR Algorithm QZ Algorithm SVD Algorithm Lancaster Structure General Quadratic Model Structure Preserving Transformation! Flow Approach Optimal Control Hamiltonian Structure Basic Hamiltonian Matrix Canonical Form Building Flows Hamiltonian Pencils shh Flow Simply Hamiltonian Flows Group Structure

4 Outline Staircase Structure QR Algorithm QZ Algorithm SVD Algorithm Lancaster Structure General Quadratic Model Structure Preserving Transformation! Flow Approach Optimal Control Hamiltonian Structure Basic Hamiltonian Matrix Canonical Form Building Flows Hamiltonian Pencils shh Flow Simply Hamiltonian Flows Group Structure

5 Outline Staircase Structure QR Algorithm QZ Algorithm SVD Algorithm Lancaster Structure General Quadratic Model Structure Preserving Transformation! Flow Approach Optimal Control Hamiltonian Structure Basic Hamiltonian Matrix Canonical Form Building Flows Hamiltonian Pencils shh Flow Simply Hamiltonian Flows Group Structure

6 Outline Staircase Structure QR Algorithm QZ Algorithm SVD Algorithm Lancaster Structure General Quadratic Model Structure Preserving Transformation! Flow Approach Optimal Control Hamiltonian Structure Basic Hamiltonian Matrix Canonical Form Building Flows Hamiltonian Pencils shh Flow Simply Hamiltonian Flows Group Structure

7 Why Search for Structure? Critical for retrieving latent information. Spectral decomposition for symmetric matrices. Singular value decomposition for rectangular matrices. Schur decomposition for general square matrices. Efficient for numerical computation. QR algorithm Upper Hessenberg structure. QZ algorithm Upper Hessenberg/triangular structure. SVD algorithm Bidiagonal structure. Improve physical feasibility and interpretability. Reduce information leakage or disturbance. Pejorative manifold (Kahan 72). The solution structure is lost when the problem leaves the manifold due to an arbitrary perturbation. The problem may not be sensitive at all if the problem stays on the manifold, unless it is near another pejorative manifold.

8 Two Questions Given a dynamical system, what are the structures invariant under the the flow? Given a set of structures related to a fixed matrix, can a dynamical system, discrete or continuous, be designed to preserve the specified structures?

9 Given A = [a ij ] R m n, Define Staircase Structure j ff t k (A) := max k, max {i a ik 0}, k = 1,..., n. k<i m A is in staircase form if and only if t k (A) t k+1 (A), k = 1,..., n 1. Examples with step indices {1, 3, 4, 4, 5}: , } {{ } full staircase

10 QR Algorithm (Arbenz & Golub 95) Assume that A 0 is symmetric and {A k } are the iterates generated by the QR algorithm. 1. If A 0 is reducible by some permutation matrix P, that is,» PA 0 P A01 A = 02, 0 A 03 then so is each A k by means of the same permutation P. 2. If A 0 is irreducible, then the zero pattern of A 0 is preserved throughout {A k } if and only if A 0 is a full staircase matrix.

11 Zero Pattern and Irreducibility Two nearly identical matrices: , Differ only at the (1, 6) and (6, 1) positions. No significant staircase form. Totally different dynamics: Zero pattern for the left matrix is preserved because it is reducible, Zero pattern for the right matrix is totally destroyed even after one iteration.

12 Preserving Staircase For non-symmetric matrices, Reducibility cannot be preserved. If A 0 is in the staircase form, then so is {A k } throughout the QR algorithm. If X 0 is in the staircase form, then so is X(t) throughout the Toda lattice. The staircase form preservation between the QR algorithm and the Toda lattice is not directly related. Even if X 0 is in the staircase form, the corresponding A 0 = exp(x 0 ) may not be.

13 QZ Algorithm Generalized eigenvalue problem, A 0 x = λb 0 x. First reduce A 0 to an upper Hessenberg form and B 0 to an upper triangular form. Orthogonal equivalence transformations are used. Critical components: Simulate the effect of the QR algorithm on the matrix B 1 0 A 0 without explicitly forming the inverse or the product. Throughout the iteration, preserve the upper Hessenberg/triangular structure.

14 QZ Flow Consider a smooth orthogonal equivalence transformation on the pencil B 0 λ A 0, L (t) = Q(t)(B 0 λ A 0 )Z (t), Q(t), Z (t) O(n). Dynamical system for the isospectral flow L (t) dl dt = L R LL, L (0) = B 0 λ A 0, Dynamical system for the coordinate transformations ( dq = LQ, dt dz dt = ZR, L, R o(n). The choice of skew-symmetric matrix parameters L(t) and R(t) determines the dynamics.

15 Preserving Upper Hesserberg/Triangularity Write { X(t) = Q(t)A0 Z (t), Y (t) = Q(t)B 0 Z (t). Mimic the QZ algorithm. Choose L(t) and R(t) so that dx / dy remain upper dt dt Hessenberg/triangular whenever X(t)/Y (t) are. Many choices. Out of naïveté but with proper symmetry, { L := Π0 (XY 1 ), The QZ flow: dl dt R := Π 0 (Y 1 X). = L Π 0 (Y 1 X) Π 0 (XY 1 )L, L (0) = B 0 λ A 0.

16 Related to the Toda Lattice If X(t)/Y (t) are upper Hessenberg/triangular, then both L(t) and R(t) are tridiagonal. Define { E(t) := X(t)Y 1 (t), then F (t) := Y 1 (t)x(t), { de dt = [E, Π 0 (E)], df dt = [F, Π 0 (F)]. The QZ flow is related to the QZ algorithm in the same way as the Toda flow is related to the QR algorithm.

17 Conjecture 1 The QZ flow was designed solely for the purpose of maintaining the upper Hessenberg/triangular form. If both A 0 and B 0 are staircase matrices, not necessarily of the same pattern, then the structures of A 0 and B 0 are preserved by X(t) and Y (t), respectively, under the QZ flow. Observed numerically, but no formal proof.

18 Algebraic Manipulation? Direct manipulation is hard. A 0 = , B 0 = , Y 1 is usually full and dense. The QZ flow is somehow able to mix and then separate the different staircase forms.

19 SVD Algorithm First reduce A 0 to a bidiagonal matrix via orthogonal equivalence transformations. Critical components: Performing the QR algorithm on the product A 0 A 0 without explicitly forming the product. The bidiagonal structure is preserved throughout the iteration.

20 Assume SVD Flow X(t) = U(t)B 0 V (t), U(t) O(m), V (t) O(n). Necessary format: dx dt = XR LX, X(0) = B 0. Coordinate transformation: ( du dt = LU, dv dt = VR, L, R o(n). How to choose skew-symmetric matrix parameters L(t) and R(t)?

21 Want Maintain the Bidiagonal Structure X(t) remains bidiagonal for all t. L(t), R(t) are tridiagonal and skew-symmetric. Good convergence. Among many other choices, L = Π 0 (XX ), R = Π 0 (X X). The gradient flow will reduce the off-diagonal magnitude but will not keep the bidiagonal structure. L = 1 ( X diag(x) diag(x) X ), 2 R = 1 ( Xdiag(X) diag(x)x ). 2

22 Related to the Toda Lattice Define Y (t) = X (t)x(t). Then dy dt = [Y, Π 0 (Y )]. Convergence follows from the Toda dynamics.

23 Conjecture 2 The Lokta-Volterra system was discovered with the preservation of the bidiagonal form in mind. Suppose B 0 is a staircase matrix. Then the SVD flow B(t) defined by the Lokta-Volterra equation and the corresponding SVD algorithm maintains the same staircase structure. For small size matrices, the validity can be proved by an ad hoc calculation.

24 Second-Order Vibration System Dynamical system with n-degree-of-freedom: Mẍ + (C + G)ẋ + (K + N)x = F. Some interpretations: M := Mass matrix M = M 0. C := Damping matrix C = C. K := Stiffness matrix K = K 0. G := Gyroscopic matrix G = G. N := Dissipation matrix N = N. F := External force.

25 Quadratic Eigenvalue Problem Assume the homogeneous solution x(t): x = e λt u. Look for nontrivial solution to the QEP: Q(λ)u := (λ 2 M + λc + K )u = 0. If M is nonsingular, then there are 2n eigenpairs. Many applications. Many numerical techniques.

26 Model Reduction Can the original n-degree-of-freedom system be reduced to n totally independent single-degree-of-freedom subsystems? Must maintain isospectrality. Must be done via real-valued transformation.

27 Common Knowledge Reduction means simultaneous diagonalization. In general, it is impossible to diagonalize three matrices M, C, and K simultaneously. Those can be done are called proportionally or classically clamped very limited. Is simultaneous diagonalization the wrong question to ask? Any other way to achieve the reduction?

28 Symmetric Linearization Lancaster pair: L(λ) := L(λ; M, C, K ) = [ C M M 0 ] [ K 0 λ 0 M ]. Equivalence between Q(λ) and L(λ). ([ ] [ ]) [ C M K 0 u λ M 0 0 M v { (λc + K )u + λmv = 0, λmu Mv = 0. ] = 0 If M is nonsingular, then v = λu.

29 Structure Preserving Transformation Look for nonsingular matrices Π l, Π r R 2n 2n such that Lancaster structure is preserved:» CD M Π l L(λ)Π r = L(λ; M D, C D, K D ) = D M D 0 M D, C D and K D are all diagonal matrices, Isospectral equivalence: ( λ 2 M D + λc D + K D ) z = 0 [ z λz ]» KD 0 λ 0 M D = Π r [ u λu ],.

30 Not a Conventional Transformation Write Π l = [ π [l] 11 π [l] 12 π [l] 21 π [l] 22 ], Π r = [ π [r] 11 π [r] 12 π [r] 21 π [r] 22 ]. π [l] ij, π [r] ij R n n. Do the structure preserving transformations Π l and Π r exist? Can the transformations Π l and Π r be real-valued? Is there any relationship between Π l and Π r?, say, Π l = Π r? How to find the real-valued transformations Π l and Π r numerically?

31 Nonlinear Algebraic System To maintain the Lancaster structure: π [l] 11 K π[r] 12 + π[l] 12 Mπ[r] 22 = 0, π [l] 21 K π[r] 11 + π[l] 22 Mπ[r] 21 = 0, π [l] 21 Cπ[r] 12 + π[l] 22 Mπ[r] 12 + π[l] 21 Mπ[r] 22 = 0, π [l] 11 Cπ[r] 12 + π[l] 12 Mπ[r] 12 + π[l] 11 Mπ[r] 22 = π [l] 21 Cπ[r] 11 + π[l] 22 Mπ[r] 11 + π[l] 21 Mπ[r] 21 = π [l] 21 K π[r] 12 + π[l] 22 Mπ[r] 22. To attain the diagonal form: π [l] 21 K π[r] 12 + π[l] 22 Mπ[r] 22 = M D, π [l] 11 Cπ[r] 11 + π[l] 12 Mπ[r] 11 + π[l] 11 Mπ[r] 21 = C D, π [l] 11 K π[r] 11 π[l] 12 Mπ[r] 21 = K D, A nonlinear algebraic system of 8n 2 3n equations in 8n 2 unknowns.

32 Existence For almost all regular quadratic pencils, Real-valued equivalence transformations Π l and Π r do exist. (Garvey, Friswell, & Prells, 02), has flaws and is incomplete. (Chu & Del Buono, 05), simpler and complete proof. For self-adjoint quadratic pencils, Π l = Π r. This is congruence transformation. Proof is based on the availability of complete spectral information. Not numerically feasible. Any constructive way to establish Π l and Π r?

33 Moving Frame Denote A 0 := [ ] [ K0 0 C0 M, B 0 M 0 := 0 0 M 0 0 ]. Assume the transformation changes as a one-parameter family: { A(t) = T l (t)a 0 T r (t), B(t) = T l (t)b 0T r (t). subject to the rule: [ l11 (t) l Ṫ l (t) = T l (t)l(t) = T l (t) 12 (t) l 21 (t) l 22 (t) [ r11 (t) r Ṫ r (t) = T r (t)r(t) = T r (t) 12 (t) r 21 (t) r 22 (t) ], ].

34 Equivalence Flow The transformation is governed by { da dt = AR + L A, db dt = BR + L B. L(t) and R(t) effectuate the dynamical behavior. This is an isospectral flow. Need to preserve the Lancaster structure.

35 Determining the Vector Field To maintain the Lancaster structure for A(t) and B(t): l 21M Kr 12 = 0, l 12K + Mr 21 = 0, l 12M + Mr 12 = 0, l 11M + Cr 12 + Mr 22 = l 12C + l 22M + Mr 11 = l 22M + Mr 22. There are 5n 2 equations in 8n 2 unknowns Can be solved in terms of three matrix parameters.

36 Forming L(t) and R(t) r 12 = DM, l 21 = D K, l 12 = D M, r 21 = DK, r 11 r 22 = DC, l 11 l 22 = D C. One possible formation: [ ] [ ] [ r11 (t) r 12 (t) D 0 C = 2 M r 21 (t) r 22 (t) 0 D C K 2 [ ] [ ] [ l11 (t) l 12 (t) D C 0 = l 21 (t) l 22 (t) 0 D 2 M K ] [ Nr 0 + C 2 Determined up to three free parameters D, N l and N r. ] 0 N r ], + [ ] Nl 0. 0 N l

37 Isospectral Flow The corresponding flow (Garvey et al,04): Ṁ = 1 2 (MDC CDM) + MN r + N l M, Ċ = (MDK KDM) + CN r + N l C, K = 1 2 (CDK KDC) + KN r + N l K. How to choose D, N l and N r so as to attain convergence?

38 Maintaining Symmetry Assume (M(0), C(0), K (0)) has some symmetry to begin with. Take N r (t) = N l (t). Then symmetry is preserved: D(t) M(t) C(t) K (t) skew-symmetric symmetric symmetric symmetric symmetric symmetric skew-symmetric symmetric symmetric skew-symmetric skew-symmetric skew-symmetric skew-symmetric skew-symmetric symmetric skew-symmetric. Still..., need to control the convergence.

39 A Control Problem An open-loop control: minimize f (x), subject to ẋ = g(x)u, x(0) = x 0, u = control. A possible control: A closed-loop control: u = g(x) f (x). ẋ = g(x)g(x) f (x), x(0) = x 0. This is a gradient flow!

40 Objective Function Minimize Subject to F(M, C, K ) := M 2 F (1 + δ) diag(m) 2 F + C 2 F (1 + δ) diag(c) 2 F + K 2 F (1 + δ) diag(k ) 2 F. Ṁ = 1 2 (MDC CDM) + MN + N M, Ċ = (MDK KDM) + CN + N C, K = 1 2 (CDK KDC) + KN + N K. (D, N) = control.

41 Basic Ideas While minimizing off-diagonal entries of (M, C, K ), also penalize growth of diagonal entries by a factor of δ. Assume (M 0, C 0, K 0 ) are all symmetric and, hence, N l = N r and D = D. Tangent vectors in the orbit of equivalence at (M, C, K ) are linear in the control parameters (D, N). Need to rewrite the vector field in terms of an outer product form.

42 Structure Preserving Isospectral Flow The resulting (M(t), C(t), K (t)) has the following properties: It is isospectral to (M 0, C 0, K 0 ). It preserves the Lancaster structure implicitly. It moves in the direction to minimize the off-diagonal entries while keeping the diagonal entries at bay. Ideally, (M(t), C(t), K (t)) converges to (M D, C D, K D ).

43 Hamiltonian Structure Define J := [ 0 In I n 0 ]. J 2 = I. H R 2n 2n is Hamiltonian (HJ) = HJ. H has the structure:» M P H = Q M, P and Q are symmetric. W R 2n 2n is skew-hamiltonian (WJ) = WJ. W has the structure:» M F W = G M, F and G are skew-symmetric.

44 Importance of Hamiltonian Structure Many applications: Systems and controls. Algebraic Riccati equations. Quadratic eigenvalue problems. Structures carry underlying physical settings. Many inherent properties: Eigenvalues of H are symmetric with respect to the imaginary axis. Eigenvalues of W have even algebraic and geometric multiplicities.

45 Preserving Hamiltonian Structure Conventional algorithms usually fail to preserve the Hamiltonian structure. Considerable research effort in deriving special methods for matrices with Hamiltonian structure. Iterative procedures are carefully carved, but usually complicated. Most Hamiltonian structure-preserving dynamical systems can be characterized as a single line equation. Strong numerical evidence for convergence. Lack complete asymptotic analysis.

46 Symplectic Group S R 2n 2n is symplectic S JS = J. Natural symmetry SJS = J. From a matrix group Sp(2n). S 1 = JS J. g = T I2n Sp(2n) = {all Hamiltonian matrices}. Hamiltonian matrices as tangent vectors to Sp(2n) is analogous to skew-symmetric matrices to O(n).

47 Schur-Hamiltonian Form Given Hamiltonian H with no purely imaginary eigenvalues, There exists an orthogonal symplectic matrix U R 2n 2n such that eh = U HU is Hamiltonian, and is of the form eh =» R P 0 R P is symmetric and R is upper quasitriangular. Given skew-hamiltonian W, There exists an orthogonal symplectic matrix U R 2n 2n such that fw = U WU is skew-hamiltonian, and is of the form fw =» R F 0 R F is skew-symmetric and R is upper quasitriangular.,,

48 URV Form Given Hamiltonian H, There exist orthogonal symplectic matrices U, V R 2n 2n such that H b = U HV is of the form» T N bh = 0 R, N has no particular structure, T is upper triangular and R is upper quasitriangular.

49 Hamiltonian Eigenvalue Computation Critical components: Reduce a matrix of Hamiltonian structure to its Schur-Hamiltonian form. Employ classical iterative schemes to the reduced eigenproblem. Stable eigenvalue computation procedures for skew-hamiltonian matrices are well developed (Benner et al. 05, Van Loan, 84). Much harder task for For Hamiltonian matricesr. H 2 is skew-hamiltonian. By URV,» U H 2 TR TN NT U = 0 R T Eigenvalues of H are the square roots of those from TR. A QZ -type algorithm can be applied to find the eigenvalues of the product TR without explicitly forming the product..

50 Symplectic Flow A smooth curve S(t) on the manifold of symplectic group Sp(2n) is necessarily governed by ds dt = SK, (or KS), K is Hamiltonian. If the symplectic S(t) is also orthogonal, then [ ] M Q K =, Q M M is skew-symmetric and Q is symmetric.

51 Hamiltonian Flow Given H 0 R 2n 2n, consider the Lax dynamics, dx dt = [X, P 0 (X)], X(0) = H 0, P 0 acting on X is defined by» 0 X P 0 (X) := 21 X 21 0» X11 X, if X = 12 X 21 X 22. Corresponding parameter dynamical system, dg dt = gp 0 (X), g(0) = I 2n. P 0 (X) is Hamiltonian g(t) is orthogonal symplectic. H 0 is Hamiltonian X(t) = g (t)h 0 g(t) remains Hamiltonian. X 21 (t) 0 as t (Chu & Norris 88). The limit point is not exactly of the Schur-Hamiltonian form yet. The flow approach is remarkably simple.

52 Skew-Hamiltonian Flow X is skew-hamiltonian P 0 (X) is not Hamiltonian. Skew-Hamiltonian eigenproblem is supposed to be relatively easier than the Hamiltonian eigenproblem by iterative methods. Every real skew-hamiltonian matrix has a real Hamiltonian square root (Faßbender et al. 99). Given a skew-hamiltonian matrix W 0, define H 0 := W 1/2 0. Apply the Hamiltonian flow to obtain X(t) W(t) := X 2 (t) is skew-hamiltonian and converges to an upper block triangular form. The very same parameter g(t) serves as the continuous coordinate transformation for W(t) = g (t)w 0 g(t) and leads to convergence. Symbolic dynamical system, dw dt = [W, P 0 (W 1/2 )], W(0) = W 0, A skew-hamiltonian matrix W has infinitely many Hamiltonian square roots.

53 Using Π 0 (X) only Conjecture 3 Convergence to the real Schur form. Cannot preserve Hamiltonian structure. Define P 1 (X) := [ Π0 (X 11 ) X 21 X 21 Π 0 (X 11 ) ] Appears to be a compromise. P 1 for a Hamiltonian matrix X differ from Π 0 only in the (2, 2)-block. Toda-Hamiltonian flow: dh dt = [H, P 1 (H)], H(0) = H 0. Suppose H 0 is Hamiltonian with no purely imaginary eigenvalues. Then the Toda-Hamiltonian flow H(t) remains Hamiltonian and converges to the real Schur-Hamiltonian form.

54 URV Flow A flow X(t) = U (t)x 0 V (t) is necessarily governed by the system dx dt = XR LX, X(0) = X 0, (1) L and R to be determined. Similar to SVD and QZ flows. Same U transformation in the real Schur-Hamiltonian form for H 0 L = P 1 (U H 0 U). Same V transformation in the lower quasitriangular Schur-Hamiltonian for H0 R = P 2(V H0 V ). Define P 2 (X) :=» Π0 (X11) X 12 X 12 Π 0 (X11) Rewrite as the autonomous dynamical system, dx dt = XP 2 ((X JXJ) 1/2 ) P 1 ((XJX J) 1/2 )X, X(0) = H 0..

55 Three Types of Hamiltonian Pencils A linear pencil Bλ A is simply Hamiltonian BJA = AJB Equivalent to B 1 A being Hamiltonian, if B 1 exists. Has {λ, λ, λ, λ} as eigenvalues. A linear pencil Bλ A is shh B is skew-hamiltonian and A is Hamiltonian. Arise in gyroscopic systems, structural mechanics, linear response theory, and quadratic optimal control (Benner et al. 02). A linear pencil Bλ A is HH Both A and B are Hamiltonian. Rare in applications.

56 Preserving Isospectrality Assume Necessary format: H(t) = Q(t) (B 0 λ A 0 ) Z (t). dh dt = HR LH, H(0) = B 0 λ A 0. Coordinate transformation: ( dq dt = LQ, dz dt = ZR. So far, this is similar to the QZ flow.

57 Choices of R and L Mimicking the QZ flow, Choose R to be as much like Π 0 (B 1 A) as possible. Choose L to be as much like Π 0 (AB 1 ) as possible. Must subject to the structure preserving limitation. Further restrictions on R and L.

58 Isospectral shh Flow Write L (t) = W(t)λ H(t). WR LW remains skew-hamiltonian. HR LH remain Hamiltonian. Suffice to consider L = JR J. Q(t) and Z (t) are interchangeable. j Z (t) = JQ (t)j, Q(t) = JZ (t)j. Only one coordinate transformation is needed.

59 Mimicking QZ but Keeping shh Given 2n 2n matrix X, define [ Π0 (X P 4 (X) := 11 ) X21 X 21 Π 0 (X22 ) ]. Almost identical to Π 0 (X) except for a twist" at the (2, 2) block P 4 (X) = [...]

60 Modified shh Flow Define dl dt = L P 4 (W 1 H) P 4 (HW 1 ) L, L (0) = B 0 λ A 0, }{{}}{{} R L Inherent relationship: shh pencil HW 1 = J(W 1 H) J shh structure preserving. Only need to work with R. L (t) = JZ (t)j(w 0 λ H 0 )Z (t).

61 Conjecture 4 Suppose L (0) is an shh pencil. The flow L(t) with R := P 4 (W 1 H) maintains the shh structure and converges to the canonical form [ ] [ ] W11 W12 H11 H12 L = λ 0 W 11 0 H 11. f W11 and e H 11 are upper quasitriangular. f W12 is skew-symmetric. e H12 is symmetric. The canonical form is the same as that desirable in the literature (Benner et al. 02). Extremely complicated iterative procedure. If the convergence can be proved, then we have a very simple way to realize the canonical form.

62 Maintaining Simply Hamiltonian Bλ A is Hamiltonian if and only if Q(Bλ A)Z is Hamiltonian for arbitrary nonsingular Q and symplectic Z. To maintain the Hamiltonian structure, No restriction on L. R must be Hamiltonian.

63 Simply Hamiltonian Flow Both B 1 A and A 1 B are Hamiltonian, but AB 1 and BA 1 are not. Take { R = P1 (B 1 A) Simply Hamiltonian flow: L = Π 0 (AB 1 ). dl dt = L P 1 (B 1 A) Π 0 (AB 1 )L. Differ from the QZ flow only a P 1. Maintain the simply Hamiltonian structure.

64 Conjecture 5 B 0 λ A 0 has no purely imaginary eigenvalues L (t) converges to the canonical form [ ] [ ] B11 B12 Â11 Â L = λ 12, 0 B22 0 Â 22 b A11 and b B 11 are upper quasitriangular matrices with corresponding 1 1 or 2 2 blocks. b A22 and b B 22 are upper-left quasitriangular matrices with corresponding 1 1 or 2 2 blocks. B 0 λ A 0 has one pair of purely imaginary eigenvalues L (t) converges to the same canonical form as above, with the exception of a non-zero entry at the (n + 1, n) position which is periodic in t.

65 Initial Structure Dynamical System Limiting Behavior Operator X 0 =staircase Ẋ = [X, Π 0 (X)] Ashlock et al. 97 Π 0 (X) := X (X ) B 0 λ A 0 = staircase L = L Π 0 (Y 1 X) Π 0 (XY 1 )L Conjecture 1 B 0 = staircase Ḃ = BΠ 0 (B B) Π 0 (BB )B Conjecture 2 B 0 λ A 0 = Lancaster K = 1 2 (CDK KDC) + N L K + KN R D, N R, N L :=controls Ċ = (MDK KDM) + N L C + CN R Ṁ = 1 2 (MDC CDM) + N L M + MN R H 0 = Hamiltonian Ḣ = [H, P 0 (H)] Chu et al. 88 P 0 (X) := " 0 X 21 X 21 0 # W 0 = skew-hamiltonian Ẇ = [W, P 0 (W 1/2 )] H 0 = Hamiltonian Ḣ = [H, P 1 (H)] Conjecture 3 P 1 (X) :=» Π0 (X 11 ) X 21 X 21 Π 0 (X 11 ) W 0 = skew-hamiltonian Ẇ = [W, P 1 (W 1/2 )] X 0 = general Ẋ = XP 3 (X X) P 3 (XX )X Chu el al. 88 P 3 :=generalized P 0 H 0 = Hamiltonian Ẋ = XP 2 ((X JXJ) 1/2 ) P 1 ((XJX J) 1/2 )X URV flow " Π0 (X P 2 (X) := 11 ) X # 12 X 12 Π 0 (X 11 ) W 0 λ H 0 = shh " L = L P 4 (W 1 H) P 4 (HW 1 Π0 (X )L Conjecture 4 P 4 (X) := 11 ) X 21 # X 21 Π 0 (X 22 ) B 0 λ A 0 = Hamiltonian L = L P 1 (B 1 A) Π 0 (AB 1 )L Conjecture 5 B 0 λ A 0 = general Ȧ = AP 2 ((A B JB 1 AJ) 1/2 ) P 4 (AB 1 )A Not tested Ḃ = BP ((B 1 AJA B J) 1/2 ) P (AB 1 )A

66 HH Pencil Inherent relationships! AB 1 = J(B 1 A) J. A choice similar to that for the shh pencil will not work It misses a negative sign. Nor sure what the Hamiltonian Schur form is for the HH pencil. Not all Hamiltonian matrices have a Hamiltonian Schur form. Would it work if we choose R = P 1 (B 1 A), L = P 1 (AB 1 )?

67 One Final Question For all the Hamiltonian flows, is the staircase structure still preserved?

68 Generalizing into Manifolds Far too many applications where it is desirable that a specific structure is maintained throughout an evolving process. The notion of structure" should be interpreted quite liberally. Preserving volume, momentum, energy, symplecticity, or other kinds of physical quantities is an extremely important task with significant consequences. Lie theory is now a ubiquitous framework in many disciplines of sciences and engineering applications. Dynamical systems and numerical algorithms originally developed over Euclidean space need to be redeveloped over manifolds. Newton and the conjugate gradient methods have been generalized to the Grassmann and the Stiefel manifolds (Edelman et al. 99).

69 Newton Dynamics on a Lie Group (Owren & Welfert 00) The problem: Given a Lie group G and its corresponding Lie algebra g, want to find zeros(s)" of the map A typical Newton scheme: f : G g. Solve for a tangent vector u n T yn G via the linear equation Update y n to y n+1 via u n. df yn (u n) + f (y n) = 0.

70 Interpretation Bring back to local coordinates: All local charts of a Lie group can be obtained by translation. T y G = yg. Consider a representation of f restricted to a local chart at y n. f := f Lyn exp, L y (z) = yz. A classical Newton iteration over the Euclidean space. d f vn (u n ) + f (v n ) = 0. v n = ln y n. v n+1 = v n + u n. Lift to the new iterate on the manifold G. y n+1 = y n exp(u n).

71 Generalizations Under classical assumptions the proposed methods converge quadratically. This framework can be repeatedly applied to generalize other types of algorithms originally designed for Euclidean space to Lie groups. How far this generalization should go, and how practical such extensions might be, are yet to be seen.

Numerical Algorithms as Dynamical Systems

Numerical Algorithms as Dynamical Systems A Study on Numerical Algorithms as Dynamical Systems Moody Chu North Carolina State University What This Study Is About? To recast many numerical algorithms as special dynamical systems, whence to derive

More information

Definite versus Indefinite Linear Algebra. Christian Mehl Institut für Mathematik TU Berlin Germany. 10th SIAM Conference on Applied Linear Algebra

Definite versus Indefinite Linear Algebra. Christian Mehl Institut für Mathematik TU Berlin Germany. 10th SIAM Conference on Applied Linear Algebra Definite versus Indefinite Linear Algebra Christian Mehl Institut für Mathematik TU Berlin Germany 10th SIAM Conference on Applied Linear Algebra Monterey Bay Seaside, October 26-29, 2009 Indefinite Linear

More information

The quadratic eigenvalue problem (QEP) is to find scalars λ and nonzero vectors u satisfying

The quadratic eigenvalue problem (QEP) is to find scalars λ and nonzero vectors u satisfying I.2 Quadratic Eigenvalue Problems 1 Introduction The quadratic eigenvalue problem QEP is to find scalars λ and nonzero vectors u satisfying where Qλx = 0, 1.1 Qλ = λ 2 M + λd + K, M, D and K are given

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

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

Sec. 1.1: Basics of Vectors

Sec. 1.1: Basics of Vectors Sec. 1.1: Basics of Vectors Notation for Euclidean space R n : all points (x 1, x 2,..., x n ) in n-dimensional space. Examples: 1. R 1 : all points on the real number line. 2. R 2 : all points (x 1, x

More information

An SVD-Like Matrix Decomposition and Its Applications

An SVD-Like Matrix Decomposition and Its Applications An SVD-Like Matrix Decomposition and Its Applications Hongguo Xu Abstract [ A matrix S C m m is symplectic if SJS = J, where J = I m I m. Symplectic matrices play an important role in the analysis and

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K R MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND First Printing, 99 Chapter LINEAR EQUATIONS Introduction to linear equations A linear equation in n unknowns x,

More information

Nonlinear palindromic eigenvalue problems and their numerical solution

Nonlinear palindromic eigenvalue problems and their numerical solution Nonlinear palindromic eigenvalue problems and their numerical solution TU Berlin DFG Research Center Institut für Mathematik MATHEON IN MEMORIAM RALPH BYERS Polynomial eigenvalue problems k P(λ) x = (

More information

Linear Algebra and Eigenproblems

Linear Algebra and Eigenproblems Appendix A A Linear Algebra and Eigenproblems A working knowledge of linear algebra is key to understanding many of the issues raised in this work. In particular, many of the discussions of the details

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

A matrix over a field F is a rectangular array of elements from F. The symbol

A matrix over a field F is a rectangular array of elements from F. The symbol Chapter MATRICES Matrix arithmetic A matrix over a field F is a rectangular array of elements from F The symbol M m n (F ) denotes the collection of all m n matrices over F Matrices will usually be denoted

More information

7 Planar systems of linear ODE

7 Planar systems of linear ODE 7 Planar systems of linear ODE Here I restrict my attention to a very special class of autonomous ODE: linear ODE with constant coefficients This is arguably the only class of ODE for which explicit solution

More information

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2.

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 11 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,, a n, b are given real

More information

Matrices, Moments and Quadrature, cont d

Matrices, Moments and Quadrature, cont d Jim Lambers CME 335 Spring Quarter 2010-11 Lecture 4 Notes Matrices, Moments and Quadrature, cont d Estimation of the Regularization Parameter Consider the least squares problem of finding x such that

More information

Stabilization and Passivity-Based Control

Stabilization and Passivity-Based Control DISC Systems and Control Theory of Nonlinear Systems, 2010 1 Stabilization and Passivity-Based Control Lecture 8 Nonlinear Dynamical Control Systems, Chapter 10, plus handout from R. Sepulchre, Constructive

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

Differential Equations and Modeling

Differential Equations and Modeling Differential Equations and Modeling Preliminary Lecture Notes Adolfo J. Rumbos c Draft date: March 22, 2018 March 22, 2018 2 Contents 1 Preface 5 2 Introduction to Modeling 7 2.1 Constructing Models.........................

More information

On local normal forms of completely integrable systems

On local normal forms of completely integrable systems On local normal forms of completely integrable systems ENCUENTRO DE Răzvan M. Tudoran West University of Timişoara, România Supported by CNCS-UEFISCDI project PN-II-RU-TE-2011-3-0103 GEOMETRÍA DIFERENCIAL,

More information

Lagrange Multipliers

Lagrange Multipliers Optimization with Constraints As long as algebra and geometry have been separated, their progress have been slow and their uses limited; but when these two sciences have been united, they have lent each

More information

only nite eigenvalues. This is an extension of earlier results from [2]. Then we concentrate on the Riccati equation appearing in H 2 and linear quadr

only nite eigenvalues. This is an extension of earlier results from [2]. Then we concentrate on the Riccati equation appearing in H 2 and linear quadr The discrete algebraic Riccati equation and linear matrix inequality nton. Stoorvogel y Department of Mathematics and Computing Science Eindhoven Univ. of Technology P.O. ox 53, 56 M Eindhoven The Netherlands

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

Decay rates for partially dissipative hyperbolic systems

Decay rates for partially dissipative hyperbolic systems Outline Decay rates for partially dissipative hyperbolic systems Basque Center for Applied Mathematics Bilbao, Basque Country, Spain zuazua@bcamath.org http://www.bcamath.org/zuazua/ Numerical Methods

More information

8. Diagonalization.

8. Diagonalization. 8. Diagonalization 8.1. Matrix Representations of Linear Transformations Matrix of A Linear Operator with Respect to A Basis We know that every linear transformation T: R n R m has an associated standard

More information

REVIEW OF DIFFERENTIAL CALCULUS

REVIEW OF DIFFERENTIAL CALCULUS REVIEW OF DIFFERENTIAL CALCULUS DONU ARAPURA 1. Limits and continuity To simplify the statements, we will often stick to two variables, but everything holds with any number of variables. Let f(x, y) be

More information

Inverse Singular Value Problems

Inverse Singular Value Problems Chapter 8 Inverse Singular Value Problems IEP versus ISVP Existence question A continuous approach An iterative method for the IEP An iterative method for the ISVP 139 140 Lecture 8 IEP versus ISVP Inverse

More information

LECTURE 16: LIE GROUPS AND THEIR LIE ALGEBRAS. 1. Lie groups

LECTURE 16: LIE GROUPS AND THEIR LIE ALGEBRAS. 1. Lie groups LECTURE 16: LIE GROUPS AND THEIR LIE ALGEBRAS 1. Lie groups A Lie group is a special smooth manifold on which there is a group structure, and moreover, the two structures are compatible. Lie groups are

More information

The Solvability Conditions for the Inverse Eigenvalue Problem of Hermitian and Generalized Skew-Hamiltonian Matrices and Its Approximation

The Solvability Conditions for the Inverse Eigenvalue Problem of Hermitian and Generalized Skew-Hamiltonian Matrices and Its Approximation The Solvability Conditions for the Inverse Eigenvalue Problem of Hermitian and Generalized Skew-Hamiltonian Matrices and Its Approximation Zheng-jian Bai Abstract In this paper, we first consider the inverse

More information

Fundamentals of Linear Algebra. Marcel B. Finan Arkansas Tech University c All Rights Reserved

Fundamentals of Linear Algebra. Marcel B. Finan Arkansas Tech University c All Rights Reserved Fundamentals of Linear Algebra Marcel B. Finan Arkansas Tech University c All Rights Reserved 2 PREFACE Linear algebra has evolved as a branch of mathematics with wide range of applications to the natural

More information

Inverse Eigenvalue Problems: Theory, Algorithms, and Applications

Inverse Eigenvalue Problems: Theory, Algorithms, and Applications Inverse Eigenvalue Problems: Theory, Algorithms, and Applications Moody T. Chu North Carolina State University Gene H. Golub Stanford University OXPORD UNIVERSITY PRESS List of Acronyms List of Figures

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2 MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS SYSTEMS OF EQUATIONS AND MATRICES Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

Algorithms for Solving the Polynomial Eigenvalue Problem

Algorithms for Solving the Polynomial Eigenvalue Problem Algorithms for Solving the Polynomial Eigenvalue Problem Nick Higham School of Mathematics The University of Manchester higham@ma.man.ac.uk http://www.ma.man.ac.uk/~higham/ Joint work with D. Steven Mackey

More information

Linear Algebra: Matrix Eigenvalue Problems

Linear Algebra: Matrix Eigenvalue Problems CHAPTER8 Linear Algebra: Matrix Eigenvalue Problems Chapter 8 p1 A matrix eigenvalue problem considers the vector equation (1) Ax = λx. 8.0 Linear Algebra: Matrix Eigenvalue Problems Here A is a given

More information

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

October 25, 2013 INNER PRODUCT SPACES

October 25, 2013 INNER PRODUCT SPACES October 25, 2013 INNER PRODUCT SPACES RODICA D. COSTIN Contents 1. Inner product 2 1.1. Inner product 2 1.2. Inner product spaces 4 2. Orthogonal bases 5 2.1. Existence of an orthogonal basis 7 2.2. Orthogonal

More information

APPLIED NUMERICAL LINEAR ALGEBRA

APPLIED NUMERICAL LINEAR ALGEBRA APPLIED NUMERICAL LINEAR ALGEBRA James W. Demmel University of California Berkeley, California Society for Industrial and Applied Mathematics Philadelphia Contents Preface 1 Introduction 1 1.1 Basic Notation

More information

Although the rich theory of dierential equations can often be put to use, the dynamics of many of the proposed dierential systems are not completely u

Although the rich theory of dierential equations can often be put to use, the dynamics of many of the proposed dierential systems are not completely u A List of Matrix Flows with Applications Moody T. Chu Department of Mathematics North Carolina State University Raleigh, North Carolina 7695-805 Abstract Many mathematical problems, such as existence questions,

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

FORTRAN 77 Subroutines for the Solution of Skew-Hamiltonian/Hamiltonian Eigenproblems Part I: Algorithms and Applications 1

FORTRAN 77 Subroutines for the Solution of Skew-Hamiltonian/Hamiltonian Eigenproblems Part I: Algorithms and Applications 1 SLICOT Working Note 2013-1 FORTRAN 77 Subroutines for the Solution of Skew-Hamiltonian/Hamiltonian Eigenproblems Part I: Algorithms and Applications 1 Peter Benner 2 Vasile Sima 3 Matthias Voigt 4 August

More information

Matrix Algorithms. Volume II: Eigensystems. G. W. Stewart H1HJ1L. University of Maryland College Park, Maryland

Matrix Algorithms. Volume II: Eigensystems. G. W. Stewart H1HJ1L. University of Maryland College Park, Maryland Matrix Algorithms Volume II: Eigensystems G. W. Stewart University of Maryland College Park, Maryland H1HJ1L Society for Industrial and Applied Mathematics Philadelphia CONTENTS Algorithms Preface xv xvii

More information

Numerical Methods I Non-Square and Sparse Linear Systems

Numerical Methods I Non-Square and Sparse Linear Systems Numerical Methods I Non-Square and Sparse Linear Systems Aleksandar Donev Courant Institute, NYU 1 donev@courant.nyu.edu 1 MATH-GA 2011.003 / CSCI-GA 2945.003, Fall 2014 September 25th, 2014 A. Donev (Courant

More information

Solving large scale eigenvalue problems

Solving large scale eigenvalue problems arge scale eigenvalue problems, Lecture 5, March 23, 2016 1/30 Lecture 5, March 23, 2016: The QR algorithm II http://people.inf.ethz.ch/arbenz/ewp/ Peter Arbenz Computer Science Department, ETH Zürich

More information

Quadratic Matrix Polynomials

Quadratic Matrix Polynomials Research Triangularization Matters of Quadratic Matrix Polynomials February 25, 2009 Nick Françoise Higham Tisseur Director School of of Research Mathematics The University of Manchester School of Mathematics

More information

MAT 610: Numerical Linear Algebra. James V. Lambers

MAT 610: Numerical Linear Algebra. James V. Lambers MAT 610: Numerical Linear Algebra James V Lambers January 16, 2017 2 Contents 1 Matrix Multiplication Problems 7 11 Introduction 7 111 Systems of Linear Equations 7 112 The Eigenvalue Problem 8 12 Basic

More information

Nonlinear Single-Particle Dynamics in High Energy Accelerators

Nonlinear Single-Particle Dynamics in High Energy Accelerators Nonlinear Single-Particle Dynamics in High Energy Accelerators Part 2: Basic tools and concepts Nonlinear Single-Particle Dynamics in High Energy Accelerators This course consists of eight lectures: 1.

More information

D-MATH Alessio Savini. Exercise Sheet 4

D-MATH Alessio Savini. Exercise Sheet 4 ETH Zürich Exercise Sheet 4 Exercise 1 Let G, H be two Lie groups and let ϕ : G H be a smooth homomorphism. Show that ϕ has constant rank. Solution: We need to show that for every g G the rank of the linear

More information

Subdiagonal pivot structures and associated canonical forms under state isometries

Subdiagonal pivot structures and associated canonical forms under state isometries Preprints of the 15th IFAC Symposium on System Identification Saint-Malo, France, July 6-8, 29 Subdiagonal pivot structures and associated canonical forms under state isometries Bernard Hanzon Martine

More information

Exercises for Unit I I (Vector algebra and Euclidean geometry)

Exercises for Unit I I (Vector algebra and Euclidean geometry) Exercises for Unit I I (Vector algebra and Euclidean geometry) I I.1 : Approaches to Euclidean geometry Ryan : pp. 5 15 1. What is the minimum number of planes containing three concurrent noncoplanar lines

More information

Applied Numerical Linear Algebra. Lecture 8

Applied Numerical Linear Algebra. Lecture 8 Applied Numerical Linear Algebra. Lecture 8 1/ 45 Perturbation Theory for the Least Squares Problem When A is not square, we define its condition number with respect to the 2-norm to be k 2 (A) σ max (A)/σ

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K. R. MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND Corrected Version, 7th April 013 Comments to the author at keithmatt@gmail.com Chapter 1 LINEAR EQUATIONS 1.1

More information

EE363 homework 2 solutions

EE363 homework 2 solutions EE363 Prof. S. Boyd EE363 homework 2 solutions. Derivative of matrix inverse. Suppose that X : R R n n, and that X(t is invertible. Show that ( d d dt X(t = X(t dt X(t X(t. Hint: differentiate X(tX(t =

More information

How long does it take to compute the eigenvalues of a random symmetric matrix?

How long does it take to compute the eigenvalues of a random symmetric matrix? How long does it take to compute the eigenvalues of a random symmetric matrix? Govind Menon (Brown University) Joint work with: Christian Pfrang (Ph.D, Brown 2011) Percy Deift, Tom Trogdon (Courant Institute)

More information

16. Local theory of regular singular points and applications

16. Local theory of regular singular points and applications 16. Local theory of regular singular points and applications 265 16. Local theory of regular singular points and applications In this section we consider linear systems defined by the germs of meromorphic

More information

Solutions Chapter 9. u. (c) u(t) = 1 e t + c 2 e 3 t! c 1 e t 3c 2 e 3 t. (v) (a) u(t) = c 1 e t cos 3t + c 2 e t sin 3t. (b) du

Solutions Chapter 9. u. (c) u(t) = 1 e t + c 2 e 3 t! c 1 e t 3c 2 e 3 t. (v) (a) u(t) = c 1 e t cos 3t + c 2 e t sin 3t. (b) du Solutions hapter 9 dode 9 asic Solution Techniques 9 hoose one or more of the following differential equations, and then: (a) Solve the equation directly (b) Write down its phase plane equivalent, and

More information

Bindel, Fall 2016 Matrix Computations (CS 6210) Notes for

Bindel, Fall 2016 Matrix Computations (CS 6210) Notes for 1 Logistics Notes for 2016-08-29 General announcement: we are switching from weekly to bi-weekly homeworks (mostly because the course is much bigger than planned). If you want to do HW but are not formally

More information

These notes are incomplete they will be updated regularly.

These notes are incomplete they will be updated regularly. These notes are incomplete they will be updated regularly. LIE GROUPS, LIE ALGEBRAS, AND REPRESENTATIONS SPRING SEMESTER 2008 RICHARD A. WENTWORTH Contents 1. Lie groups and Lie algebras 2 1.1. Definition

More information

A Structure-Preserving Method for Large Scale Eigenproblems. of Skew-Hamiltonian/Hamiltonian (SHH) Pencils

A Structure-Preserving Method for Large Scale Eigenproblems. of Skew-Hamiltonian/Hamiltonian (SHH) Pencils A Structure-Preserving Method for Large Scale Eigenproblems of Skew-Hamiltonian/Hamiltonian (SHH) Pencils Yangfeng Su Department of Mathematics, Fudan University Zhaojun Bai Department of Computer Science,

More information

Miniversal deformations of pairs of skew-symmetric matrices under congruence. Andrii Dmytryshyn

Miniversal deformations of pairs of skew-symmetric matrices under congruence. Andrii Dmytryshyn Miniversal deformations of pairs of skew-symmetric matrices under congruence by Andrii Dmytryshyn UMINF-16/16 UMEÅ UNIVERSITY DEPARTMENT OF COMPUTING SCIENCE SE-901 87 UMEÅ SWEDEN Miniversal deformations

More information

LECTURE 25-26: CARTAN S THEOREM OF MAXIMAL TORI. 1. Maximal Tori

LECTURE 25-26: CARTAN S THEOREM OF MAXIMAL TORI. 1. Maximal Tori LECTURE 25-26: CARTAN S THEOREM OF MAXIMAL TORI 1. Maximal Tori By a torus we mean a compact connected abelian Lie group, so a torus is a Lie group that is isomorphic to T n = R n /Z n. Definition 1.1.

More information

1 Vectors. Notes for Bindel, Spring 2017 Numerical Analysis (CS 4220)

1 Vectors. Notes for Bindel, Spring 2017 Numerical Analysis (CS 4220) Notes for 2017-01-30 Most of mathematics is best learned by doing. Linear algebra is no exception. You have had a previous class in which you learned the basics of linear algebra, and you will have plenty

More information

LINEAR ALGEBRA BOOT CAMP WEEK 4: THE SPECTRAL THEOREM

LINEAR ALGEBRA BOOT CAMP WEEK 4: THE SPECTRAL THEOREM LINEAR ALGEBRA BOOT CAMP WEEK 4: THE SPECTRAL THEOREM Unless otherwise stated, all vector spaces in this worksheet are finite dimensional and the scalar field F is R or C. Definition 1. A linear operator

More information

Solving large scale eigenvalue problems

Solving large scale eigenvalue problems arge scale eigenvalue problems, Lecture 4, March 14, 2018 1/41 Lecture 4, March 14, 2018: The QR algorithm http://people.inf.ethz.ch/arbenz/ewp/ Peter Arbenz Computer Science Department, ETH Zürich E-mail:

More information

Problems in Linear Algebra and Representation Theory

Problems in Linear Algebra and Representation Theory Problems in Linear Algebra and Representation Theory (Most of these were provided by Victor Ginzburg) The problems appearing below have varying level of difficulty. They are not listed in any specific

More information

Synopsis of Numerical Linear Algebra

Synopsis of Numerical Linear Algebra Synopsis of Numerical Linear Algebra Eric de Sturler Department of Mathematics, Virginia Tech sturler@vt.edu http://www.math.vt.edu/people/sturler Iterative Methods for Linear Systems: Basics to Research

More information

Symplectic and Poisson Manifolds

Symplectic and Poisson Manifolds Symplectic and Poisson Manifolds Harry Smith In this survey we look at the basic definitions relating to symplectic manifolds and Poisson manifolds and consider different examples of these. We go on to

More information

Chap. 3. Controlled Systems, Controllability

Chap. 3. Controlled Systems, Controllability Chap. 3. Controlled Systems, Controllability 1. Controllability of Linear Systems 1.1. Kalman s Criterion Consider the linear system ẋ = Ax + Bu where x R n : state vector and u R m : input vector. A :

More information

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra.

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra. DS-GA 1002 Lecture notes 0 Fall 2016 Linear Algebra These notes provide a review of basic concepts in linear algebra. 1 Vector spaces You are no doubt familiar with vectors in R 2 or R 3, i.e. [ ] 1.1

More information

Eigenvalues and Eigenvectors

Eigenvalues and Eigenvectors Chapter 1 Eigenvalues and Eigenvectors Among problems in numerical linear algebra, the determination of the eigenvalues and eigenvectors of matrices is second in importance only to the solution of linear

More information

Math Ordinary Differential Equations

Math Ordinary Differential Equations Math 411 - Ordinary Differential Equations Review Notes - 1 1 - Basic Theory A first order ordinary differential equation has the form x = f(t, x) (11) Here x = dx/dt Given an initial data x(t 0 ) = x

More information

Elementary linear algebra

Elementary linear algebra Chapter 1 Elementary linear algebra 1.1 Vector spaces Vector spaces owe their importance to the fact that so many models arising in the solutions of specific problems turn out to be vector spaces. The

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

Parts Manual. EPIC II Critical Care Bed REF 2031

Parts Manual. EPIC II Critical Care Bed REF 2031 EPIC II Critical Care Bed REF 2031 Parts Manual For parts or technical assistance call: USA: 1-800-327-0770 2013/05 B.0 2031-109-006 REV B www.stryker.com Table of Contents English Product Labels... 4

More information

Hyperbolic Geometry on Geometric Surfaces

Hyperbolic Geometry on Geometric Surfaces Mathematics Seminar, 15 September 2010 Outline Introduction Hyperbolic geometry Abstract surfaces The hemisphere model as a geometric surface The Poincaré disk model as a geometric surface Conclusion Introduction

More information

TODA-LLY COOL STUFF BARBARA SHIPMAN

TODA-LLY COOL STUFF BARBARA SHIPMAN TODA-LLY COOL STUFF BARBARA SHIPMAN. Introduction to the Toda Lattice Finite non-periodic Toda lattice Toda, 967: Dynamical system: a system of n collinear particles with positions q,..., q n Repelling

More information

SYMPLECTIC MANIFOLDS, GEOMETRIC QUANTIZATION, AND UNITARY REPRESENTATIONS OF LIE GROUPS. 1. Introduction

SYMPLECTIC MANIFOLDS, GEOMETRIC QUANTIZATION, AND UNITARY REPRESENTATIONS OF LIE GROUPS. 1. Introduction SYMPLECTIC MANIFOLDS, GEOMETRIC QUANTIZATION, AND UNITARY REPRESENTATIONS OF LIE GROUPS CRAIG JACKSON 1. Introduction Generally speaking, geometric quantization is a scheme for associating Hilbert spaces

More information

Jordan Canonical Form

Jordan Canonical Form October 26, 2005 15-1 Jdan Canonical Fm Suppose that A is an n n matrix with characteristic polynomial. p(λ) = (λ λ 1 ) m 1... (λ λ s ) ms and generalized eigenspaces V j = ker(a λ j I) m j. Let L be the

More information

MS 3011 Exercises. December 11, 2013

MS 3011 Exercises. December 11, 2013 MS 3011 Exercises December 11, 2013 The exercises are divided into (A) easy (B) medium and (C) hard. If you are particularly interested I also have some projects at the end which will deepen your understanding

More information

ON THE REDUCTION OF A HAMILTONIAN MATRIX TO HAMILTONIAN SCHUR FORM

ON THE REDUCTION OF A HAMILTONIAN MATRIX TO HAMILTONIAN SCHUR FORM ON THE REDUCTION OF A HAMILTONIAN MATRIX TO HAMILTONIAN SCHUR FORM DAVID S WATKINS Abstract Recently Chu Liu and Mehrmann developed an O(n 3 ) structure preserving method for computing the Hamiltonian

More information

Canonical forms of structured matrices and pencils

Canonical forms of structured matrices and pencils Canonical forms of structured matrices and pencils Christian Mehl and Hongguo Xu Abstract This chapter provides a survey on the development of canonical forms for matrices and matrix pencils with symmetry

More information

Scientific Computing: An Introductory Survey

Scientific Computing: An Introductory Survey Scientific Computing: An Introductory Survey Chapter 4 Eigenvalue Problems Prof. Michael T. Heath Department of Computer Science University of Illinois at Urbana-Champaign Copyright c 2002. Reproduction

More information

Recent Advances in the Numerical Solution of Quadratic Eigenvalue Problems

Recent Advances in the Numerical Solution of Quadratic Eigenvalue Problems Recent Advances in the Numerical Solution of Quadratic Eigenvalue Problems Françoise Tisseur School of Mathematics The University of Manchester ftisseur@ma.man.ac.uk http://www.ma.man.ac.uk/~ftisseur/

More information

1.2 Derivation. d p f = d p f(x(p)) = x fd p x (= f x x p ). (1) Second, g x x p + g p = 0. d p f = f x g 1. The expression f x gx

1.2 Derivation. d p f = d p f(x(p)) = x fd p x (= f x x p ). (1) Second, g x x p + g p = 0. d p f = f x g 1. The expression f x gx PDE-constrained optimization and the adjoint method Andrew M. Bradley November 16, 21 PDE-constrained optimization and the adjoint method for solving these and related problems appear in a wide range of

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

Solving linear equations with Gaussian Elimination (I)

Solving linear equations with Gaussian Elimination (I) Term Projects Solving linear equations with Gaussian Elimination The QR Algorithm for Symmetric Eigenvalue Problem The QR Algorithm for The SVD Quasi-Newton Methods Solving linear equations with Gaussian

More information

Linear Algebra Homework and Study Guide

Linear Algebra Homework and Study Guide Linear Algebra Homework and Study Guide Phil R. Smith, Ph.D. February 28, 20 Homework Problem Sets Organized by Learning Outcomes Test I: Systems of Linear Equations; Matrices Lesson. Give examples of

More information

The skew-symmetric orthogonal solutions of the matrix equation AX = B

The skew-symmetric orthogonal solutions of the matrix equation AX = B Linear Algebra and its Applications 402 (2005) 303 318 www.elsevier.com/locate/laa The skew-symmetric orthogonal solutions of the matrix equation AX = B Chunjun Meng, Xiyan Hu, Lei Zhang College of Mathematics

More information

Numerical Methods - Numerical Linear Algebra

Numerical Methods - Numerical Linear Algebra Numerical Methods - Numerical Linear Algebra Y. K. Goh Universiti Tunku Abdul Rahman 2013 Y. K. Goh (UTAR) Numerical Methods - Numerical Linear Algebra I 2013 1 / 62 Outline 1 Motivation 2 Solving Linear

More information

Linear Algebra Methods for Data Mining

Linear Algebra Methods for Data Mining Linear Algebra Methods for Data Mining Saara Hyvönen, Saara.Hyvonen@cs.helsinki.fi Spring 2007 1. Basic Linear Algebra Linear Algebra Methods for Data Mining, Spring 2007, University of Helsinki Example

More information

GEOMETRY HW 8. 1 x z

GEOMETRY HW 8. 1 x z GEOMETRY HW 8 CLAY SHONKWILER Consider the Heisenberg group x z 0 y which is a Lie group diffeomorphic to R 3 a: Find the left invariant vector fields X, Y, Z on R 3 whose value at the identity is the

More information

Tensor Analysis in Euclidean Space

Tensor Analysis in Euclidean Space Tensor Analysis in Euclidean Space James Emery Edited: 8/5/2016 Contents 1 Classical Tensor Notation 2 2 Multilinear Functionals 4 3 Operations With Tensors 5 4 The Directional Derivative 5 5 Curvilinear

More information

Eigenvalues and Eigenvectors: An Introduction

Eigenvalues and Eigenvectors: An Introduction Eigenvalues and Eigenvectors: An Introduction The eigenvalue problem is a problem of considerable theoretical interest and wide-ranging application. For example, this problem is crucial in solving systems

More information

THEODORE VORONOV DIFFERENTIABLE MANIFOLDS. Fall Last updated: November 26, (Under construction.)

THEODORE VORONOV DIFFERENTIABLE MANIFOLDS. Fall Last updated: November 26, (Under construction.) 4 Vector fields Last updated: November 26, 2009. (Under construction.) 4.1 Tangent vectors as derivations After we have introduced topological notions, we can come back to analysis on manifolds. Let M

More information

Orthogonalization and least squares methods

Orthogonalization and least squares methods Chapter 3 Orthogonalization and least squares methods 31 QR-factorization (QR-decomposition) 311 Householder transformation Definition 311 A complex m n-matrix R = [r ij is called an upper (lower) triangular

More information

Constructive Aspects for the Generalized Orthogonal Group. Steven Christopher Fuller

Constructive Aspects for the Generalized Orthogonal Group. Steven Christopher Fuller Constructive Aspects for the Generalized Orthogonal Group by Steven Christopher Fuller A dissertation submitted to the Graduate Faculty of Auburn University in partial fulfillment of the requirements for

More information

Relativistic Mechanics

Relativistic Mechanics Physics 411 Lecture 9 Relativistic Mechanics Lecture 9 Physics 411 Classical Mechanics II September 17th, 2007 We have developed some tensor language to describe familiar physics we reviewed orbital motion

More information

The Hamiltonian and the Schrödinger equation Consider time evolution from t to t + ɛ. As before, we expand in powers of ɛ; we have. H(t) + O(ɛ 2 ).

The Hamiltonian and the Schrödinger equation Consider time evolution from t to t + ɛ. As before, we expand in powers of ɛ; we have. H(t) + O(ɛ 2 ). Lecture 12 Relevant sections in text: 2.1 The Hamiltonian and the Schrödinger equation Consider time evolution from t to t + ɛ. As before, we expand in powers of ɛ; we have U(t + ɛ, t) = I + ɛ ( īh ) H(t)

More information

u n 2 4 u n 36 u n 1, n 1.

u n 2 4 u n 36 u n 1, n 1. Exercise 1 Let (u n ) be the sequence defined by Set v n = u n 1 x+ u n and f (x) = 4 x. 1. Solve the equations f (x) = 1 and f (x) =. u 0 = 0, n Z +, u n+1 = u n + 4 u n.. Prove that if u n < 1, then

More information

Krylov Subspace Methods that Are Based on the Minimization of the Residual

Krylov Subspace Methods that Are Based on the Minimization of the Residual Chapter 5 Krylov Subspace Methods that Are Based on the Minimization of the Residual Remark 51 Goal he goal of these methods consists in determining x k x 0 +K k r 0,A such that the corresponding Euclidean

More information

REMARKS ON THE TIME-OPTIMAL CONTROL OF A CLASS OF HAMILTONIAN SYSTEMS. Eduardo D. Sontag. SYCON - Rutgers Center for Systems and Control

REMARKS ON THE TIME-OPTIMAL CONTROL OF A CLASS OF HAMILTONIAN SYSTEMS. Eduardo D. Sontag. SYCON - Rutgers Center for Systems and Control REMARKS ON THE TIME-OPTIMAL CONTROL OF A CLASS OF HAMILTONIAN SYSTEMS Eduardo D. Sontag SYCON - Rutgers Center for Systems and Control Department of Mathematics, Rutgers University, New Brunswick, NJ 08903

More information