For Lorentz transformations, if we put $x^1=x$ and $x^2=ct$ and restrict ourselves to $2D$ we get $$x'=\gamma(x-\beta ct) \tag{1} $$ $$ct'=\gamma(ct-\beta x) \tag{2} $$ The matrix associated with this is $$L=\gamma\begin{pmatrix} 1 & -\beta\\ -\beta& 1\end{pmatrix}$$ This is a symmetric matrix as expected because of the symmetric nature of equations 1 and 2
However if we define $x^2=ict$ where $i=\sqrt{-1}$, then we get $$x'=\gamma[x+(i\beta)(ict)] \tag{3} $$ $$ict'=\gamma[ict-(i\beta) x] \tag{4} $$ And the matrix becomes $$L=\gamma\begin{pmatrix} 1 & i\beta\\ -i\beta& 1\end{pmatrix}$$ Now I understand that in equation 3 we had a minus sign already, allowing us to split it into $i^2$ and satisfying $x^2=ict$. And because in equation 4 we didn't have this, we had to insert an $i$ on our own causing the asymmetry. However, I cannot understand the cause of this asymmetry at a deeper and more intuitive level.
 
     
     
     
    