I am trying to find the inverse Laplace transform of $e^\sqrt{as}$ for $a>0$. So we need to solve $\oint_B dz \: e^\sqrt{az} e^{z t}$ (Bromwich contour), but not sure how to start. How do we even see where the poles are?
Thank you
I am trying to find the inverse Laplace transform of $e^\sqrt{as}$ for $a>0$. So we need to solve $\oint_B dz \: e^\sqrt{az} e^{z t}$ (Bromwich contour), but not sure how to start. How do we even see where the poles are?
Thank you
InverseLaplaceTransform[Exp[Sqrt[a s]], s, t]
isConditionalExpression[-(Sqrt[a]/(E^(a/(4*t))*(2*Sqrt[Pi]*t^(3/2)))), Sqrt[a] < 0]
– Nasser Nov 16 '13 at 07:45