Given an invertible real matrix $A\in\mathbb{R}^n$, is it possible to obtain a (real) positive definite matrix $X$ (and scalar $\alpha>0$) such that $$ AXA^T=\alpha X? $$
Attempt: The previous equation can be written as $AXA^T-X +Q=0$ with $Q=(1-\alpha)X$. So, if $(1-\alpha)>0$ this looks like the Lyapunov equation here. However, the analytic solution to the Lypunov equation has the form $$ X = \sum_{k=0}^\infty A^kQ(A^T)^k = (1-\alpha)\sum_{k=0}^\infty A^kX(A^T)^k $$ So, even if such equation have a solution, I don't have a clue on how to obtain it from here.
Do you have other thoughts/suggestions?
If the equation is solvable, by taking determinants on both sides, we must have $\alpha=\det(A)^2$. If this is the case, we may put $B=\det(A)^{-1}A$ and equation reduces to $BXB^T=X$.
It is solvable if and only if $B$ is similar to a real orthogonal matrix.
Suppose $BXB^T=X$. Then $(X^{-1/2}BX^{1/2})(X^{-1/2}BX^{1/2})^T=I$. Hence $X^{-1/2}BX^{1/2}$ is real orthogonal.
Conversely, suppose $B=PQP^{-1}$ for some real orthogonal matrix $Q$. Let $X=PYP^T$ (i.e. $Y=P^{-1}X(P^{-1})^T$). The equation then further reduces to $QY=YQ$. Hence any positive definite matrix $Y$ that commutes with $Q$ will give rise to a solution $X$. In particular, we can always take $Y=I$ to obtain a solution $X=PP^T$.