I am looking for a way to rewrite a real matrix $A\in\mathbb{R}^{s\times s}$, which has at least one complex eigenvalue, to a matrix $B$ with the properties:
- $B$ is real and has twice the dimension of $A$, i.e. $B\in\mathbb{R}^{2s\times 2s}$
- The entries in $B$ derive from the entries in $A$ (e.g. are just the real/imaginary parts of the entries of $A$).
- $B$ has only real eigenvalues
- The spectral radii of the two matrices $\rho(A)$, $\rho(B)$ are compareable. For example in a way $\rho(A)^n=\rho(B)$ for some $n\in\mathbb{N}$ or $C_1 \rho(A) \leq \rho(B) \leq C_2 \rho(B)$, $0<C_1\leq C_2<\infty$.
This question is not fully specified, but the first thing that comes to mind is $B=\begin{bmatrix} 0 & A^* \\ A & 0 \end{bmatrix}$ (where $*$ is the conjugate transpose, which is just the transpose since you said $A$ is real). Properties: