Proving Eigenvalues and Eigenvectors for T and T*: A Comprehensive Guide

  • Thread starter Thread starter mathboy
  • Start date Start date
  • Tags Tags
    Eigenvalue Proof
mathboy
Messages
182
Reaction score
0
I know that if T has eigenvalue k, then T* has eigenvalue k bar. But if T has eigenvector x, does T* also have eigenvector x? If so, how do you prove it? I don't see that in my textbook.
 
Physics news on Phys.org
There is no proof because it is not true. For example, if
T= \left[\begin{array}{cc}0 & i \\i & 0\end{array}right]
Then T has eigenvalue i, with eigenvecor [a, a] and eigenvalue -i with eigenvector [1, -1].
T*= \left[\begin{array}{cc}0 & -i \\ -i & 0\end{array}\right]
which also eigenvalue i but now with eigenvectors [a, -a] and eigenvalue -i with eigenvectors [a, a].
 
Ok, I just read that it is true if T is a normal operator. Thanks.
 
What about the converse? Namely, if T and T* share their eigenvectors, is T necessarily normal?
 
morphism said:
What about the converse? Namely, if T and T* share their eigenvectors, is T necessarily normal?

I don't know if you are asking rhetorically or not. But my textbook doesn't state the converse.
 
I'm just throwing it out there. It may be a good exercise to think about this.
 
Back
Top