Strange Laplace Transform in 6.0
- To: mathgroup at smc.vnet.net
- Subject: [mg81735] Strange Laplace Transform in 6.0
- From: "C. Seja" <p5secr2 at uni-jena.de>
- Date: Tue, 2 Oct 2007 05:44:56 -0400 (EDT)
Hi, just have a look at this: Mathematica 5.2: In[3]:= LaplaceTransform[Exp[x^2]*Exp[a*x],x,s] Out[3]= \!\(1\/2\ \[ExponentialE]\^\(\(-\(1\/4\)\)\ \((a - s)\)\^2\)\ \@?\ Erfi[1\/2\ \ \((\(-a\) + s)\)]\) Mathematica 6.0: In[1]:= LaplaceTransform[Exp[x^2]*Exp[a*x], x, s] Out[1]= \[ExponentialE]^x^2/(-a + s) Why does 6.0 give this result? Am I missing something? Regards, C. Seja
- Follow-Ups:
- Re: Strange Laplace Transform in 6.0
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Strange Laplace Transform in 6.0