Laplace Inversion Of Bessel Function
이전 댓글 표시
Hi
i wanna calculate Laplace Inversion of this function:
syms s
F = (besselk(0,sqrt(s)) + 2 * sqrt(s) * besselk(-1,sqrt(s)))/(s^2*(besselk(0,sqrt(s)) + ...
2*sqrt(s)*besselk(-1,sqrt(s))) + s^1.5 * besselk(-1,sqrt(s)));
I used ilaplace() for this work but there is unexpected results:
f = ilaplace(F)
2*ilaplace((s^(1/2)*besselk(1, s^(1/2)))/(s^2*(besselk(0, s^(1/2)) + 2*s^(1/2)*besselk(1, s^(1/2))) + s^(3/2)*besselk(1, s^(1/2))), s, t) + ilaplace(besselk(0, s^(1/2))/(s^2*(besselk(0, s^(1/2)) + 2*s^(1/2)*besselk(1, s^(1/2))) + s^(3/2)*besselk(1, s^(1/2))), s, t)
As you see it doesn't work. Any one can he tell me what's the problem here??
How can i fix this?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
