problem with the ilaplace function

4 views (last 30 days)
Mohamed Yassin OUKILA
Mohamed Yassin OUKILA on 29 Jun 2011
I want to have the expression of an ilaplace function but i can't get it
>> syms s t; simplify(ilaplace(1/(s^(3/2)*exp(10*s^(1/2))), s, t))
ans =
ilaplace(1/(s^(3/2)*exp(10*s^(1/2))), s, t)

Answers (1)

Mohamed Yassin OUKILA
Mohamed Yassin OUKILA on 30 Jun 2011
I can't even get the numerical value for t=1 :s help !!
  1 Comment
Paulo Silva
Paulo Silva on 30 Jun 2011
That's one weird expression, you tried to solve it by hand?

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!