Laplace Inversion Of Bessel Function
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
