LINEAR-ALGEBRA · Interactive Practice | Unit 21 · Video 1
| Formula | Name | What It Says |
|---|---|---|
| Eigenvalue equation | stretches eigenvector by | |
| Master equation | Stack eigenvectors; is diagonal of eigenvalues | |
| Diagonalization | Valid when has independent columns | |
| Power formula | Raise each diagonal entry to the |
In its eigenvector basis only stretches: eigenvectors keep their direction while a generic vector rotates.
💡 Those two directions are the only ones leaves unrotated — is written in exactly that basis.
Powers of a diagonalized matrix are trivial — just exponentiates each eigenvalue, and the largest soon dominates.
💡 The largest sets the long-run growth rate of — the engine behind difference equations, ODEs, and matrix exponentials.
Diagonalization needs two independent eigenvectors — edit and watch when the second direction vanishes.
💡 Distinct eigenvalues guarantee diagonalizability; symmetric matrices go further, with orthogonal eigenvectors.
Question 1 · The Master Equation
When you stack the eigenvectors of as columns of and apply , you get the master equation . Given
what is the diagonal eigenvalue matrix ?
✅ Correct! The -th diagonal entry of is the eigenvalue of the -th column of .
❌ Not quite. Remember: the order of eigenvalues in must match the order of eigenvectors in .
Solution:
Since is already diagonal with entries and , its eigenvalues are (with eigenvector ) and (with eigenvector ). With , we have
For to hold, .
The order of the diagonal entries of must match the order of eigenvectors in .
Question 2 · When Diagonalization Fails
True or False: Every square matrix can be written as .
✅ Correct! Defective matrices (like ) cannot be diagonalized.
❌ Not quite. Having eigenvalues is not enough — you need independent eigenvectors so that exists.
Solution:
The statement is False.
Diagonalization requires to be invertible, which means its columns — the eigenvectors — must be linearly independent. When has a repeated eigenvalue that doesn't supply enough independent eigenvectors, is called defective and cannot be diagonalized.
Classic example:
Characteristic polynomial: , so is a double eigenvalue. But solving gives only the single eigenvector direction . Since we need 2 independent eigenvectors but have only 1, is singular and fails.
Question 3 · Powers Made Easy
Suppose with . What is , the tenth power of the eigenvalue matrix?
✅ Correct! For a diagonal matrix, .
❌ Not quite. You multiplied by 10 instead of raising to the 10th power. means ten matrix products, which for diagonals means .
❌ Not quite. Raise each diagonal entry to the 10th power.
Solution:
Powers of a diagonal matrix are trivial: raise each diagonal entry to the power.
For and :
So .
Why this matters: Using , computing reduces to two scalar exponentiations plus one matrix multiply on each side — far cheaper than multiplying by itself 10 times.
Question 4 · What Does Λ Really Represent?
In the factorization , which statement best describes the role of ?
✅ Correct! is viewed from the eigenvector basis — the world where is pure scaling.
❌ Not quite. Think of as changing to the eigenvector basis, as stretching in that basis, and as changing back.
Solution:
is expressed in the eigenvector basis. Reading right-to-left:
Important subtleties:
Solved: 0 / 4