3
$\begingroup$

Consider the following linear equation

$A X + X B = C$

where $A$, $B$, $C$, are known real $n \times n$ square matrices, and where $X$ is an unknown real $n \times n$ square matrix. I want to have an analytical expression for the matrix $X$ that solves the above linear problem.

  • 0
    Yeah, you'll need the Kronecker product and the $\mathrm{vec}$ operator for an "analytical solution".2011-09-09

2 Answers 2

2

What I have in a course of mine is a formula for the solution of the problem $AX-XB=C$ with $\sigma(A)\cap \sigma(B)=\emptyset$ and $A,B,C$ operators on the same Banach space. $R(\lambda;A)=(A-\lambda I)^{-1}$, etc.

The solution has the formula

$X=-\frac{1}{4\pi^2} \int_{\Gamma_1} \int_{\Gamma_2}\frac{R(\lambda;A)CR(\mu;B)}{\lambda-\mu}d\mu d\lambda $

Where $\Gamma_1,\Gamma_2$ are contours which contain $\sigma(A),\sigma(B)$, respectively.

I remember checking this once using functional calculus, but I don't know if I can still do it now. :)

  • 1
    You can find more details in Dunford, Schwarz, Linear operators Part I, starting from page 566.2011-09-09
0

I knew there was this article. This can be an alternative way that you want. Still don't know why you don't prefer the mainstream method, but you can give it a shot.