help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: System of ODE's


From: Phil Reardon
Subject: Re: System of ODE's
Date: Thu, 27 Sep 2001 09:11:30 -0400

On Wednesday 26 September 2001 20:43, Dennis Bayrock wrote:
> Hello,
>
>     I am a research scientist involved in modeling yeast fermentations
> for the production of alcohol. I have a system of ODE's to model and am
> wondering if Octave is capable of handling such a system. For eg.
>
>         dX/dt= 1+ dS/dt
>         dS/dt = -2.5 * dX/dt
>         dP/dt = 5 * dS/dt - 3 * dX/dt
>
>             etc.
>
>    I have already read the manual and it does mention how to set up
> ODE's, but it does not mention if Octave can handle a system of ODE's
> that are linked to one another or how one would set one up.
>     Thank you for your response in advance!
>
>         Dennis Bayrock , P.hD
>
>
>
> -------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
>
> Octave's home on the web:  http://www.octave.org
> How to fund new projects:  http://www.octave.org/funding.html
> Subscription information:  http://www.octave.org/archive.html
> -----------------------------------------------------------

Yes, systems of 1st order ODE's are done nicely by calling lsode. Look again 
at the documentation for examples



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]