Path: news.mathworks.com!not-for-mail
From: "Aviral " <aviraltawakley@hotmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: calculating a definite integral
Date: Tue, 15 Apr 2008 14:48:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 10
Message-ID: <fu2f72$s9b$1@fred.mathworks.com>
Reply-To: "Aviral " <aviraltawakley@hotmail.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1208270882 28971 172.30.248.37 (15 Apr 2008 14:48:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 15 Apr 2008 14:48:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1316802
Xref: news.mathworks.com comp.soft-sys.matlab:463091


I need to determine the value of a definite integral from
-pi to pi given by

X = [e^(jw)*I-A)^-1]*B*C*[e^(-jw)*I-A)^-1]dw 

where A,B,C are matrices and I is an identity matrix. Can
anyone post a code to calculate this value please?

Thanks.