Questions: QR Algorithm

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

In the QR algorithm, why do all iterates A₀, A₁, A₂, ... share the same eigenvalues?

AThe QR decomposition preserves eigenvalues because Q is unitary
BEach A_{k+1} = R_k Q_k is similar to A_k via A_{k+1} = Q_k^T A_k Q_k, and similar matrices have identical eigenvalues
CThe iterates are all equal to A₀ scaled by different constants
DEigenvalues are preserved because R_k is upper triangular
Question 2 Multiple Choice

After many iterations of the QR algorithm, what form does the sequence converge toward, and what does it reveal?

AA diagonal matrix with eigenvectors on the diagonal
BA lower triangular form with eigenvalues on the sub-diagonal
CAn upper triangular (Schur) form with eigenvalues on the main diagonal
DThe zero matrix, because repeated factorization reduces all entries
Question 3 True / False

The QR algorithm can find primarily the largest eigenvalue of a matrix, similar to the power method.

TTrue
FFalse
Question 4 True / False

Each iterate A_k in the QR algorithm is similar to the original matrix A, meaning all iterates share the same eigenvalues.

TTrue
FFalse
Question 5 Short Answer

What property makes the step A_{k+1} = R_k Q_k the right choice in the QR algorithm, and why does this guarantee the eigenvalues are preserved?

Think about your answer, then reveal below.