Given a diagonal matrix $\Lambda$ (with at most one entry equal to zero) and an arbitrary matrix $M$, is it possible to determine $S$ from the matrix equation $S = M + \Lambda S \Lambda$?
I do not have any experience in solving equations like this, so any suggestions on how to start would be most welcome. Recommendations for (introductory) literature on the topic would also be much appreciated.