MathGroup Archive 2006

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

Search the Archive

Mathematica DSolve Terminal Boundary- How?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg68204] Mathematica DSolve Terminal Boundary- How?
  • From: Ajaz Hussain <ahussain at babson.edu>
  • Date: Sat, 29 Jul 2006 01:00:36 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

I am trying to find a general solution for a differential equation from t = o to t = T. I know that y[T]== 0 but don't know y[0]. How do I "fool" DSolve to give me a solution? The manual gives this command for boundary values:

DSolve[ {eqn == 0, y[o] == initial value}, y[x], x]

I want to instead have: y[T] = terminal value

Thanks!!


  • Prev by Date: Solving linear systems in matrix notation?
  • Next by Date: Solving linear systems in matrix notation?
  • Previous by thread: Re: Solving linear systems in matrix notation?
  • Next by thread: Re: Mathematica DSolve Terminal Boundary- How?