Soving integral in MATLAB!!

2 views (last 30 days)
kader
kader on 10 Nov 2016
Answered: Torsten on 10 Nov 2016
Let a=0.95, b=0.05 Is there any way to solve the following definite integral from 0 to inf? exp(-x./(a-b.*x))
Either closed form or numerical integration or numerical approximation
Thanks in advance

Accepted Answer

Torsten
Torsten on 10 Nov 2016
exp(-x/(a-bx)) for a=0.95 and b=0.05 does not converge to 0 as x -> Inf, but to exp(20). Thus the integral from 0 to Inf cannot exist.
Best wishes
Torsten.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!