Problem with inverse laplace transform (FIX)
- To: mathgroup at smc.vnet.net
- Subject: [mg81133] Problem with inverse laplace transform (FIX)
- From: "Alexey Nikitin" <nikitin at proc.ru>
- Date: Thu, 13 Sep 2007 06:31:49 -0400 (EDT)
Hello, I am very sorry that my function wasn't in my mail at first time. 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: InverseLaplaceTransform[-1/h - ((((-h+p)/(h+p))^(m-2n)) * (h+p)^2) / (h*(h-p)*p),p,x] *-*-*-*-*- Mathematica code *-*-*-*-* \!\(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.