Path: news.mathworks.com!newsfeed-00.mathworks.com!solaris.cc.vt.edu!news.vt.edu!news.glorb.com!postnews.google.com!s8g2000prg.googlegroups.com!not-for-mail
From: sumnaray@gmail.com
Newsgroups: comp.soft-sys.matlab
Subject: Solving Equation
Followup-To: comp.soft-sys.matlab
Date: Thu, 22 Nov 2007 23:47:35 -0800 (PST)
Organization: http://groups.google.com
Lines: 9
Message-ID: <d2ea35f2-b295-4b24-a58f-4aa7bf3359ae@s8g2000prg.googlegroups.com>
NNTP-Posting-Host: 137.99.252.158
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1195804055 29256 127.0.0.1 (23 Nov 2007 07:47:35 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 23 Nov 2007 07:47:35 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: s8g2000prg.googlegroups.com; posting-host=137.99.252.158; 
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) 
Content-Disposition: inline
Xref: news.mathworks.com comp.soft-sys.matlab:438969


Hi,

How do I solve for X in equation

X - MXM' = Q

where M, X, and Q are all (n,n) matrix.

Thanks.