Path: news.mathworks.com!not-for-mail
From: "Marcio " <marciobarbalho@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: simple parameter estimation
Date: Thu, 9 Oct 2008 13:53:04 +0000 (UTC)
Organization: UFRN
Lines: 13
Message-ID: <gcl2c0$b9$1@fred.mathworks.com>
Reply-To: "Marcio " <marciobarbalho@yahoo.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 1223560384 361 172.30.248.37 (9 Oct 2008 13:53:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 9 Oct 2008 13:53:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1123483
Xref: news.mathworks.com comp.soft-sys.matlab:494236


please, dear friends,

how'd you solve a system like this:

for a given y1, y2 and y3:

dy1/dt = a*y1 +     b*y2 - c*y3
dy2/dt = b*y1 - (a-1)*y2 - c*y1*y3
dy3/dt = a*y1 - b

How to find a, b and c?

Many thanks