Whether the system of matrix equations is always solvable - MathOverflow most recent 30 from http://mathoverflow.net2013-05-20T03:31:06Zhttp://mathoverflow.net/feeds/question/51003http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/51003/whether-the-system-of-matrix-equations-is-always-solvableWhether the system of matrix equations is always solvableyaoxiao2011-01-03T10:38:20Z2011-01-28T20:20:54Z
<p>In recent days, I learned a linear algebra problem from one of my friends.
It can be stated as follows.</p>
<p>Given four matrices $A,B,C,D$, find three matrices $E,G,F$, not simultaneously zero, such that the following conditions (1), (2), (3) are satisfied:
$$
\begin{align*}
(1) &\quad AE=EA, \cr
(2) &\quad BG=GB, \cr
(3) &\quad AF-FB=ED-CG.
\end{align*}
$$
The question is whether such $E,G,F$ always exist.</p>
<p>Also it is obvious that we can obtain $E,G$ by (1) and (2) easily. However the hard die
is to satisfy condition (3). I just know when $A$ and $B$ have different spectra, we can obtain $F$ in a unique way.</p>
http://mathoverflow.net/questions/51003/whether-the-system-of-matrix-equations-is-always-solvable/51027#51027Answer by Kate Juschenko for Whether the system of matrix equations is always solvableKate Juschenko2011-01-03T15:29:01Z2011-01-28T20:20:54Z<p>Let $E=x I_n$, $G=y I_n$, then 1-2 are satisfied and the 3rd is a system of $n^2$ linear homogeneous equations with total number of variables equals to $n^2 + 2$, thus there are simultaneously non-zero solutions. of course, one can do better estimates on the dimension of the solution.</p>