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] ====