truth is life
- 36
- 0
Homework Statement
Consider the three operators defined by $$\left(S_i\right)_{jk} = -i\epsilon_{ijk}$$ in the x-y-z space and the basis vectors given in x-y-z space as $$e^{\left(1\right)} = -\frac{1}{\sqrt{2}}\left(e_x + ie_y\right), e^{\left(0\right)} = e_z, e^{\left(-1\right)} = \frac{1}{\sqrt{2}}\left(e_x - ie_y\right)$$ Show that in the ##e^{\left(1\right)}, e^{\left(0\right)}, e^{\left(-1\right)}## basis the operators ##S## take on a particular given form (which happens to be the form of the spin-1 operators in quantum mechanics, and which I am therefore not writing out as it would be rather tedious)
Homework Equations
This is a change of basis problem, so the relevant equation is that for the change of basis for operators, $$B = Q^{-1}AQ$$ (where B is the transformed matrix)
The Attempt at a Solution
I found a Q which transformed the basis vectors from their ##e^{\left(1\right)}##-type forms to (1,0,0), etc. correctly and which was also invertible (in fact Hermitian), $$ Q = \begin{bmatrix} -\frac{1}{\sqrt{2}} & \frac{i}{\sqrt{2}} & 0 \\ 0 & 0 & 1 \\ \frac{1}{\sqrt{2}} & \frac{i}{\sqrt{2}} & 0 \end{bmatrix}$$
However, when I attempted to apply it to the S-matrices, I got something significantly different from the (provided) correct answer, to wit when I tried it with the ##S_3## matrix $$S_3 = -i\begin{bmatrix} 0 & 1 & 0 \\ -1 & 0 & 0 \\ 0 & 0 & 0 \end{bmatrix}$$ instead of the correct answer $$T_3 = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & -1 \end{bmatrix}$$ I found $$T_3 = \begin{bmatrix} 0 & 0 & \frac{i}{\sqrt{2}} \\ 0 & 0 & \frac{-1}{\sqrt{2}} \\ \frac{-i}{\sqrt{2}} & \frac{1}{\sqrt{2}} & 0 \end{bmatrix}$$