A How spin projector got included in inverse of Matrix?

wondering12
Messages
17
Reaction score
0
The following matrix A is,
\begin{equation}
A=
\begin{bmatrix}
a+b-\sigma\cdot p & -x_1 \\
x_2 & a-b-\sigma\cdot p
\end{bmatrix}
\end{equation}
The inversion of matrix A is,
\begin{equation}
A^{-1}=
\frac{\begin{bmatrix}
a-b-\sigma\cdot p & x_1 \\
-x_2 & a+b-\sigma\cdot p
\end{bmatrix}}{a^2-b^2+p^2-2\sigma\cdot p-x_1x_2}
\end{equation}
The textbook shows the formula in different form,
\begin{equation}
A^{-1}=
\frac{(1/2)\begin{bmatrix}
(\sigma_o+\sigma\cdot \hat{p})(a-b+p) & (\sigma_o+\sigma\cdot \hat{p}) x_1 \\
-x_2(\sigma_o+\sigma\cdot \hat{p}) & \sigma_y(\sigma_o+\sigma\cdot \hat{p})\sigma_y(a+b-p)
\end{bmatrix}}{a^2-b^2-p^2+2bp-x_1x_2}
\end{equation}
and p hat is p/b and sigma's are 2x2 pauli matrices. The sigmas inside brackets are projectors. How this projector was derived? How projector is used to get the inversion of matrix A that looks different from conventional method used to calculate A^(-1)?
 
Physics news on Phys.org
They are taking a 4x4 matrix as if it where a 2x2 with some generalization of the complex numbers. They use that to make a formula similar to 2x2 inversión formula. The sigmas aren't proyectors, but their anticonmutation relations are a dirac delta dot identity of 2x2. If you look at how to construct the inverse using a similar construction, you'll understand, i think.
 
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!
Back
Top