Video Lectures

Lecture 12: Computing Eigenvalues and Singular Values

Description

Numerical linear algebra is the subject of this lecture and, in particular, how to compute eigenvalues and singular values. This includes discussion of the Hessenberg matrix, a square matrix that is almost (except for one extra diagonal) triangular.

Summary

QR method for eigenvalues: Reverse A=QR to A1=RQ
Then reverse A1=Q1R1 to A2=R1Q1: Include shifts
A’s become triangular with eigenvalues on the diagonal.
Krylov spaces and Krylov iterations

Related section in textbook: II.1

Instructor: Prof. Gilbert Strang

Problem for Lecture 12
From textbook Section II.1

These problems start with a bidiagonal n by n backward difference matrix D=IS. Two tridiagonal second difference matrices are DDT and A=S+2IST. The shift S has one nonzero subdiagonal Si,i1=1 for i=2,,n. A has diagonals −1, 2, −1.

1. Show that DDT equals A except that 12 in their (1, 1) entries. Similarly DTD=A except that 12 in their (n,n) entries.

Course Info

Departments
As Taught In
Spring 2018
Learning Resource Types
Lecture Videos
Problem Sets
Instructor Insights