Are Linear Operators Commutative When They Share Common Eigen Vectors?

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
frederick
Messages
2
Reaction score
0
If A & B are linear operators, and AY=aY & BY=bY, what is the relationship between A & B such that e^A*e^B=e^(A+B)?? --where e^x=1+x+x^2/2+x^3/3!+...+x^n/n!
 
Physics news on Phys.org
Hint: write it out. And remember to watch out for which side you're multiplying on with A or B since, in general, [itex]AB \neq BA[/itex].
 
Since Y is a common eigenvector for A and B (assuming of course they don't have a continuous spectrum), then A and B commute. Then using Baker-Campbell-Hausdorff formula one sees that "A and B commute" is enough to have [itex]e^{A}e^{B}=e^{A+B}[/itex].

Daniel.
 
then A and B commute.
What am I missing? Consider the matrices:

[tex] \left(\begin{array}{cc}<br /> 3 & 0 \\<br /> 1 & 1 \\<br /> \end{array}\right)[/tex] and [tex]\left(<br /> \begin{array}{cc}<br /> 2 & 0 \\<br /> 0 & 1 \\<br /> \end{array}\right)[/tex]

These share a common eigenvector [itex][0 1]^T[/itex], but don't commute.