MENU

Fun & Interesting

Numerical Methods for Computing Eigenvalues - Linear Algebra

Nick Space Cowboy 418 9 months ago
Video Not Working? Fix It Now

In this video we discuss some numerical methods for computing eigenvalues. Particularly we cover the QR algorithm, the QR algorithm with shifts, Power Method, Inverse Iteration, and Rayleigh iteration. Before this though we briefly cover the concepts of matrix similarity, the Schur decomposition, and the Rayleigh Quotient. Github link to code notes and references: https://github.com/nkphysics/Computational-Linear-Algebra-/blob/master/Unit3/Computing-Eigenvalues/computing-eigenvalues.ipynb List of references (including some awesome other YouTube videos): https://youtu.be/d32WV1rKoVk?si=J68lHihm_OBeYrrI https://pythonnumericalmethods.studentorg.berkeley.edu/notebooks/Index.html https://sci.utah.edu/~akil/docs/courses/2020fall/math6610/lec21.pdf https://sci.utah.edu/~akil/docs/courses/2020fall/math6610/lec20.pdf https://en.wikipedia.org/wiki/Eigenvalue_algorithm https://web.math.ucsb.edu/~padraic/ucsb_2013_14/math108b_w2014/math108b_w2014_lecture5.pdf https://youtu.be/Bt8o4Yn-71o?si=VDFbrGFBk7HdBirg https://johnfoster.pge.utexas.edu/numerical-methods-book/NumericalMethods.html https://youtu.be/kyG8YMIfNA0 Timestamps: 00:00 – Introduction 00:45 – Preface 02:28 – Matrix Similarity 04:19 – Schur Decomposition 09:09 – Demonstrating similar matrices share the same eigenvalues 11:20 – Rayleigh Quotient 16:03 – QR Algorithm 22:42 – QR Algorithm with shifts 37:08 – Power Method 40:51 – Inverse & Rayleigh Iteration methods

Comment