numerical methods for large scale eigenvalue problems
play

Numerical Methods for LargeScale Eigenvalue Problems Patrick K - PowerPoint PPT Presentation

Summer School in Trogir, Croatia Oktober 12, 2011 Numerical Methods for LargeScale Eigenvalue Problems Patrick K urschner Max Planck Institute for Dynamics of Complex Technical Systems Computational Methods in Systems and Control Theory


  1. Summer School in Trogir, Croatia Oktober 12, 2011 Numerical Methods for Large–Scale Eigenvalue Problems Patrick K¨ urschner Max Planck Institute for Dynamics of Complex Technical Systems Computational Methods in Systems and Control Theory MAX PLANCK INSTITUTE FOR DYNAMICS OF COMPLEX TECHNICAL SYSTEMS MAGDEBURG Max Planck Institute Magdeburg Patrick K¨ urschner, Numerical Methods for Large–Scale Eigenvalue Problems 1/6

  2. Eigenvalue Problems Newton’s Method Nonlinear Jacobi-Davidson Eigenvalue Problems Introduction Eigenvalue problems Goal: find eigenvalues λ ∈ C and eigenvectors x ∈ C n \{ 0 } solving standard eigenvalue problems Ax = λ x , A ∈ C n × n , nonlinear eigenvalue problems T ( λ ) x = 0 , T : C �→ C n × n . Here, the defining matrices are large and sparse. Max Planck Institute Magdeburg Patrick K¨ urschner, Numerical Methods for Large–Scale Eigenvalue Problems 2/6

  3. Eigenvalue Problems Newton’s Method Nonlinear Jacobi-Davidson Eigenvalue Problems Application Relation to dynamical systems Consider the linear time invariant control system x ( t ) = Ax ( t ) + Bu ( t ) , ˙ y ( t ) = Cx ( t ) The transfer function is H ( s ) = C ( sI n − A ) − 1 B . Its poles are the eigenvalues of T ( λ ) = λ I n − A (standard eigenvalue problem). Max Planck Institute Magdeburg Patrick K¨ urschner, Numerical Methods for Large–Scale Eigenvalue Problems 3/6

  4. Eigenvalue Problems Newton’s Method Nonlinear Jacobi-Davidson Eigenvalue Problems Application Relation to dynamical systems Consider the linear time invariant control system M ¨ x ( t ) + D ˙ x ( t ) + Kx ( t ) = Bu ( t ) , y ( t ) = Cx ( t ) The transfer function is H ( s ) = C ( s 2 M + sD + K ) − 1 B . Its poles are the eigenvalues of T ( λ ) = λ 2 M + λ D + K (quadratic eigenvalue problem). Max Planck Institute Magdeburg Patrick K¨ urschner, Numerical Methods for Large–Scale Eigenvalue Problems 3/6

  5. Eigenvalue Problems Newton’s Method Nonlinear Jacobi-Davidson Eigenvalue Problems Application Relation to dynamical systems Consider the linear time invariant control system x ( t ) = Ax ( t ) + Gx ( t − τ ) Bu ( t ) , τ > 0 ˙ y ( t ) = Cx ( t ) The transfer function is H ( s ) = C ( sI n − A − e − τ s G ) − 1 B . Its poles are the eigenvalues of T ( λ ) = λ I n − A − e − τλ G (delay eigenvalue problem). Max Planck Institute Magdeburg Patrick K¨ urschner, Numerical Methods for Large–Scale Eigenvalue Problems 3/6

  6. Eigenvalue Problems Newton’s Method Nonlinear Jacobi-Davidson Newton’s Method Small Nonlinear Problems Note that an eigenpair ( λ, x ) of T ( λ ) is a root of the nonlinear function � T ( λ ) x � , F : C n +1 �→ C n +1 . F ( x , λ ) = w H x − 1 First idea: apply Newton’s method . Initial approximation ( θ, v ) ≈ ( λ, x ), Newton system for the next (hopefully better) approximation ( θ + , v + ) is � � � � v + v − [ ∂ F ( v , θ )] − 1 F ( v , θ ) . = θ + θ Max Planck Institute Magdeburg Patrick K¨ urschner, Numerical Methods for Large–Scale Eigenvalue Problems 4/6

  7. Eigenvalue Problems Newton’s Method Nonlinear Jacobi-Davidson Newton’s Method Small Nonlinear Problems Note that an eigenpair ( λ, x ) of T ( λ ) is a root of the nonlinear function � T ( λ ) x � , F : C n +1 �→ C n +1 . F ( x , λ ) = w H x − 1 First idea: apply Newton’s method . Initial approximation ( θ, v ) ≈ ( λ, x ), Newton system for the next (hopefully better) approximation ( θ + , v + ) is � − 1 � T ( λ ) v ˙ � v + � � v � � � T ( θ ) T ( θ ) v = − . w H v − 1 w H θ + θ 0 Max Planck Institute Magdeburg Patrick K¨ urschner, Numerical Methods for Large–Scale Eigenvalue Problems 4/6

  8. Eigenvalue Problems Newton’s Method Nonlinear Jacobi-Davidson Newton’s Method Small Nonlinear Problems Note that an eigenpair ( λ, x ) of T ( λ ) is a root of the nonlinear function � T ( λ ) x � , F : C n +1 �→ C n +1 . F ( x , λ ) = w H x − 1 First idea: apply Newton’s method . Initial approximation ( θ, v ) ≈ ( λ, x ), Newton system for the next (hopefully better) approximation ( θ + , v + ) is � − 1 � T ( λ ) v ˙ � v + � � v � � � T ( θ ) T ( θ ) v = − . w H v − 1 w H θ + θ 0 Drawbacks • Requires good initial approximations ( θ, v ) • Matrix inversion infeasible for large problems Max Planck Institute Magdeburg Patrick K¨ urschner, Numerical Methods for Large–Scale Eigenvalue Problems 4/6

  9. Eigenvalue Problems Newton’s Method Nonlinear Jacobi-Davidson Nonlinear Jacobi-Davidson Large-Scale Nonlinear Problems Project the operator T ( λ ) onto a low-dimensional subspace 1 V ⊂ C n , dim ( V ) = k ≪ n V H T ( λ ) V = H ( λ ) Max Planck Institute Magdeburg Patrick K¨ urschner, Numerical Methods for Large–Scale Eigenvalue Problems 5/6

  10. Eigenvalue Problems Newton’s Method Nonlinear Jacobi-Davidson Nonlinear Jacobi-Davidson Large-Scale Nonlinear Problems Project the operator T ( λ ) onto a low-dimensional subspace 1 V ⊂ C n , dim ( V ) = k ≪ n V H T ( λ ) V = H ( λ ) Solve the small problem H ( θ ) q = 0, e.g., using Newton type 2 methods or variations of thereof. Max Planck Institute Magdeburg Patrick K¨ urschner, Numerical Methods for Large–Scale Eigenvalue Problems 5/6

  11. Eigenvalue Problems Newton’s Method Nonlinear Jacobi-Davidson Nonlinear Jacobi-Davidson Large-Scale Nonlinear Problems Project the operator T ( λ ) onto a low-dimensional subspace 1 V ⊂ C n , dim ( V ) = k ≪ n V H T ( λ ) V = H ( λ ) Solve the small problem H ( θ ) q = 0, e.g., using Newton type 2 methods or variations of thereof. Expand V orthogonally by t ⊥ v := Vq , obtained from the 3 approximate solution of the Jacobi-Davidson correction equation � ˙ � T ( θ ) vv H I − vv H � � I − T ( θ ) t = − r = − T ( θ ) v . v H ˙ T ( θ ) v Max Planck Institute Magdeburg Patrick K¨ urschner, Numerical Methods for Large–Scale Eigenvalue Problems 5/6

  12. Eigenvalue Problems Newton’s Method Nonlinear Jacobi-Davidson Nonlinear Jacobi-Davidson Large-Scale Nonlinear Problems Project the operator T ( λ ) onto a low-dimensional subspace 1 V ⊂ C n , dim ( V ) = k ≪ n V H T ( λ ) V = H ( λ ) Solve the small problem H ( θ ) q = 0, e.g., using Newton type 2 methods or variations of thereof. Expand V orthogonally by t ⊥ v := Vq , obtained from the 3 approximate solution of the Jacobi-Davidson correction equation � ˙ � T ( θ ) vv H I − vv H � � I − T ( θ ) t = − r = − T ( θ ) v . v H ˙ T ( θ ) v Repeat process with V = [ V , t ] until convergence. 4 Max Planck Institute Magdeburg Patrick K¨ urschner, Numerical Methods for Large–Scale Eigenvalue Problems 5/6

  13. Eigenvalue Problems Newton’s Method Nonlinear Jacobi-Davidson Nonlinear Jacobi-Davidson Large-Scale Nonlinear Problems Project the operator T ( λ ) onto a low-dimensional subspace 1 V ⊂ C n , dim ( V ) = k ≪ n V H T ( λ ) V = H ( λ ) Solve the small problem H ( θ ) q = 0, e.g., using Newton type 2 methods or variations of thereof. Expand V orthogonally by t ⊥ v := Vq , obtained from the 3 approximate solution of the Jacobi-Davidson correction equation � ˙ � T ( θ ) vv H I − vv H � � I − T ( θ ) t = − r = − T ( θ ) v . v H ˙ T ( θ ) v Repeat process with V = [ V , t ] until convergence. 4 Advantage Applies only cheap operations compared to Newton’s method. Max Planck Institute Magdeburg Patrick K¨ urschner, Numerical Methods for Large–Scale Eigenvalue Problems 5/6

  14. Eigenvalue Problems Newton’s Method Nonlinear Jacobi-Davidson Nonlinear Jacobi-Davidson Large-Scale Nonlinear Problems Disadvantage Newton’s type method: • Still highly dependent on initial data. • A lot of freedom w.r.t. program settings. Max Planck Institute Magdeburg Patrick K¨ urschner, Numerical Methods for Large–Scale Eigenvalue Problems 6/6

  15. Eigenvalue Problems Newton’s Method Nonlinear Jacobi-Davidson Nonlinear Jacobi-Davidson Large-Scale Nonlinear Problems Disadvantage Newton’s type method: • Still highly dependent on initial data. • A lot of freedom w.r.t. program settings. How to solve the small nonlinear problem? How to solve the correction equation inexactly? what accuracy, which solution method (GMRES, QMR, . . . ), what kind of preconditioner? Computation of several eigenpairs. Incorporation of left eigenvectors for faster convergence? . . . Max Planck Institute Magdeburg Patrick K¨ urschner, Numerical Methods for Large–Scale Eigenvalue Problems 6/6

  16. Eigenvalue Problems Newton’s Method Nonlinear Jacobi-Davidson Linear Jacobi-Davidson Large-Scale Linear Problems Linear Problems Ax = λ Bx : • Solution strategies for some of the previous issues. Max Planck Institute Magdeburg Patrick K¨ urschner, Numerical Methods for Large–Scale Eigenvalue Problems 7/6

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend