Questions: Diagonalization and Similar Matrices

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A 3×3 matrix A has eigenvalues 2, 2, and 5. Is A necessarily diagonalizable?

AYes — A has real eigenvalues, which is sufficient for diagonalizability
BNo — A has a repeated eigenvalue, so it cannot be diagonalized
CIt depends — A is diagonalizable if and only if the eigenvalue 2 has two linearly independent eigenvectors
DIt depends — A is diagonalizable if and only if the eigenvalue 5 has a non-zero eigenvector
Question 2 Multiple Choice

What is the primary computational advantage of diagonalizing a matrix A = PDP⁻¹ before computing A¹⁰⁰?

AIt reduces the matrix to a smaller size, making storage more efficient
BIt allows A¹⁰⁰ = PD¹⁰⁰P⁻¹, where D¹⁰⁰ requires only raising scalar diagonal entries to the 100th power
CIt ensures the result has only integer entries, simplifying exact computation
DIt converts the problem to solving a system of linear equations, which is faster
Question 3 True / False

If a matrix has a repeated eigenvalue, it can seldom be diagonalized.

TTrue
FFalse
Question 4 True / False

Two similar matrices A and B, related by B = P⁻¹AP for some invertible P, always have the same eigenvalues because they represent the same linear transformation in different coordinate systems.

TTrue
FFalse
Question 5 Short Answer

Explain what it means geometrically that the columns of P are eigenvectors. Why does this choice of P make the factorization A = PDP⁻¹ hold?

Think about your answer, then reveal below.