Re: Can I solve that with Runge-Kutta?
From: Donald R. Fredkin (drfredkin_at_sbcglobal.net)
Date: 03/09/05
- Previous message: James Giles: "Re: How can I handle Nan quantities?"
- In reply to: J DUDLEY: "Re: Can I solve that with Runge-Kutta?"
- Next in thread: Gerald F. Thomas: "Re: Can I solve that with Runge-Kutta?"
- Reply: Gerald F. Thomas: "Re: Can I solve that with Runge-Kutta?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 09 Mar 2005 06:54:30 GMT
"J DUDLEY" <sbdpumbaa@blueyonder.co.uk> wrote in
news:x1oXd.19219$y25.6413@fe3.news.blueyonder.co.uk:
> What is in the Langevin equation that inhibits a Runge-Kutta code?
> Typically all I have found that prevents 'success' is stiffness, with
> stiffness increasing (approximately) as the square of the number of
> elements.
The Langevin equation is a stochastic differential equation (SDE). None of
the standard techniques for solution of ordinary differential equations are
applicable. You must, to start, understand what it means to solve an
equation containing terms which are given only in a statistical sense. And
then you must recognize the extreme lack of smoothness in the random terms.
Stiffness is not an issue, and the BDF methods appropriate to stiff
equations are guaranteed to fail for SDEs.
There is an extensive literature on the subject. A reasonably undemanding
starting point might be "Numerical solution of stochastic differential
equations" by Peter E. Kloeden and Eckhard Platen, Springer-Verlag, 1992.
I do not know of any canned codes.
- Previous message: James Giles: "Re: How can I handle Nan quantities?"
- In reply to: J DUDLEY: "Re: Can I solve that with Runge-Kutta?"
- Next in thread: Gerald F. Thomas: "Re: Can I solve that with Runge-Kutta?"
- Reply: Gerald F. Thomas: "Re: Can I solve that with Runge-Kutta?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]