Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Solving integration with by MatLab

6 ビュー (過去 30 日間)
kader
kader 2016 年 11 月 10 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
How to solve the following integrations for the values 0 to inf in MATLAB? Here, a and b are constant
1. log(x + 1)*exp(-a*x))/(b*x + 1)
2. log(x + 1)*exp(-a*x))/((b*x + 1)^2)
Please derive the step by step to find a solution.

回答 (1 件)

Walter Roberson
Walter Roberson 2016 年 11 月 10 日
There is no closed form formula for int( (log(x + 1)*exp(-a*x))/(b*x + 1), x, 0, inf)
There is no closed form formula for int(log(x+1)*exp(-a*x)/(b*x+1)^2, x, 0, inf)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by