MathGroup Archive 2009

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

Search the Archive

InverseLaplaceTransform

  • To: mathgroup at smc.vnet.net
  • Subject: [mg100251] InverseLaplaceTransform
  • From: andrea.cortis at gmail.com
  • Date: Fri, 29 May 2009 20:58:22 -0400 (EDT)

OK, I give up on this one. Can anybody explain me the reason for these
two different outputs?

Many many many thanks in advance!

Andrea


In[304] psi[u_] := LaplaceTransform[Exp[-t], t, u]
           M[u_] := u*psi[u]/(1 - psi[u])
           InverseLaplaceTransform[M[u], u, t]
           InverseLaplaceTransform[FullSimplify[M[u]], u, t]

Out[306] 1/(E^t*2)
Out[307] DiracDelta[t]



  • Prev by Date: Re: Mathematica for Behavioral Research?
  • Next by Date: Mathematica versions - release and feature history (from 1989 to
  • Previous by thread: Re: "move cursor out of formula by one level"
  • Next by thread: Re: InverseLaplaceTransform