4.5.30 · D5Linear Algebra (Full)

Question bank — Finding eigenspaces

1,293 words6 min readBack to topic

True or false — justify

True or false: If is an eigenvalue then is invertible.
False — it must be singular (non-invertible), because only a singular matrix has nonzero vectors in its null space, and those are the eigenvectors.
True or false: The eigenspace contains the zero vector.
True — is a subspace, and every subspace contains ; but is never called an eigenvector.
True or false: can never be an eigenvalue.
False — means for some nonzero , i.e. is singular, and then . Only the eigenvector must be nonzero.
True or false: Every matrix has at least one real eigenvalue.
False — a real rotation matrix (e.g. rotation) turns every real vector, so no real vector stays on its line; its eigenvalues are complex.
True or false: If two vectors are eigenvectors for the same , so is their sum.
True — is a subspace (a null space), so it is closed under addition; the sum lies on the same "unrotated" set.
True or false: An eigenvector for can also be an eigenvector for .
False — a nonzero satisfying and would force , impossible for .
True or false: A repeated eigenvalue always gives a 2-dimensional (or higher) eigenspace.
False — algebraic multiplicity is only an upper bound; repeats twice but its eigenspace is a single line.
True or false: The geometric multiplicity can exceed the algebraic multiplicity.
False — the rule is geometric algebraic; the eigenspace can never be bigger than the repeat count.
True or false: A diagonalizable matrix has, for every eigenvalue, geometric multiplicity equal to algebraic multiplicity.
True — that equality for all is exactly the condition that eigenvectors form a full basis, which is what diagonalizability means.
True or false: Scaling an eigenvector by gives a different eigenvalue.
False — if then ; scaling keeps the same , since eigenvalue is a property of the line, not the length.
True or false: A symmetric matrix can be deficient (geometric algebraic).
False — the spectral theorem guarantees symmetric matrices are always diagonalizable, so geometric always equals algebraic; no deficiency occurs.

Spot the error

A student writes " is an eigenvalue iff for some ." What's wrong?
The right-hand side must be the zero vector , not ; the defining equation is .
A student computes by subtracting from every entry of . Why is that wrong?
You subtract only from the diagonal, because subtracts times the identity, and has ones only on the diagonal.
A student says " gives the eigenvectors directly." What's the confusion?
That equation gives the eigenvalues (); the eigenvectors come afterward from solving the homogeneous system for each .
A student lists as one of the eigenvectors spanning . Why reject it?
is never an eigenvector, and it is already in every eigenspace automatically; a spanning set must be built from nonzero independent vectors.
A student finds and reports it as a valid eigenspace. Where's the mistake?
If the null space is just then is not an eigenvalue at all; a genuine eigenspace has dimension at least .
A student claims " singular means the whole system has no solution." What's confused?
Singular means the homogeneous system has infinitely many solutions (a nonzero null space), not zero solutions; homogeneous systems always have at least .

Why questions

Why is finding an eigenspace the same as solving a homogeneous system?
Because is defined as , and finding a null space is solving ; the eigenvalue just tells you which matrix to use.
Why must we insert the identity to get instead of ?
is a matrix and is a scalar, so is undefined; writing turns into a genuine matrix that can be subtracted from .
Why is the eigenspace guaranteed to be a subspace and not just a random set?
It is the null space of a matrix, and every null space is closed under addition and scalar multiplication and contains — the three subspace conditions.
Why does ?
This is the Rank-Nullity theorem: for an -column matrix, rank plus nullity equals , and the nullity is exactly the eigenspace dimension.
Why can a matrix fail to be diagonalizable?
When some eigenvalue's geometric multiplicity is strictly less than its algebraic multiplicity, there aren't enough independent eigenvectors to fill a basis, so no eigenbasis exists.
Why does setting the determinant to zero find eigenvalues rather than eigenvectors?
is a single scalar condition on that says "this matrix is singular"; it selects the special stretch factors, and only once one is chosen do vectors appear.

Edge cases

What is for , and why?
All of — since is the zero matrix, every vector satisfies , so no direction is special.
If is the zero matrix, what is its eigenvalue and eigenspace?
The only eigenvalue is (since ), and ; every nonzero vector is an eigenvector.
For an upper-triangular matrix, where do you read off the eigenvalues, and why?
Straight off the diagonal, because of a triangular matrix is the product , so the roots are exactly the diagonal entries.
What happens to the eigenspaces when has a full set of distinct eigenvalues?
Each eigenvalue has algebraic multiplicity , forcing geometric multiplicity , so every eigenspace is a line and the matrix is automatically diagonalizable.
Can an eigenspace be the entire space for a nonzero matrix?
Yes — any scalar-multiple matrix (like ) has , since it stretches every vector by the same factor without turning any.
What does being an eigenvalue tell you about ?
It tells you , because makes singular, and singular matrices have zero determinant.

Connections