
Mike M. answered 07/20/23
PhD Tutor in Mathematics
First, let me point out that the "silly definitions" here correspond to real terms in linear algebra. Namely,
happy = idempotent,
nihilistic = nilpotent,
melancholy = nilpotent in the special case that k = 2.
Also, note that I will use 0 to denote the (n x n) 0 matrix 0n.
Here are. your answers:
(a) Let A be the following matrix. It's easy to verify that A2 = 0.
0 1
0 0
(b) Let A be the following 3 x 3 matrix:
0 1 0
0 0 1
0 0 0
Verify that A2 is the following matrix:
0 0 1
0 0 0
0 0 0
Now multiply A2 by A to get 0. Since A2 ≠ 0, but A3 = 0, A is "nihilistic" but not "melancholy."
(c) Let e be an eigenvalue of A corresponding the the eigenvector v. Then
(1) A v = e v ⇒ A2 v = A (e v) = e (A v) = e (e v) = e2 v.
On the other hand, since A2 = A,
(2) A2 v = A v = e v.
It follows from (1) and (2) above that
e2 v = e v ⇒ e2 v - e v = (e2 - e) v = 0
Since v ≠ 0, we must have
e2 - e = e (e - 1) = 0 ⇒ e = 0 or 1.
(d) This is TRUE.
Let A be a nilpotent (nihilistic) matrix. Then there must be a minimal value of k such that Ak = 0 (that is, Ak v = 0 v for all vectors v). The fact that k is minimal implies that there is a vector w such that Ak-1w ≠ 0, but Akw = 0. (Otherwise, Ak-1 v = 0 v for all v, so k wouldn't be minimal.) Note that Ak w = A(Ak-1w) and consider the equation
A(Ak-1w) = 0.
Since Ak-1w ≠ 0, this implies that Ak-1w is an eigenvector of A with eigenvalue 0.
(e) This is FALSE. Consider the 2 x 2 identity matrix
1 0
0 1
The identity matrix is idempotent (happy), but only has 1 as an eigenvalue.