Problem with inverse laplace transform (fix)
- To: mathgroup at smc.vnet.net
- Subject: [mg81089] Problem with inverse laplace transform (fix)
- From: "Alexey Nikitin" <nikitin at proc.ru>
- Date: Wed, 12 Sep 2007 03:43:48 -0400 (EDT)
Hello, I am a new user of Mathematica, and want to get the following inverse Laplace transform problem: I have 3 parameters h,m,n. Parameters m and n are integers. I tried to find inverse Laplace transform of function: -1/h - (((-h+p)/(h+p))^(m-2n) * (h+p)^2) / (h*(h-p)*p) -*-*-*-*-*- \!\(InverseLaplaceTransform[\(-\(1\/h\)\) - \(\((\(\(-h\) + p\)\/\(h + p\))\)\ \^\(m - 2\ n\)\ \((h + p)\)\^2\)\/\(h\ \((h - p)\)\ p\), p, x]\) -*-*-*-*-*- but mathematica can not give me an answer. Can it be solved by Mathematica? Thank you very much! Alexey.