LINEAR-ALGEBRA
| Formula | Name | Description |
|---|---|---|
| Eigenvalue equation | is an eigenvector; is its eigenvalue | |
| Sum of eigenvalues | Equals the trace (sum of diagonal entries) | |
| Product of eigenvalues | Equals the determinant | |
| is singular | Singularity test | Zero eigenvalue means |
Which directions does leave on their own line — and by what factor ?
💡 Because is symmetric, its two eigen-directions are perpendicular and its eigenvalues are always real.
Each eigenvalue stretches, flips, or crushes space along one eigen-axis — the other axis is untouched.
A pure rotation turns every vector by the same angle, so no real direction can return to its own line.
💡 Every other angle gives complex eigenvalues — the reason a real matrix can still force you into complex numbers.
Question 1 · The Eigenvalue Equation
Suppose is a matrix and is an eigenvector of with eigenvalue .
Which statement is correct?
✅ **Correct!**A negative eigenvalue flips the eigenvector, and the length scales by .
❌ **Not quite.**Remember: . A negative means the output is on the same line but flipped, with length times the original.
Solution:
The eigenvalue equation says . With :
Question 2 · Trace and Determinant
A matrix has eigenvalues , , .
What are the trace and determinant of ?
✅ **Correct!**Sum of eigenvalues = trace; product of eigenvalues = determinant.
❌ **Not quite.**Remember: (sum), and (product).
Solution:
So and .
Common mistake: swapping trace and determinant, or using the wrong operation (sum vs. product).
Question 3 · Zero Eigenvalue
True or False: If is an eigenvalue of matrix , then must be singular (i.e., ).
✅ Correct! A zero eigenvalue forces because the determinant is the product of eigenvalues.
❌ Not quite. Recall that . If any , the product is zero.
Solution:
The determinant equals the product of all eigenvalues:
If any eigenvalue is zero, the entire product is zero, so and is singular.
Equivalently: means there is a nonzero with , so has a nontrivial null space — the hallmark of a singular matrix.
Question 4 · Identifying Eigenvectors
Let (the swap matrix from the video).
Which of the following vectors is an eigenvector of ?
✅ Correct! , so .
❌ **Not quite.**The output must be a scalar multiple of — check whether the output is just scaled by one number.
Solution:
A vector is an eigenvector of when — the output must be a scalar multiple of the input.
Check each option:
So only qualifies — it's the eigenvector with .
You've explored the core ideas of eigenvalues and eigenvectors:
These ideas power PageRank, PCA, vibration analysis, and much more.
Solved: 0 / 4