Check If Operator Is Hermitian: Real Eigenvalue Test

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
kthouz
Messages
188
Reaction score
0
How to check if an operator is hermitian? I mean what is the condition
Actualy, i am using the principe that say that the eigenvalue associated with the operator must be a REAL NUMBER.That is to say that i work out to that eigenvalue and see if it is a real number. Am i right?
 
Physics news on Phys.org
Fredrik's definition is correct, and it is also true that an operator thus defined has real eigenvalues, as you said.
 
clem said:
For an hermitian, ALL of the evs must be real.
Just checking one ev isn't enough.

True, this is necessary, but not sufficient. It is possible that all eigenvalues are
real for a non-Hermitian operator. A very simple example is the 2x2 matrix
((1, 3), (2, 2)) which is not Hermitian, but it has two distinct real eigenvalues,
namely 4 and -1.

On the other hand, Fredrik's definition is a good one, stick to it. It is valid for
all finite dimensional Vector spaces with an inner product. In QM, the vector
space can be infinite dimensional of course. In that case, Fredrik's definition
requires some supplementary conditions about bounded operators.