help-octave
[Top][All Lists]
Advanced

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

Re: info about missing code


From: Carlo De Falco
Subject: Re: info about missing code
Date: Wed, 23 Sep 2015 13:35:23 +0000

On 23 Sep 2015, at 14:32, Turolla Axel <address@hidden> wrote:

> -          ode23tb solver for Ordinary Differential Equations. The problem I 
> have to solve has stiff equations and the only stiff solver implemented in 
> Octave is ode23s,

Actually Octave has many more stiff solvers, in core there is daspk, dassl and 
lsode.
in odepkg you have a whole set of DAE solvers : ode2r ode5r odebda odebwe oders 
odesx

I would suggest you at least try daspk (multistep BDF) and ode5r (RADAU5)

c.


reply via email to

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