MathGroup Archive 2007

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

Search the Archive

Re: NDSolve. Getting the final values

  • To: mathgroup at smc.vnet.net
  • Subject: [mg74136] Re: NDSolve. Getting the final values
  • From: "Michael Weyrauch" <michael.weyrauch at gmx.de>
  • Date: Mon, 12 Mar 2007 22:03:47 -0500 (EST)
  • References: <200703021137.GAA03828@smc.vnet.net> <et3797$qq7$1@smc.vnet.net>

Hello,

  NDSolve does not give "final values", but produces an interpolating
function object, from which you can calculate "final values". I think
this way of presenting the solution of an ODE or PDE is very convenient.

It is all nicely explained in the documentation to NDSolve, and in particular
I recommend to read the "Advanced documentation" which provides nicely
worked out examples for ODEs and PDEs.

Regards

Michael Weyrauch


  • Prev by Date: Noob evaluation question
  • Next by Date: Re: Weird Print Result
  • Previous by thread: NDSolve. Getting the final values
  • Next by thread: Re: NDSolve. Getting the final values