MathGroup Archive 1999

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

Search the Archive

Re: Mathematica tracing.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg17439] Re: Mathematica tracing.
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Sun, 9 May 1999 04:43:49 -0400
  • Organization: Universitaet Leipzig
  • References: <7gri4h$e62@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi John, 

you can't. But you can evaluate your equations on some interesting
points.

If you have solved

sol=NDSolve[deqn,{x[t],y[t],z[t]},{t,0,100}]

you can insert the solution into the equations:

insdeqn=deqn /. sol;


And evaluate the equations along the time interval

test=Table[insdeqn /. t->tt, {tt,0,100,0.5}]

this should give you the information you need.

Hope that helps
  Jens


"I. Ioannou" wrote:
> 
> Hi all,
> 
> I've set a couple of differential equations with time-dependent
> coefficients, to be solved by NDsolve. It all looks OK as output, but I'd
> want to go check inside the solver loops and see if all is working right.
> How do I trace out the NDsolve process?
> 
> Thanks, John
> --
>       Ioannis   I    Ioannou                   phone: (206)-543-1372
>       g-2 group, Atomic Physics                fax:   (206)-685-0635
>       Department of Physics
>       University of Washington        e-mail: iioannou at u.washington.edu


  • Prev by Date: Re: PhasePlane Diagrams or Poincaire maps
  • Next by Date: Re: How to: PlotRange->{0, All} ?
  • Previous by thread: Mathematica tracing.
  • Next by thread: MathLink and STL