Bill Allombert on Thu, 25 Feb 2010 16:34:24 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: inverse laplace transform |
On Wed, Feb 24, 2010 at 09:52:11PM +0100, R.S. Etienne wrote: > Is there a(n efficient) way to compute the inverse laplace transform, > symbolically or numerically? [second try:)] Maybe what you are looking for is intlaplaceinv ? ? ?intlaplaceinv intlaplaceinv(X=sig,z,expr,{tab}): numerical integration on the line real(X) = sig of expr(X)exp(zX)dz/(2*I*Pi), i.e. inverse Laplace transform of expr at z. tab is as in intnum. Cheers, Bill.