MathGroup Archive 2000

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Question: nonlinear differential equation with boundary conditions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg26449] Re: Question: nonlinear differential equation with boundary conditions
  • From: Alois Steindl <Alois.Steindl+e325 at tuwien.ac.at>
  • Date: Thu, 21 Dec 2000 01:51:50 -0500 (EST)
  • Organization: Inst. f. Mechanics II, TU Vienna
  • References: <91pjgd$5vc@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hello,
Your problem cannot yet be solved directly by NDSolve. (Boundary Value
Problem for Nonlinear ODE)
Some time ago a shooting method was proposed in this group which might
work for your example.

Nevertheless I would recommend to use either a collocation method
(COLNEW from netlib is extremely good) or Multiple Shooting strategy
(BOUNDSCO from Prof. Oberle, MULSHOT from Deuflhard's group in Berlin,
or anything else.) 
You need to code that in an ordinary computer language (usually
(preferably Fortran)

Good luck

Alois


  • Prev by Date: Re: newbie question on sorting
  • Next by Date: Re: Mathematica - Init Display problem
  • Previous by thread: Question: nonlinear differential equation with boundary conditions
  • Next by thread: Re: Question: nonlinear differential equation with boundary conditions