Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <b.luong@fogale.findmycountry>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Simple ODE: Linearly Damped Spring Mass System
Date: Wed, 14 Jan 2009 05:50:03 +0000 (UTC)
Organization: FOGALE nanotech
Lines: 12
Message-ID: <gkjueb$1ts$1@fred.mathworks.com>
References: <gkjq5e$ph5$1@fred.mathworks.com>
Reply-To: "Bruno Luong" <b.luong@fogale.findmycountry>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1231912203 1980 172.30.248.38 (14 Jan 2009 05:50:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 14 Jan 2009 05:50:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 390839
Xref: news.mathworks.com comp.soft-sys.matlab:511364


"Hydroman S" <amirgsalem@gmail.com> wrote in message <gkjq5e$ph5$1@fred.mathworks.com>...
> In Matlab, How can I solve a Linear Second Order Homogenous ODE in Matrix form, i.e. 
> 
> M x&#8217;&#8217; + C x&#8217; + k x = 0
> Where M, C, K are 6x6 complex matrices, and x is a function of time. 
> and some initial conditions, i.e.  x(0)=1. 
> 
> I cannot find references that address this problem in the matrix form. Any tips will be appricated. Thanks,

Why do you need any reference? take a look of doc ODE?? (especially Mass matrix part), your system can be solved by those functions without any further manipulation.

Bruno