Square of a hermitian operator in matrix form

Arijun
Messages
21
Reaction score
1
If we have a hermitian operator Q and we know it's matrix representation [Q], does that mean that [Q2] = [Q]2?
For example, I'm pretty sure that's the case for p2 for a harmonic oscillator. We have p=ic(a+-a-) and so
p2=c2(a+-a-)(-a++a-)*=c2(a+-a-)(a+-a-)=p p
Which tells us that [p2]=[p]2. But could we do that with any hermitian operator?
 
Physics news on Phys.org
Yes. In general, if C = AB, then \left[ C \right] = \left[ AB \right] = \left[ A \right] \left[ B \right] for any A and B (not just for hermitian operators).
 
But if it's not hermitian, then the operator may not commute with its Hermitian transpose (right?), so how would we know whether [C2]=[C] [C]* or [C]* [C], and generally wouldn't there be some commutator relationship in there?
 
C2 means CC (the composition of C with C), not C*C or CC*.

The result [A°B]=[A] follows immediately from the definition of matrix multiplication. Actually, I think matrix multiplication is defined the way it is precisely to ensure that this result holds.

$$
\begin{align}
[A\circ B]_{ij} &=((A\circ B)e_j)_i=(A(Be_j))_i =(A(Be_j)_k e_k)_i =(A_{kj} e_k)_i\\
&=(Ae_k)_i _{kj}=[A]_{ij}_{kj} = ([A])_{ij}
\end{align}
$$

If you're having difficulties following this, read the post I linked to in the quote below. Ask if it's still not clear.

Fredrik said:
The relationship between linear operators and matrices is explained e.g. in post #3 in this thread. (Ignore the quote and the stuff below it).
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. Towards the end of the first lecture for the Qiskit Global Summer School 2025, Foundations of Quantum Mechanics, Olivia Lanes (Global Lead, Content and Education IBM) stated... Source: https://www.physicsforums.com/insights/quantum-entanglement-is-a-kinematic-fact-not-a-dynamical-effect/ by @RUTA
If we release an electron around a positively charged sphere, the initial state of electron is a linear combination of Hydrogen-like states. According to quantum mechanics, evolution of time would not change this initial state because the potential is time independent. However, classically we expect the electron to collide with the sphere. So, it seems that the quantum and classics predict different behaviours!

Similar threads

Back
Top