MathGroup Archive 2006

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

Search the Archive

Getting the value of the independent var from the dep.var using NDSolve

  • To: mathgroup at smc.vnet.net
  • Subject: [mg63667] Getting the value of the independent var from the dep.var using NDSolve
  • From: pradeep suresh <pradeep at purdue.edu>
  • Date: Mon, 9 Jan 2006 04:49:04 -0500 (EST)
  • Organization: Purdue University
  • Sender: owner-wri-mathgroup at wolfram.com

Hi all,
i have a specific problem of finding the point at which the dependent 
variable takes on a particular value in teh solution of a differential 
equation.
e.g. for simplicity
we have the equation y'[t]==t, and the initial cond. y[0]==0.y is the 
dep. variable and t is the independent variable.
i want to find out the 't' at which y[t]==p(p is known, say 8)
and since i am already using NDSolve to solve this and other equations 
i'd like to achieve this working around NDSolve,
could anyone suggets a solution to this problem??
thanks a ton!
Pradeep


  • Prev by Date: Re: Using a List for the Listplot x-labels
  • Next by Date: Re: Using a List for the Listplot x-labels
  • Previous by thread: Re: Problem with Fractional Brownian Motion
  • Next by thread: Re: Getting the value of the independent var from the dep.var using NDSolve