Soving integral in MATLAB!!

2 次查看(过去 30 天)
kader
kader 2016-11-10
回答: Torsten 2016-11-10
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

采纳的回答

Torsten
Torsten 2016-11-10
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Numerical Integration and Differentiation 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by