I have a equation which is linear in an unknown rectangular matrix variable X.

The equation is of type : AX+XB+CXD=E.

Here, the matrices A,B,C,D,E are all known constant matrices with appropriate dimensions. However, they are not necessarily square.

The structure seems to be very close to a Sylvester equation (AX+XB=E). However, I am unable to find any appropriate tool to solve this equation (except converting it to a large set of linear equations in terms of vectorized version of X).

Could someone help me in this regard??

Similar questions and discussions