MathGroup Archive 1996

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

Search the Archive

Re: Question for Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg4748] Re: Question for Mathematica
  • From: Andrei Constantinescu <constant at athena.polytechnique.fr>
  • Date: Thu, 5 Sep 1996 02:00:00 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

 I dont see any problem doing this kind of computation. I tried something 
 of this kind:

  eps = Interpolation[ data ]

  NDSolve[ {f'[t] == Exp[t/tau] eps[t] , f[0] == 0},
         f[t], Prepend[eps[[1]], t      ],
         MaxSteps -> 5000]

 and I didn't have any problem ! 

 If this does not help, try to give a more precise definition of the
 problem.

 Regards,

   Andrei


==== [MESSAGE SEPARATOR] ====


  • Prev by Date: NOMOGRAM for 4 variables
  • Next by Date: Re: conformal mapping
  • Previous by thread: NOMOGRAM for 4 variables
  • Next by thread: Re: problem with NonlinearFit