MathGroup Archive 2009

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

Search the Archive

Re: bvdae error when using NDSolve for initial value

  • To: mathgroup at smc.vnet.net
  • Subject: [mg102112] Re: bvdae error when using NDSolve for initial value
  • From: Alois Steindl <Alois.Steindl at tuwien.ac.at>
  • Date: Wed, 29 Jul 2009 05:57:22 -0400 (EDT)
  • Organization: Inst. f. Mechanics II, TU Vienna
  • References: <200907280605.CAA14835@smc.vnet.net> <h4p3m1$j6i$1@smc.vnet.net>

DrMajorBob <btreat1 at austin.rr.com> writes:

> The error message is complaining, I think, about the equation
>
> w[u]==w1[u]+w2[u]
>
> Also, the equation
>
> T'[u] == 0
>
> makes T a constant.
>
> Hence, solving for T and w with NDSolve makes no sense.
>
Hello,
that's a standard trick to take care of unknown time intervals in
solving BVPs. (There are many cases, where the interval length is part
of the problem, consider e.g. periodic solutions of autonomous ODEs.)

Alois


  • Prev by Date: Re: The audience for Mathematica (Was: Show doesn't work inside Do
  • Next by Date: Re: ReplacePart except first element?
  • Previous by thread: Re: bvdae error when using NDSolve for initial value
  • Next by thread: Re: Re: bvdae error when using NDSolve for initial value